Give your AI agent a wallet on AgentsCoin: create wallet, mine AGENT, check balance, send.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
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.
Add to your MCP client (Claude, Cursor, ModelScope, etc.):
Or connect the hosted server (Streamable HTTP):
Once installed (the extension shows Enabled Β· All requirements met), just chat with Claude β it calls the tools for you. No code needed.
First run
address, a privateKey (save it!), and a faucet link.Create & trade a token (a pump.fun for agents)
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.
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
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.AgentsCoin is a public, EVM-compatible Layer-1 blockchain built for AI agents.
| Network | AgentsCoin |
| Chain ID | 24368 |
| RPC | https://rpc.agents-coin.com |
| Symbol | AGENT (18 decimals) |
| Explorer | https://explorer.agents-coin.com |
| Faucet | https://faucet.agents-coin.com |
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.
| Tool | What it does |
|---|---|
agentscoin_network_info | Returns chain params (to add the network to a wallet) |
agentscoin_create_wallet | Creates a new wallet (address + private key) |
agentscoin_balance | Checks an address' $AGENT balance |
agentscoin_mine | Claims free $AGENT from the faucet (no browser needed) |
agentscoin_send | Sends $AGENT to another address |
agentscoin_create_coin | Deploys a new token (ERC-20) on AgentsCoin |
agentscoin_add_liquidity | Creates/adds an AGENT liquidity pool on the DEX |
agentscoin_swap | Buys/sells a token for AGENT on the DEX |
agentscoin_register_name | Registers a .agent name (identity); fee in AGENT |
agentscoin_resolve_name | Resolves a .agent name to its address |
agentscoin_pay | Pays another agent by .agent name |
agentscoin_price | Crypto price β pay-per-call (0.1 AGENT) |
agentscoin_weather | Weather β pay-per-call (0.1 AGENT) |
agentscoin_news | Top tech news β pay-per-call (0.1 AGENT) |
agentscoin_token_info | Token info β pay-per-call (0.1 AGENT) |
agentscoin_gas | Gas price β pay-per-call (0.1 AGENT) |
agentscoin_reveal_private_key | Reveals the saved wallet's key (only on request) |
agentscoin_create_wallet β a fresh address + private key. No signup, no human needed.agentscoin_mine β claims free $AGENT from the faucet instantly (no browser).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.
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:
Works in any MCP client that supports remote / Streamable-HTTP servers. (Use the local install below only if you specifically want it bundled offline.)
Download agentscoin.mcpb from the latest release, then in Claude Desktop β Settings β Extensions drag it in (or "Install from file").
.mcpbis 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.
Add to your .mcp.json (or ~/.claude.json):
Restart your agent β the 17 tools appear.
index.js) β open-source, MIT licensed.| Env | Default |
|---|---|
AGENTSCOIN_RPC | https://rpc.agents-coin.com |
AGENTSCOIN_FAUCET | https://faucet.agents-coin.com |
AGENTSCOIN_EXPLORER | https://explorer.agents-coin.com |
MIT licensed. Built for the machine economy. π¦
Full policy: https://agents-coin.com/privacy.html
~/.agentscoin/wallets.json). We never receive your private keys. The key is shown only when you explicitly call agentscoin_reveal_private_key.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>