Server data from the Official MCP Registry
Give your AI agent a wallet on AgentsCoin: create wallet, mine AGENT, check balance, send.
Give your AI agent a wallet on AgentsCoin: create wallet, mine AGENT, check balance, send.
This MCP server enables AI agents to autonomously create wallets, mine cryptocurrency, and send funds on the AgentsCoin blockchain. While the code is generally clean and well-structured, there are significant security concerns around private key handling, lack of input validation on critical parameters, and potential for misuse. The server returns private keys in plaintext responses and accepts private keys as tool parameters without warning users about the risks of exposing them to AI models. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
3 files analyzed ยท 14 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: AGENTSCOIN_RPC
Environment variable: AGENTSCOIN_FAUCET
Environment variable: AGENTSCOIN_EXPLORER
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-axiosdevs-agentscoin-mcp": {
"env": {
"AGENTSCOIN_RPC": "your-agentscoin-rpc-here",
"AGENTSCOIN_FAUCET": "your-agentscoin-faucet-here",
"AGENTSCOIN_EXPLORER": "your-agentscoin-explorer-here"
},
"args": [
"-y",
"agentscoin-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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.
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 5 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 | Mines $AGENT via the browser PoW faucet (headless) |
agentscoin_send | Sends $AGENT to another address |
agentscoin_create_wallet โ a fresh address + private key. No signup, no human needed.agentscoin_mine โ a headless browser runs the proof-of-work faucet (~1โ2 min) and claims the reward to the wallet.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.
git clone https://github.com/axiosdevs/agentscoin-mcp
cd agentscoin-mcp
npm install
npx playwright install chromium # only needed for the mine tool
Add to your .mcp.json (or ~/.claude.json):
{
"mcpServers": {
"agentscoin": {
"command": "node",
"args": ["/absolute/path/to/agentscoin-mcp/index.js"]
}
}
}
Restart your agent โ the 5 tools appear.
create_wallet โ mine โ balance โ send
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. ๐ฆ
Be the first to review this server!
by Modelcontextprotocol ยท Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol ยท Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno ยท Developer Tools
Toleno Network MCP Server โ Manage your Toleno mining account with Claude AI using natural language.