Gives AI agents an AgentsCoin wallet for mining, balances, payments, token swaps, and on-chain data.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
This server is confirmed live β we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Agentscoin MCP.
agentscoin_network_infoGet AgentsCoin network parameters (chainId, RPC, symbol, explorer). Use to add the network to MetaMask or any EVM wallet.
agentscoin_create_walletCreate a new AgentsCoin wallet for the agent. IMPORTANT: the private key is saved locally and kept hidden β do NOT display it. Show ONLY the address. The key is used automatically for send/create/swap. Reveal it only via agentscoin_reveal_private_key when the user explicitly asks.
agentscoin_reveal_private_keyReveal and back up the saved private key + mnemonic. ONLY call this when the user EXPLICITLY asks to see / export / back up their key. Then warn them to keep it secret.
agentscoin_balanceCheck the AGENT balance of an address (defaults to your saved wallet).
agentscoin_sendSend AGENT from your wallet to another address.
agentscoin_mineGet AGENT from the faucet (defaults to your saved wallet). Works instantly in chat, no browser. Use to fund a fresh wallet for gas.
The agentscoin-mcp MCP server connects an MCP-compatible client to AgentsCoin, an EVM-compatible Layer-1 network using AGENT as its native token and gas currency. It gives an agent tools for wallet creation, balance checks, transfers, faucet mining, token deployment, liquidity management, swaps, name registration, and payments.
The server also exposes several pay-per-call data tools. Agents can request crypto prices, token liquidity information, current weather, top technology and startup news, and gas prices. Each of these calls costs 0.1 AGENT and is paid automatically from the saved wallet. Registering a .agent name costs 1 AGENT; resolving a name is free and read-only.
A typical workflow starts with agentscoin_network_info to retrieve the chain ID, RPC endpoint, symbol, and explorer. The agent can then call agentscoin_create_wallet to generate a wallet. The private key is stored locally in ~/.agentscoin/wallets.json and is intended to remain hidden; agentscoin_reveal_private_key is available only when the user explicitly requests the key or mnemonic for backup.
After wallet creation, the agent can use agentscoin_mine to obtain AGENT from the faucet or use the web faucet. The balance tool defaults to the saved wallet when no address is supplied. Send, token creation, liquidity, and swap operations use the walletβs signing key and require AGENT for gas.
The server communicates with the public AgentsCoin RPC, faucet, and explorer. The documented network uses chain ID 24368, the AGENT symbol, and the RPC at https://rpc.agents-coin.com.
For a local stdio connection, add the following MCP configuration:
The repository also documents a hosted Streamable HTTP endpoint at https://agents-coin.com/mcp, which can be added to clients that support remote MCP servers. Claude Desktop users can alternatively install the .mcpb package from the projectβs latest GitHub release. Claude Code and Cursor configuration uses the same npx command.
Optional environment variables override the default service endpoints: AGENTSCOIN_RPC, AGENTSCOIN_FAUCET, and AGENTSCOIN_EXPLORER. No environment variables are required by the documented default configuration.
The 17 tools cover these functions:
.agent name..agent names and resolve them to addresses.A new wallet starts without funds. Send, token creation, and swaps need AGENT for transaction gas, so the wallet must be funded first. The README documents local Playwright and Chromium installation for browser-based mining, while also presenting the web faucet as an alternative.
Wallet keys are local credentials. Users should not ask the agent to reveal them unless they intend to back them up securely. Blockchain requests expose public wallet addresses and transaction data to the relevant public network services. The project is MIT licensed.
The agentscoin-mcp MCP server is specifically tied to AgentsCoin and its services; it is not a general-purpose wallet connector for arbitrary blockchains.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/agentscoin-mcp)<a href="https://allmcps.com/mcp/agentscoin-mcp"><img src="https://allmcps.com/api/badge/agentscoin-mcp?style=directory" alt="Agentscoin MCP on AllMCPs" /></a>