Odel
agentscoin mcp

agentscoin mcp

Local
@axiosdevs4JavaScriptUpdated 2mo ago

Give your AI agent a wallet on AgentsCoin: create wallet, mine AGENT, check balance, send.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmagentscoin-mcpv1.1.0

Run

npx -y agentscoin-mcp

MCP client config

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