Back to Browse

Agentscoin MCP Server

Developer ToolsUse Caution1.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Give your AI agent a wallet on AgentsCoin: create wallet, mine AGENT, check balance, send.

About

Give your AI agent a wallet on AgentsCoin: create wallet, mine AGENT, check balance, send.

Security Report

1.2
Use Caution1.2Critical Risk

This MCP server enables AI agents to autonomously create wallets, mine cryptocurrency, and execute blockchain transactions. Critical security vulnerabilities include: (1) private keys are returned in plaintext to the AI agent with no secure storage mechanism, (2) private keys are passed as string parameters through tool calls, creating logging/memory exposure risks, (3) no rate limiting on mining or transaction tools enabling resource exhaustion, and (4) insufficient input validation on blockchain addresses and amounts. While the code itself is relatively clean and permissions are appropriate for a blockchain tool, the design pattern of handling cryptographic keys through an AI agent interface creates unacceptable operational security risks. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

3 files analyzed · 16 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

process_spawn

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

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

Documentation

View on GitHub

From the project's GitHub README.

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.

Add it to Claude Code, Cursor, or OpenClaw, and your agent can create a wallet, mine $AGENT, and spend it — autonomously, with one config.


Configuration

Add to your MCP client (Claude, Cursor, ModelScope, etc.):

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

Or connect the hosted server (Streamable HTTP):

{
  "mcpServers": {
    "agentscoin": {
      "type": "streamable_http",
      "url": "https://agents-coin.com/mcp"
    }
  }
}

How to use (in Claude Desktop)

Once installed (the extension shows Enabled · All requirements met), just chat with Claude — it calls the tools for you. No code needed.

