Skip to main content
Glama

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.


Configuration

Add to your MCP client (Claude, Cursor, ModelScope, etc.):

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

Or connect the hosted server (Streamable HTTP):

{
  "mcpServers": {
    "agentscoin": {
      "type": "streamable_http",
      "url": "https://agents-coin.com/mcp"
    }
  }
}

Related MCP server: @praveen030686/data-apis-mcp

How to use (in Claude Desktop)

Once installed (the extension shows Enabled ยท All requirements met), just chat with Claude โ€” it calls the tools for you. No code needed.

First run

  1. "Show AgentsCoin network info" โ€” confirms the connection works.

  2. "Create an AgentsCoin wallet" โ€” returns an address, a privateKey (save it!), and a faucet link.

  3. 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.

  4. "Check the balance of 0xโ€ฆ"

Create & trade a token (a pump.fun for agents)

  • "Create a token DogeAI (DOGE) on AgentsCoin using key 0xโ€ฆ" โ†’ returns the token address + an explorer link.

  • "Add liquidity: 1000 DOGE + 5 AGENT, key 0xโ€ฆ"

  • "Buy token 0xโ€ฆ for 5 AGENT on the AgentsCoin DEX, key 0xโ€ฆ" ยท "Sell 100 of token 0xโ€ฆ"

Send โ€” "Send 1 AGENT to 0xโ€ฆ from key 0xโ€ฆ"

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.

The 17 tools

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

Notes

  • Gas first: claim AGENT from the faucet before send / create / swap.

  • 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.

  • Network: AgentsCoin ยท chainId 24368 ยท explorer https://explorer.agents-coin.com ยท DEX https://dex.agents-coin.com

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.

  • ๐Ÿ”— On Chainlist โ€” one-click add network: https://chainlist.org/?search=24368

  • โœ… Verified contracts โ€” the token launcher + name service are verified on the explorer.

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 17 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

Claims free $AGENT from the faucet (no browser needed)

agentscoin_send

Sends $AGENT to another address

agentscoin_create_coin

Deploys a new token (ERC-20) on AgentsCoin

agentscoin_add_liquidity

Creates/adds an AGENT liquidity pool on the DEX

agentscoin_swap

Buys/sells a token for AGENT on the DEX

agentscoin_register_name

Registers a .agent name (identity); fee in AGENT

agentscoin_resolve_name

Resolves a .agent name to its address

agentscoin_pay

Pays another agent by .agent name

agentscoin_price

Crypto price โ€” pay-per-call (0.1 AGENT)

agentscoin_weather

Weather โ€” pay-per-call (0.1 AGENT)

agentscoin_news

Top tech news โ€” pay-per-call (0.1 AGENT)

agentscoin_token_info

Token info โ€” pay-per-call (0.1 AGENT)

agentscoin_gas

Gas price โ€” pay-per-call (0.1 AGENT)

agentscoin_reveal_private_key

Reveals the saved wallet's key (only on request)


What happens when you give this to your agent

  1. Your agent gets a wallet. It calls agentscoin_create_wallet โ†’ a fresh address + private key. No signup, no human needed.

  2. It gets $AGENT. It calls agentscoin_mine โ†’ claims free $AGENT from the faucet instantly (no browser).

  3. It uses the coin. agentscoin_balance to check, agentscoin_send to 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

Connect as a remote server (no install, no warnings)

The easiest, safest way โ€” nothing runs on your machine, so there is no "access to everything" warning:

Claude Desktop โ†’ Settings โ†’ Connectors โ†’ Add custom connector โ†’ URL:

https://agents-coin.com/mcp

Works in any MCP client that supports remote / Streamable-HTTP servers. (Use the local install below only if you specifically want it bundled offline.)

Install in Claude Desktop (one-click .mcpb)

Download agentscoin.mcpb from the latest release, then in Claude Desktop โ†’ Settings โ†’ Extensions drag it in (or "Install from file").

.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.

Configure (Claude Code / Cursor)

Add to your .mcp.json (or ~/.claude.json):

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

Restart your agent โ€” the 17 tools appear.

Typical flow

create_wallet  โ†’  mine (faucet)  โ†’  balance  โ†’  send  โ†’  pay  bob.agent

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


MIT licensed. Built for the machine economy. ๐Ÿฆž

Privacy Policy

Full policy: https://agents-coin.com/privacy.html

  • Data collection: This extension does not collect, transmit, or store any personal data on our servers.

  • 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.

  • 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).

  • Sharing / retention: We do not sell or share data. We retain no personal data. Local data stays on your device until you delete it.

  • Contact: contact@agents-coin.com

A
license - permissive license
-
quality - not tested
A
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
0dRelease cycle
10Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    B
    quality
    C
    maintenance
    Self-hosted wallet MCP server for AI agents. Provides 42 tools for multi-chain crypto operations: transfers, token management, DeFi (swap, lend, stake, bridge, perp), NFT, smart contracts, and x402 payments. Supports EVM and Solana with policy engine, spending limits, and human approval.
    Last updated
    60
    29
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    22 MCP tools for AI agents: crypto prices and trading signals (53 coins), stock prices and company financials, forex rates and conversion, and web scraping with AI summaries. All powered by x402 USDC micropayments on Base. $0.01-$0.25 per request.
    Last updated
    22
    29
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables any MCP-compatible LLM client to autonomously hold, spend, earn, and receive cryptocurrency using native MCP tools, no code required.
    Last updated
    2
    71
    ISC

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/axiosdevs/agentscoin-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server