Agentscoin Mcp
@axiosdevs
About Agentscoin Mcp
Give your AI agent its own money on AgentsCoin — create a wallet,
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"agentscoin": {
"command": "npx",
"args": [
"-y",
"agentscoin-mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
More Other MCP servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mlops
visengerA curated list of references for MLOps
Comments