First run

  1. "Show AgentsCoin network info" — confirms the connection works.
  2. "Create an AgentsCoin wallet" — returns an address, a privateKey (save it!), and a faucet link.
  3. Fund it (gas): open the faucet link (or https://faucet.agents-coin.com) and claim AGENT. A fresh wallet is empty, and send / create / swap all need AGENT for gas.
  4. "Check the balance of 0x…"

Create & trade a token (a pump.fun for agents)

  • "Create a token DogeAI (DOGE) on AgentsCoin using key 0x…" → returns the token address + an explorer link.
  • "Add liquidity: 1000 DOGE + 5 AGENT, key 0x…"
  • "Buy token 0x… for 5 AGENT on the AgentsCoin DEX, key 0x…" · "Sell 100 of token 0x…"

Send"Send 1 AGENT to 0x… from key 0x…"

Mine"Mine AGENT to 0x…" runs the browser-PoW faucet headlessly. It needs Playwright + Chromium locally (npm i playwright && npx playwright install chromium). Easiest alternative: just claim from the web faucet.

The 17 tools

agentscoin_network_info · agentscoin_create_wallet · agentscoin_balance · agentscoin_send · agentscoin_mine · agentscoin_create_coin · agentscoin_add_liquidity · agentscoin_swap · agentscoin_register_name · agentscoin_resolve_name · agentscoin_pay · agentscoin_price · agentscoin_weather · agentscoin_news · agentscoin_token_info · agentscoin_gas · agentscoin_reveal_private_key

Notes

  • 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

What is AgentsCoin?

AgentsCoin is a public, EVM-compatible Layer-1 blockchain built for AI agents.

  • ⛏️ Agents mine the coin themselves — in the browser via Proof-of-Work. No stake, no captcha, no human.
  • Gas is paid in $AGENT — near-free, forever. No ETH required.
  • 🎁 80% of total supply is distributed to agents through the faucet.
  • 🦊 It's a normal EVM chain — works with MetaMask and every EVM tool.
  • 🔗 On Chainlist — one-click add network: https://chainlist.org/?search=24368
  • Verified contracts — the token launcher + name service are verified on the explorer.
NetworkAgentsCoin
Chain ID24368
RPChttps://rpc.agents-coin.com
SymbolAGENT (18 decimals)
Explorerhttps://explorer.agents-coin.com
Faucethttps://faucet.agents-coin.com

What is this MCP?

MCP (Model Context Protocol) is the open standard that lets AI agents use external tools. This server gives your agent 17 tools to use AgentsCoin.

ToolWhat it does
agentscoin_network_infoReturns chain params (to add the network to a wallet)
agentscoin_create_walletCreates a new wallet (address + private key)
agentscoin_balanceChecks an address' $AGENT balance
agentscoin_mineClaims free $AGENT from the faucet (no browser needed)
agentscoin_sendSends $AGENT to another address
agentscoin_create_coinDeploys a new token (ERC-20) on AgentsCoin
agentscoin_add_liquidityCreates/adds an AGENT liquidity pool on the DEX
agentscoin_swapBuys/sells a token for AGENT on the DEX
agentscoin_register_nameRegisters a .agent name (identity); fee in AGENT
agentscoin_resolve_nameResolves a .agent name to its address
agentscoin_payPays another agent by .agent name
agentscoin_priceCrypto price — pay-per-call (0.1 AGENT)
agentscoin_weatherWeather — pay-per-call (0.1 AGENT)
agentscoin_newsTop tech news — pay-per-call (0.1 AGENT)
agentscoin_token_infoToken info — pay-per-call (0.1 AGENT)
agentscoin_gasGas price — pay-per-call (0.1 AGENT)
agentscoin_reveal_private_keyReveals the saved wallet's key (only on request)

What happens when you give this to your agent

  1. Your agent gets a wallet. It calls agentscoin_create_wallet → a fresh address + private key. No signup, no human needed.
  2. It gets $AGENT. It calls agentscoin_mine → claims free $AGENT from the faucet instantly (no browser).
  3. It uses the coin. agentscoin_balance to check, agentscoin_send to pay anyone. Gas is paid in $AGENT — near-free.

In short: you paste one config, and your agent earns and spends its own on-chain money — autonomously. It costs you nothing.


Install

git clone https://github.com/axiosdevs/agentscoin-mcp
cd agentscoin-mcp
npm install

Connect as a remote server (no install, no warnings)

The easiest, safest way — nothing runs on your machine, so there is no "access to everything" warning:

Claude Desktop → Settings → Connectors → Add custom connector → URL:

https://agents-coin.com/mcp

Works in any MCP client that supports remote / Streamable-HTTP servers. (Use the local install below only if you specifically want it bundled offline.)

Install in Claude Desktop (one-click .mcpb)

Download agentscoin.mcpb from the latest release, then in Claude Desktop → Settings → Extensions drag it in (or "Install from file").

.mcpb is Claude Desktop's extension format — it does not open by double-clicking on a normal PC; it must be opened inside Claude Desktop. Source code is this repo; the .mcpb is just a packaged build of it.

Configure (Claude Code / Cursor)

Add to your .mcp.json (or ~/.claude.json):

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

Restart your agent — the 17 tools appear.

Typical flow

create_wallet  →  mine (faucet)  →  balance  →  send  →  pay  bob.agent

Is it safe?

  • The wallet your agent creates is its own. The private key is generated locally and handed to your agent; it's never sent anywhere except as signed transactions to the public RPC.
  • Mining runs in a local headless browser on your machine.
  • Gas is paid in $AGENT (which your agent mines), so it never costs you real money.
  • The code is one small, readable file (index.js) — open-source, MIT licensed.

Configuration (optional env vars)

EnvDefault
AGENTSCOIN_RPChttps://rpc.agents-coin.com
AGENTSCOIN_FAUCEThttps://faucet.agents-coin.com
AGENTSCOIN_EXPLORERhttps://explorer.agents-coin.com

Links

MIT licensed. Built for the machine economy. 🦞

Privacy Policy

Full policy: https://agents-coin.com/privacy.html

  • Data collection: This extension does not collect, transmit, or store any personal data on our servers.
  • Wallet keys: Wallets are generated and stored only locally on your device (~/.agentscoin/wallets.json). We never receive your private keys. The key is shown only when you explicitly call agentscoin_reveal_private_key.
  • Network use: The extension talks to the public AgentsCoin RPC, faucet, and block explorer to read balances and broadcast transactions you initiate. Requests include your public wallet address and transaction data (public by nature of a blockchain).
  • Sharing / retention: We do not sell or share data. We retain no personal data. Local data stays on your device until you delete it.
  • Contact: contact@agents-coin.com

Reviews

No reviews yet

Be the first to review this server!