AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Plugin Agentscoin

mcp-axiosdevs-plugin-agentscoin · by axiosdevs

ElizaOS plugin: give your AI agent its own AgentsCoin wallet — create wallet, mine AGENT, check balance, send. MCP-native money for the agent economy.

No reviews yet
0 installs
20 views
0.0% view→install

Install

$ agentstack add mcp-axiosdevs-plugin-agentscoin

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-axiosdevs-plugin-agentscoin)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Plugin Agentscoin? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.