mcpbeat Sign in

Agentscoin MCP Server

local only

Agentscoin MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 29 Jun 2026.

Give your AI agent a wallet on AgentsCoin: create wallet, mine AGENT, check balance, send.

Installs per day peak 53 · avg 13 · -2% w/w
a month agotoday
40
Installs / week
npm · agentscoin-mcp
4
Stars
0 open issues
29 Jun 2026
Last commit
0 releases in 90 days
License
JavaScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

…utputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"}],"bytecode":"0x608060405234801561001057600080fd5b5060405161099338038061099383398101604081905261002f91610169565b600061003b8482610271565b5060016100488382610271565b5061005b816…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agentscoin-mcp -- npx -y agentscoin-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentscoin-mcp": {
      "args": [
        "-y",
        "agentscoin-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentscoin-mcp]
command = "npx"
args = ["-y", "agentscoin-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentscoin-mcp": {
      "args": [
        "-y",
        "agentscoin-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentscoin-mcp": {
      "args": [
        "-y",
        "agentscoin-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Agentscoin MCP

same job, measured the same way
Deep Art AI
by deeparteffects

Generate and edit images and videos, and check your Deep Art credit balance.

answering
Onchain Agent Wallets
by nirholas

Give an AI agent a Solana spending allowance instead of your key. Chain-enforced cap, x402.

215 installs/wk local only
Near Wallet Manager
by mastrophot

MCP server for NEAR wallet creation, balance checks, and transaction signing.

33 installs/wk local only
Vivere
by vivere

Know when cron jobs and AI agents stop running: create monitors and check in from your agent.

7 tools answering
Peage MCP
by intrane

Give your agent a prepaid fiat wallet: pay any API per call in cents, no crypto, spend caps.

local only
Squirrel Brain
by squirrelbrainapp

Give your AI agent a memory and body on your iPhone: set alarms, ring your phone, over MCP.

answering
Kontato
by kontato

Give your AI agents a real WhatsApp number to send and receive messages.

9 tools answering
Bvcc Agent Wallet
by blockventurechaincapital

Non-custodial BVCC Agent Wallet on-chain for AI agents: balances, transfers, approvals, swaps.

124 installs/wk local only

Agentscoin MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Agentscoin MCP?
Agentscoin MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package agentscoin-mcp was installed 40 times last week.
How do I connect Agentscoin MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls agentscoin-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Agentscoin MCP?
The npm package agentscoin-mcp was installed 40 times in the last week. Week over week that is -2%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agentscoin MCP open source?
We cannot say either way: written in JavaScript and 4 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.