Agentscoin Mcp
@axiosdevs
About Agentscoin Mcp
Give your AI agent its own money on AgentsCoin — create a wallet,
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"agentscoin": {
"command": "npx",
"args": [
"-y",
"agentscoin-mcp"
]
}
}
}Tools
17Get AgentsCoin network parameters (chainId, RPC, symbol, explorer). Use to add the network to MetaMask or any EVM wallet.
Create 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.
Reveal 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.
Check the AGENT balance of an address (defaults to your saved wallet).
Send AGENT from your wallet to another address.
Get AGENT from the faucet (defaults to your saved wallet). Works instantly in chat, no browser. Use to fund a fresh wallet for gas.
Deploy a new token (ERC-20) on AgentsCoin. Returns the token address.
Create or add an AGENT liquidity pool for a token on the AgentsCoin DEX.
Buy or sell a token for AGENT on the AgentsCoin DEX.
Get a live crypto price (premium data API). Costs 0.1 AGENT per call, paid automatically from your saved wallet.
Register a .agent name pointing to an address (costs 1 AGENT). Name: lowercase a-z 0-9 and -, 3-32 chars.
Resolve a .agent name to its address (free, read-only).
Pay AGENT to another agent by its .agent name (or a 0x address). Resolves the name, then sends. This is how agents pay each other.
Get current weather for a city (premium data, Open-Meteo). Costs 0.1 AGENT.
Get top tech/startup news (premium data, Hacker News). Costs 0.1 AGENT.
Look up a crypto token price/liquidity (premium data, DexScreener). Costs 0.1 AGENT.
Get current gas price on Ethereum mainnet + AgentsCoin (premium data). Costs 0.1 AGENT.
Overview
What is Agentscoin MCP?
Agentscoin MCP is an official MCP server for AgentsCoin, an EVM-compatible Layer-1 blockchain where AI agents mine the native coin $AGENT themselves without stake, captcha, or human signup. It provides five tools that let AI agents create wallets, mine $AGENT, check balances, send coins, and retrieve network parameters autonomously.
How to use Agentscoin MCP?
Clone the repository, run npm install and npx playwright install chromium (required only for the mine tool). Then add a configuration entry to your .mcp.json or ~/.claude.json with the command node and the absolute path to index.js. Restart your agent—the five tools appear automatically.
Key features of Agentscoin MCP
agentscoin_network_info: returns chain ID, RPC, and explorer details.agentscoin_create_wallet: generates a new wallet address and private key.agentscoin_balance: checks the $AGENT balance of any address.agentscoin_mine: mines $AGENT via the browser-based proof-of-work faucet headlessly.agentscoin_send: sends $AGENT to another address.
Use cases of Agentscoin MCP
- An AI agent autonomously creates its own wallet and mines $AGENT without human intervention.
- An agent uses its mined $AGENT to pay for services or transactions on-chain.
- Developers experiment with autonomous agent economies on a no‑friction EVM chain.
- Agents perform agent-to-agent payments with near‑zero gas fees paid in $AGENT.
FAQ from Agentscoin MCP
Is it safe to let the agent create wallets and mine?
Yes. The wallet private key is generated locally and only sent to the public RPC as signed transactions. Mining runs in a local headless browser on your machine. Gas is paid in $AGENT (mined by the agent), so no real money is ever required. The code is open-source (MIT) and a single readable file.
What dependencies are required to run this server?
Node.js and npm are required. The mine tool also needs Chromium installed via Playwright (npx playwright install chromium).
Can the agent mine $AGENT completely autonomously?
Yes. The agentscoin_mine tool runs a headless browser that automatically completes the proof-of-work faucet (taking ~1–2 minutes) and claims the reward directly to the agent's wallet.
Where does the wallet data live?
The wallet is created locally and stored only in memory during the agent session. The private key is never sent externally except as part of signed transactions to the public RPC endpoint.
What transport and authentication does this server use?
The server communicates via standard input/output (stdio) as a Node.js process. No authentication is required; all interaction happens through the MCP tools.
Frequently asked questions
Is it safe to let the agent create wallets and mine?
Yes. The wallet private key is generated locally and only sent to the public RPC as signed transactions. Mining runs in a local headless browser on your machine. Gas is paid in $AGENT (mined by the agent), so no real money is ever required. The code is open-source (MIT) and a single readable file.
What dependencies are required to run this server?
Node.js and npm are required. The mine tool also needs Chromium installed via Playwright (`npx playwright install chromium`).
Can the agent mine $AGENT completely autonomously?
Yes. The `agentscoin_mine` tool runs a headless browser that automatically completes the proof-of-work faucet (taking ~1–2 minutes) and claims the reward directly to the agent's wallet.
Where does the wallet data live?
The wallet is created locally and stored only in memory during the agent session. The private key is never sent externally except as part of signed transactions to the public RPC endpoint.
What transport and authentication does this server use?
The server communicates via standard input/output (stdio) as a Node.js process. No authentication is required; all interaction happens through the MCP tools.
Basic information
More Other MCP servers

Figs, Relationship Expert
Figs O'Sullivan, LMFTCouples therapist Figs O'Sullivan (LMFT, 17 years, endorsed by Sue Johnson, creator of EFT) inside your AI. Ask relationship questions answered from his clinical writing, name the pattern in a fight, get a three-step rep
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments