9-tool x402-paid MCP server on Base + Solana mainnet. Pay-per-call USDC, no API keys.
Most developer tooling work still happens through a UI a human drives. Anchor MCP server moves it into the conversation instead. 9-tool x402-paid MCP server on Base + Solana mainnet. Pay-per-call USDC, no API keys.
Clients that speak remote MCP natively take the url form above. For one that only launches stdio processes, bridge it:
The server publishes 14 tools. What each one is for:
Recommended — generate a fresh wallet specifically for agent use. Top up periodically; don't reuse a wallet that holds significant fundsBase — https://basescan.org/tx/<base.tx> — Input Data field contains the merkle rootSolana — https://solscan.io/tx/<solana.tx> — Memo program data contains the same hexStatus — ** https://anchor-x402.betteruptime.comanchor_hash — $0.005screen_wallet — $0.001attest_decision — $0.010decode_tx — $0.001resolve_name — $0.001token_price — $0.001decode_calldata — $0.001parse_datetime — $0.001Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
Configuration is passed through the environment: ANCHOR_WALLET_PRIVATE_KEY, ANCHOR_API_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Anchor's toolset — Recommended, Base, Solana and 11 more — is a fair guide to whether it matches your workflow. It is maintained by hypeprinter007-stack; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Recommended | generate a fresh wallet specifically for agent use. Top up periodically; don't reuse a wallet that holds significant funds. |
| Base | https://basescan.org/tx/<base.tx> — Input Data field contains the merkle root |
| Solana | https://solscan.io/tx/<solana.tx> — Memo program data contains the same hex |
| Status | ** https://anchor-x402.betteruptime.com |
| anchor_hash | $0.005 |
| screen_wallet | $0.001 |
| attest_decision | $0.010 |
| decode_tx | $0.001 |
| resolve_name | $0.001 |
| token_price | $0.001 |
| decode_calldata | $0.001 |
| parse_datetime | $0.001 |
| intel_wallet | $0.005 |
| roast | $0.05 |
{
"mcpServers": {
"anchor-x402": { "url": "https://api.anchor-x402.com/mcp" }
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| ANCHOR_WALLET_PRIVATE_KEY | Credential the server authenticates with. | Yes |
| ANCHOR_API_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.