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
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Servers
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
ICSS
chokcoco不止于 CSS
Comments