{
  "markdown": "# AgentsCoin MCP 🦞\n\n**Give your AI agent its own money.**\n\nThis is the official MCP server for **[AgentsCoin](https://agents-coin.com)** — an EVM blockchain where AI agents mine the native coin **$AGENT** *themselves*: no stake, no captcha, no human signup.\n\nAdd it to Claude Code, Cursor, or OpenClaw, and your agent can create a wallet, mine $AGENT, and spend it — autonomously, with one config.\n\n---\n\n## Configuration\n\nAdd to your MCP client (Claude, Cursor, ModelScope, etc.):\n\n```json\n{\n  \"mcpServers\": {\n    \"agentscoin\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"agentscoin-mcp@latest\"]\n    }\n  }\n}\n```\n\nOr connect the hosted server (Streamable HTTP):\n\n```json\n{\n  \"mcpServers\": {\n    \"agentscoin\": {\n      \"type\": \"streamable_http\",\n      \"url\": \"https://agents-coin.com/mcp\"\n    }\n  }\n}\n```\n\n## How to use (in Claude Desktop)\n\nOnce installed (the extension shows **Enabled · All requirements met**), just chat with Claude — it calls the tools for you. No code needed.\n\n**First run**\n1. *\"Show AgentsCoin network info\"* — confirms the connection works.\n2. *\"Create an AgentsCoin wallet\"* — returns an `address`, a `privateKey` (save it!), and a faucet link.\n3. **Fund it (gas):** open the faucet link (or https://faucet.agents-coin.com) and claim AGENT. A fresh wallet is empty, and send / create / swap all need AGENT for gas.\n4. *\"Check the balance of 0x…\"*\n\n**Create & trade a token** (a pump.fun for agents)\n- *\"Create a token DogeAI (DOGE) on AgentsCoin using key 0x…\"* → returns the token address + an explorer link.\n- *\"Add liquidity: 1000 DOGE + 5 AGENT, key 0x…\"*\n- *\"Buy token 0x… for 5 AGENT on the AgentsCoin DEX, key 0x…\"* · *\"Sell 100 of token 0x…\"*\n\n**Send** — *\"Send 1 AGENT to 0x… from key 0x…\"*\n\n**Mine** — *\"Mine AGENT to 0x…\"* runs the browser-PoW faucet headlessly. It needs Playwright + Chromium locally (`npm i playwright && npx playwright install chromium`). Easiest alternative: just claim from the web faucet.\n\n### The 17 tools\n`agentscoin_network_info` · `agentscoin_create_wallet` · `agentscoin_balance` · `agentscoin_send` · `agentscoin_mine` · `agentscoin_create_coin` · `agentscoin_add_liquidity` · `agentscoin_swap` · `agentscoin_register_name` · `agentscoin_resolve_name` · `agentscoin_pay` · `agentscoin_price` · `agentscoin_weather` · `agentscoin_news` · `agentscoin_token_info` · `agentscoin_gas` · `agentscoin_reveal_private_key`\n\n### Notes\n- **Gas first:** claim AGENT from the faucet before send / create / swap.\n- **Keys:** `create_wallet` shows only the address. The private key is saved **hidden** in `~/.agentscoin/wallets.json` and used automatically to sign — call `agentscoin_reveal_private_key` only if you explicitly need it.\n- Network: **AgentsCoin** · chainId **24368** · explorer https://explorer.agents-coin.com · DEX https://dex.agents-coin.com\n\n## What is AgentsCoin?\n\nAgentsCoin is a public, **EVM-compatible Layer-1 blockchain** built for AI agents.\n\n- ⛏️ **Agents mine the coin themselves** — in the browser via Proof-of-Work. No stake, no captcha, no human.\n- ⛽ **Gas is paid in $AGENT** — near-free, forever. No ETH required.\n- 🎁 **80% of total supply** is distributed to agents through the faucet.\n- 🦊 **It's a normal EVM chain** — works with MetaMask and every EVM tool.\n- 🔗 **On Chainlist** — one-click add network: https://chainlist.org/?search=24368\n- ✅ **Verified contracts** — the token launcher + name service are verified on the explorer.\n\n| | |\n|---|---|\n| **Network** | AgentsCoin |\n| **Chain ID** | `24368` |\n| **RPC** | https://rpc.agents-coin.com |\n| **Symbol** | `AGENT` (18 decimals) |\n| **Explorer** | https://explorer.agents-coin.com |\n| **Faucet** | https://faucet.agents-coin.com |\n\n---\n\n## What is this MCP?\n\n[**MCP (Model Context Protocol)**](https://modelcontextprotocol.io) is the open standard that lets AI agents use external tools. This server gives your agent **17 tools** to use AgentsCoin.\n\n| Tool | What it does |\n|------|--------------|\n| `agentscoin_network_info` | Returns chain params (to add the network to a wallet) |\n| `agentscoin_create_wallet` | Creates a new wallet (address + private key) |\n| `agentscoin_balance` | Checks an address' $AGENT balance |\n| `agentscoin_mine` | Claims free $AGENT from the faucet (no browser needed) |\n| `agentscoin_send` | Sends $AGENT to another address |\n| `agentscoin_create_coin` | Deploys a new token (ERC-20) on AgentsCoin |\n| `agentscoin_add_liquidity` | Creates/adds an AGENT liquidity pool on the DEX |\n| `agentscoin_swap` | Buys/sells a token for AGENT on the DEX |\n| `agentscoin_register_name` | Registers a `.agent` name (identity); fee in AGENT |\n| `agentscoin_resolve_name` | Resolves a `.agent` name to its address |\n| `agentscoin_pay` | Pays another agent by `.agent` name |\n| `agentscoin_price` | Crypto price — pay-per-call (0.1 AGENT) |\n| `agentscoin_weather` | Weather — pay-per-call (0.1 AGENT) |\n| `agentscoin_news` | Top tech news — pay-per-call (0.1 AGENT) |\n| `agentscoin_token_info` | Token info — pay-per-call (0.1 AGENT) |\n| `agentscoin_gas` | Gas price — pay-per-call (0.1 AGENT) |\n| `agentscoin_reveal_private_key` | Reveals the saved wallet's key (only on request) |\n\n---\n\n## What happens when you give this to your agent\n\n1. **Your agent gets a wallet.** It calls `agentscoin_create_wallet` → a fresh address + private key. No signup, no human needed.\n2. **It gets $AGENT.** It calls `agentscoin_mine` → claims free $AGENT from the faucet instantly (no browser).\n3. **It uses the coin.** `agentscoin_balance` to check, `agentscoin_send` to pay anyone. Gas is paid in $AGENT — near-free.\n\nIn short: **you paste one config, and your agent earns and spends its own on-chain money — autonomously. It costs you nothing.**\n\n---\n\n## Install\n\n```bash\ngit clone https://github.com/axiosdevs/agentscoin-mcp\ncd agentscoin-mcp\nnpm install\n\n```\n\n\n\n## Connect as a remote server (no install, no warnings)\n\nThe easiest, safest way — nothing runs on your machine, so there is **no \"access to everything\" warning**:\n\n**Claude Desktop → Settings → Connectors → Add custom connector** → URL:\n```\nhttps://agents-coin.com/mcp\n```\nWorks in any MCP client that supports remote / Streamable-HTTP servers. (Use the local install below only if you specifically want it bundled offline.)\n\n## Install in Claude Desktop (one-click .mcpb)\n\nDownload **agentscoin.mcpb** from the [latest release](https://github.com/axiosdevs/agentscoin-mcp/releases/latest), then in **Claude Desktop → Settings → Extensions** drag it in (or \"Install from file\").\n\n> `.mcpb` is Claude Desktop's extension format — it does **not** open by double-clicking on a normal PC; it must be opened inside Claude Desktop. Source code is this repo; the .mcpb is just a packaged build of it.\n\n## Configure (Claude Code / Cursor)\n\nAdd to your `.mcp.json` (or `~/.claude.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"agentscoin\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"agentscoin-mcp@latest\"]\n    }\n  }\n}\n```\n\nRestart your agent — the 17 tools appear.\n\n## Typical flow\n\n```\ncreate_wallet  →  mine (faucet)  →  balance  →  send  →  pay  bob.agent\n```\n\n---\n\n## Is it safe?\n\n- 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.\n- Mining runs in a **local headless browser** on your machine.\n- Gas is paid in **$AGENT** (which your agent mines), so it never costs you real money.\n- The code is one small, readable file (`index.js`) — open-source, MIT licensed.\n\n## Configuration (optional env vars)\n\n| Env | Default |\n|-----|---------|\n| `AGENTSCOIN_RPC` | `https://rpc.agents-coin.com` |\n| `AGENTSCOIN_FAUCET` | `https://faucet.agents-coin.com` |\n| `AGENTSCOIN_EXPLORER` | `https://explorer.agents-coin.com` |\n\n---\n\n## Links\n\n- 🌐 Website: https://agents-coin.com\n- ⛏️ Faucet: https://faucet.agents-coin.com\n- 🔍 Explorer: https://explorer.agents-coin.com\n\nMIT licensed. Built for the machine economy. 🦞\n\n## Privacy Policy\n\nFull policy: https://agents-coin.com/privacy.html\n\n- **Data collection:** This extension does **not** collect, transmit, or store any personal data on our servers.\n- **Wallet keys:** Wallets are generated and stored **only locally** on your device (`~/.agentscoin/wallets.json`). We never receive your private keys. The key is shown only when you explicitly call `agentscoin_reveal_private_key`.\n- **Network use:** The extension talks to the public AgentsCoin RPC, faucet, and block explorer to read balances and broadcast transactions you initiate. Requests include your public wallet address and transaction data (public by nature of a blockchain).\n- **Sharing / retention:** We do not sell or share data. We retain no personal data. Local data stays on your device until you delete it.\n- **Contact:** contact@agents-coin.com\n",
  "bytes": 8808,
  "sha": "b3e9b79afc23491309aa0193018652d5b75b5765f8c48f9e41251f2b7f196181",
  "repo_slug": "axiosdevs/agentscoin-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_axiosdevs_agentscoin_mcp_0d8fa2fb/readme"
}