This MCP server lets an AI agent interact with the AgentsCoin EVM blockchain by creating wallets, checking balances, sending AGENT, mining from the faucet, and using the DEX and name service. It also includes a few pay-per-call utility tools such as price, weather, news, token info, and gas lookup.
From the registry: Give your AI agent a wallet on AgentsCoin: create wallet, mine AGENT, check balance, send.
$ npm i playwright && npx playwright install chromiumPlease install the `agentscoin-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node.js and npm** — Install Node.js and npm to run the MCP server via npx.
Optional prerequisites:
- Playwright + Chromium (optional, for mining tool) — Install Playwright and Chromium locally only if you want to use the agentscoin_mine tool locally. The README says the easier alternative is to claim from the web faucet instead. Run: `npm i playwright && npx playwright install chromium`
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","agentscoin-mcp@latest"]
- optional environment variables:
- `AGENTSCOIN_RPC`: Override the AgentsCoin RPC endpoint. (example: `<your-rpc-url>`)
- `AGENTSCOIN_FAUCET`: Override the AgentsCoin faucet endpoint. (example: `<your-faucet-url>`)
- `AGENTSCOIN_EXPLORER`: Override the AgentsCoin block explorer endpoint. (example: `<your-explorer-url>`)
Note: The README also supports a hosted remote MCP endpoint at https://agents-coin.com/mcp using Streamable HTTP, but the simplest portable install path shown is the stdio npx command. No environment variables are required for the default configuration.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
SEC filing intelligence — insider sentiment, material events, financial ratios, disclosure search.
MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)