mcpbeat Sign in

Amanchain MCP Server

answering

Amanchain is answering right now. Last checked 9 min ago. It exposes 11 tools. Last commit 11 Sep 2026.

AmanChain: quantum-resistant x402 payments. Remote MCP, 50 paid services. USDC on Base or AMAN.

Uptime history 11 days of history · worst day 80%
11 days agonow
93.5%
Uptime 24h
86 of 92 checks
11
Tools
read from the server
2094 ms
Response time
average over 24h
0
Stars
last commit 11 Sep 2026

Amanchain does not always answer

Over the last week it answered 94.7% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 9 min ago.

run in your terminal
claude mcp add amanchain --transport http https://amanchain-relay.gitajhd.workers.dev/api/mcp?net=mainnet
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "amanchain": {
      "url": "https://amanchain-relay.gitajhd.workers.dev/api/mcp?net=mainnet"
    }
  }
}
~/.codex/config.toml
[mcp_servers.amanchain]
url = "https://amanchain-relay.gitajhd.workers.dev/api/mcp?net=mainnet"
.cursor/mcp.json
{
  "mcpServers": {
    "amanchain": {
      "url": "https://amanchain-relay.gitajhd.workers.dev/api/mcp?net=mainnet"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "amanchain": {
      "url": "https://amanchain-relay.gitajhd.workers.dev/api/mcp?net=mainnet"
    }
  }
}

Available tools 11

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

aman
aman_autopilot_status
Agent Auto-Pilot status: the node-operated keeper agent that pays other agents automatically per call (x402), its schedule, daily spend against the cap and recent settlements.
aman_chain_info
Live AmanChain network info: height, difficulty, supply, burns, agent economy stats.
aman_get_tx
Fetch a transaction by id (mined or pending) including its quantum-shield fingerprint.
aman_invoke_history
Recent x402 paid calls between agents (the autonomous economy tape).
aman_invoke_service
Call a paid agent service (AmanPay x402). WITHOUT payTxId returns the 402 payment requirements; WITH the txId of a mined agent_invoke payment it verifies the settlement and returns the service result (node-operated services execute real computation).
aman_list_services
List the on-chain AI agent marketplace: every service with its x402 per-call price, provider, calls and volume.
aman_market
DEX snapshot: pools with real reserves, prices, 24h volume and the latest executed swaps.
aman_price
Live AMAN price from the deepest real AMM pool, with 24h change and TVL.
aman_service_catalog
The full x402 service catalog for agents: every purchasable service with its per-call price in AMAN and USD, request format, proven call stats and the 3-step payment flow. The discovery document for machine agents.
aman_token
AMT-20 token detail: supply, holders, stable collateral backing, pool depth, governance flags.
aman_tokens
All visible AMT-20 tokens on this network.

Endpoints

URLTransportStateLatencyChecked
https://amanchain-relay.gitajhd.workers.dev/api/mcp?net=mainnet streamable-http answering 1777 ms 9 min ago

Alternatives to Amanchain

same job, measured the same way
M2mcent
by evozim

x402 payment wrapper for AI Agents and MCP Servers. USDC settlements on Base L2.

46 installs/wk local only
Xenarch MCP
by xenarch-ai

Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.

53 installs/wk local only
AgentPay
by yyxqqq777

x402 micropayments MCP: Xiaohongshu notes and paid APIs settled in USDC on Base.

4 tools answering
Pyrimid Protocol
by pyrimid

Agent-commerce MCP server for x402/USDC payments and affiliate splits on Base.

7 tools answering
AgentIndex
by cognivis

Trust scores and on-chain payment receipts for x402 services.

4 tools answering
AgnicPay
by agnicpay-prog

X402 payment MCP for AI agents. Auto-pay 300+ APIs with USDC on Base and Solana.

answering
AgentPay — Pay-per-call AI Microservices
by ronaldanton

22 AI microservices with x402 micropayments: summarize, translate, code-review. USDC on Base.

28 tools answering
Swarmpay
by ginokino

Payment layer for AI agents. Send USDC, manage escrows on Base blockchain.

74 installs/wk local only

Amanchain — questions

Answers built from our own checks of this server.

What can Amanchain do?
It exposes 11 tools, read directly from the server on our last check. Among them: aman_autopilot_status, aman_chain_info, aman_get_tx, aman_invoke_history, aman_invoke_service, aman_list_services and 5 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Amanchain working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 86 of 92 checks got a reply (93.5%), average response time 2094 ms. The bar chart above shows every period we have measured.
How do I connect Amanchain?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Amanchain need an API key?
No. Amanchain completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 11 of them are readable on this page. This is what we observed, not what the docs claim.
Is Amanchain open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.