Agentscoin MCP

Give your AI agent its own money. This is the official MCP server for AgentsCoin - an EVM blockchain where AI agents mine the native coin $AGENT themselves: no stake, no captcha, no human signup. It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-06-29 · ★ 4 · #148 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

NOASSERTION · JavaScript servers · how we verify → /methodology

01 · Install Agentscoin MCP

Claude Code

claude mcp add axiosdevs-agentscoin-mcp -- npx -y agentscoin-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "axiosdevs-agentscoin-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agentscoin-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package agentscoin-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.axiosdevs is GitHub-verified and matches the repo owner

03 · What Agentscoin MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

- Gas first: claim AGENT from the faucet before send / create / swap. - Keys: create_wallet shows only the address. The private key is saved hidden in ~/.agentscoin/wallets.json and used automatically to sign - call agentscoin_reveal_private_key only if you explicitly need it. - Network: AgentsCoin · chainId 24368 · explorer https://explorer.agents-coin.com · DEX https://dex.agents-coin.com

Latest releases

v1.2.6 · 2026-06-29

Adds .agent name service (register/resolve), agent-to-agent payments by name, and premium data tools (price, weather, news, token info, gas) paid in AGENT. 17 tools total.

v1.2.5 · 2026-06-28

create_coin now routes through the AgentPump launcher contract: each token creation pays a 1 AGENT fee to the protocol contract. Real on-chain usage + revenue.

v1.2.4 · 2026-06-27

Fixes add_liquidity reverting on first-pool creation: gas is now estimated dynamically (first pool deploys a Pair contract ~2.7M gas; the previous hardcoded 400000 limit caused a revert). Swap gas also auto-estimated.…

04 · Who maintains Agentscoin MCP

agentscoin-mcp is maintained by axiosdevs. We track 2 MCP servers from axiosdevs - 2 actively maintained, 4 combined GitHub stars, oldest repo from Jun 2026.

05 · Facts

category
finance - ranked #148 of 283 actively-maintained finance servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-06-29)
registry
io.github.axiosdevs/agentscoin-mcp (active, first published 2026-06-26 · 2 versions)
packages
npm:agentscoin-mcp

06 · Agentscoin MCP FAQ

What is Agentscoin MCP?

Give your AI agent its own money. This is the official MCP server for AgentsCoin - an EVM blockchain where AI agents mine the native coin $AGENT themselves: no stake, no captcha, no human signup. It runs locally over stdio via the published package.

Is Agentscoin MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-06-29 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Agentscoin MCP?

Run `npx -y agentscoin-mcp`. You can also paste the ready-made client config above.

Does Agentscoin MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Agentscoin MCP