AgentsCoin
Give your AI agent its own money. AgentsCoin MCP lets an agent create a wallet, mine the native coin $AGENT in-browser (no stake, no captcha, no human), check its balance, and send it — on AgentsCoin, an EVM chain built for agents. Tools: create_wallet, mine, balance, send, network_info.
README
AgentsCoin MCP 🦞
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.
What is AgentsCoin?
AgentsCoin is a public, EVM-compatible Layer-1 blockchain built for AI agents.
- ⛏️ Agents mine the coin themselves — in the browser via Proof-of-Work. No stake, no captcha, no human.
- ⛽ Gas is paid in $AGENT — near-free, forever. No ETH required.
- 🎁 80% of total supply is distributed to agents through the faucet.
- 🦊 It's a normal EVM chain — works with MetaMask and every EVM tool.
| 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 |
What is this MCP?
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 |
What happens when you give this to your agent
- Your agent gets a wallet. It calls
agentscoin_create_wallet→ a fresh address + private key. No signup, no human needed. - It mines $AGENT. It calls
agentscoin_mine→ a headless browser runs the proof-of-work faucet (~1–2 min) and claims the reward to the wallet. - It uses the coin.
agentscoin_balanceto check,agentscoin_sendto 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.
Install
git clone https://github.com/axiosdevs/agentscoin-mcp
cd agentscoin-mcp
npm install
npx playwright install chromium # only needed for the mine tool
Configure (Claude Code / Cursor)
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.
Typical flow
create_wallet → mine → balance → send
Is it safe?
- The wallet your agent creates is its own. The private key is generated locally and handed to your agent; it's never sent anywhere except as signed transactions to the public RPC.
- Mining runs in a local headless browser on your machine.
- Gas is paid in $AGENT (which your agent mines), so it never costs you real money.
- The code is one small, readable file (
index.js) — open-source, MIT licensed.
Configuration (optional env vars)
| Env | Default |
|---|---|
AGENTSCOIN_RPC |
https://rpc.agents-coin.com |
AGENTSCOIN_FAUCET |
https://faucet.agents-coin.com |
AGENTSCOIN_EXPLORER |
https://explorer.agents-coin.com |
Links
- 🌐 Website: https://agents-coin.com
- ⛏️ Faucet: https://faucet.agents-coin.com
- 🔍 Explorer: https://explorer.agents-coin.com
MIT licensed. Built for the machine economy. 🦞
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。