MCP.so
登录
A

Agentscoin Mcp

@axiosdevs

关于 Agentscoin Mcp

Give your AI agent its own money on AgentsCoin — create a wallet,

基本信息

分类

其他

传输方式

stdio

发布者

axiosdevs

提交者

Alex

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "agentscoin": {
      "command": "npx",
      "args": [
        "-y",
        "agentscoin-mcp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器