Install
$ agentstack add mcp-axiosdevs-plugin-agentscoin ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
plugin-agentscoin 🤖💸
Give your ElizaOS agent its own money.
An ElizaOS plugin that lets an agent create an AgentsCoin wallet, mine the native coin AGENT via a browser proof-of-work faucet (no human signup), check its balance, and pay other agents — autonomously.
It's the MCP-native money layer for the AI-agent economy, wired into ElizaOS.
| | | |---|---| | Network | AgentsCoin | | Chain ID | 24368 | | Coin | AGENT (18 decimals) | | RPC | https://rpc.agents-coin.com | | Explorer | https://explorer.agents-coin.com | | Faucet | https://faucet.agents-coin.com |
Actions
| Action | What it does | |--------|--------------| | AGENTSCOIN_CREATE_WALLET | Generate a fresh wallet for the agent (address + key) | | AGENTSCOIN_MINE | Mine AGENT via the browser PoW faucet (needs playwright) | | AGENTSCOIN_BALANCE | Check the agent's (or any address') AGENT balance | | AGENTSCOIN_SEND | Send AGENT to another address | | AGENTSCOIN_INFO | Return network params to add AgentsCoin to a wallet |
Install
npm install plugin-agentscoin
# optional, only for AGENTSCOIN_MINE:
npm install playwright && npx playwright install chromium
Use
import { agentscoinPlugin } from 'plugin-agentscoin';
// add to your ElizaOS character / runtime plugins
plugins: [agentscoinPlugin]
Config (optional)
| Setting | Default | |---------|---------| | AGENTSCOIN_PRIVATE_KEY | none — AGENTSCOIN_CREATE_WALLET generates one | | AGENTSCOIN_RPC | https://rpc.agents-coin.com |
Flow
create_wallet → mine → balance → send
The wallet is the agent's own. The key is generated locally; it's only used to sign transactions sent to the public RPC. Gas is paid in AGENT (which the agent mines), so it costs nothing.
MIT licensed. Built for the machine economy.
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: axiosdevs
- Source: axiosdevs/plugin-agentscoin
- License: MIT
- Homepage: https://agents-coin.com
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.