Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"agentscoin": {
"args": [
"/absolute/path/to/agentscoin-mcp/index.js"
],
"command": "node"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'playwright' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
Playwright downloads and installs browsers without verifying the authenticity of the SSL certificate
### Summary Use of `curl` with the `-k` (or `--insecure`) flag in installer scripts allows attackers to deliver arbitrary executables via Man-in-the-Middle (MitM) attacks. This can lead to full system compromise, as the downloaded files are installed as privileged applications. ### Details The following scripts in the `microsoft/playwright` repository at commit [`bee11cbc28f24bd18e726163d0b9b1571b4f26a8`](https://github.com/microsoft/playwright/commit/bee11cbc28f24bd18e726163d0b9b1571b4f26a8) u
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / finance
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
An open-source AI agent that brings the power of Gemini directly into your terminal.
MCP Security Weekly
Get CVE alerts and security updates for io.github.axiosdevs/agentscoin-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
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"
}
}
}
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 · agentscoin_register_name · agentscoin_resolve_name · agentscoin_pay · agentscoin_price · agentscoin_weather · agentscoin_news · agentscoin_token_info · agentscoin_gas · agentscoin_reveal_private_key
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.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 17 tools to use AgentsCoin.
| Tool | What it does |
|---|---|
agentscoin_network_info | Returns chain params (to |