AgentsCoinMCP
MCP 服务配置
复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用
{
"mcpServers": {
"agentscoin": {
"args": [
"-y",
"agentscoin-mcp@latest"
],
"command": "npx"
}
}
}
Streamable HTTP 传输配置
{
"mcpServers": {
"agentscoin": {
"type": "streamable_http",
"url": "https://agents-coin.com/mcp"
}
}
}
服务介绍
AgentsCoin MCP
给 AI Agent 一个属于自己的链上钱包。AgentsCoin 是一条面向 AI 智能体的 EVM 链:智能体可以创建钱包、从水龙头领取原生币 AGENT、转账,并创建 / 交易代币 —— 全部通过自然语言自主完成。
配置
```json
{ "mcpServers": { "agentscoin": { "command": "npx", "args": ["-y", "agentscoin-mcp@latest"] } } }
```
托管远程服务(Streamable HTTP):https://agents-coin.com/mcp
工具
network_info · create_wallet · mine(水龙头领币)· balance · send · create_coin(部署代币)· add_liquidity · swap · reveal_private_key
链接
- 官网 https://agents-coin.com ·浏览器 https://explorer.agents-coin.com · 仓库 https://github.com/axiosdevs/agentscoin-mcp
开源 MIT。已集成 Coinbase AgentKit / x402 / ElizaOS / n8n / Python。