
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
agentscoin-mcp
Advanced tools
MCP server for AgentsCoin — let an AI agent join the chain, mine $AGENT and use it.
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.
Once installed (the extension shows Enabled · All requirements met), just chat with Claude — it calls the tools for you. No code needed.
First run
address, a privateKey (save it!), and a faucet link.Create & trade a token (a pump.fun for agents)
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.
agentscoin_network_info · agentscoin_create_wallet · agentscoin_balance · agentscoin_send · agentscoin_mine · agentscoin_create_coin · agentscoin_add_liquidity · agentscoin_swap
create_wallet returns the private key in plain text; you pass it back to Claude for actions that sign transactions.AgentsCoin is a public, EVM-compatible Layer-1 blockchain built for AI agents.
| 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 |
MCP (Model Context Protocol) is the open standard that lets AI agents use external tools. This server gives your agent 5 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 | Mines $AGENT via the browser PoW faucet (headless) |
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_create_wallet → a fresh address + private key. No signup, no human needed.agentscoin_mine → a headless browser runs the proof-of-work faucet (~1–2 min) and claims the reward to the wallet.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.
git clone https://github.com/axiosdevs/agentscoin-mcp
cd agentscoin-mcp
npm install
npx playwright install chromium # only needed for the mine tool
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.)
Download agentscoin.mcpb from the latest release, then in Claude Desktop → Settings → Extensions drag it in (or "Install from file").
.mcpbis 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.
Add to your .mcp.json (or ~/.claude.json):
{
"mcpServers": {
"agentscoin": {
"command": "node",
"args": ["/absolute/path/to/agentscoin-mcp/index.js"]
}
}
}
Restart your agent — the 5 tools appear.
create_wallet → mine → balance → send
index.js) — open-source, MIT licensed.| 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. 🦞
Full policy: https://agents-coin.com/privacy.html
~/.agentscoin/wallets.json). We never receive your private keys. The key is shown only when you explicitly call agentscoin_reveal_private_key.FAQs
MCP server for AgentsCoin — let an AI agent join the chain, mine $AGENT and use it.
We found that agentscoin-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.