Minia2a MCP server
minia2a.uk — x402 pay-per-call APIs for AI agents, USDC on Base, 5 free trials per wallet.
1 stars767 downloads/wk
Reviews
Write oneNobody has reviewed Minia2a yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Minia2a tools (6)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
minia2a_call_serviceCall an x402 service on minia2a.uk. Three access paths: (1) omit everything for the paid 402 path (sign a wallet for 5 free trial calls — no registration); (2) pass privateKey (or set MINIA2A_PRIVATE_KEY) for your wallet's own 5 trials — the key never leaves this process, it only signs the per-call trial message; (3) when both are exhausted the endpoint returns HTTP 402 with a machine-readable acc
minia2a_check_endpointValidate any x402 endpoint for autonomous-agent (Claude Code auto-mode) readiness. Checks 9 signals: HTTP reachability, JSON content-type, payment challenge (canonical PAYMENT-REQUIRED header or legacy x-402-* headers), payment amount, network, recipient, trial info, registration path, and /api/agent-ready handshake. Returns a score (0-100%) with per-check PASS/FAIL detail. Use this before calling
minia2a_get_serviceGet detailed information about a specific x402 service on minia2a.uk, including its price, endpoint URL, input schema, and usage instructions. Use this before calling a service to understand what it needs.
minia2a_get_statsGet current platform statistics for minia2a.uk — total services, registered agents, transaction volume, uptime, and more. Useful for understanding the marketplace's scale and health.
minia2a_list_servicesList available x402 services on minia2a.uk — the micropayment marketplace for AI agents. Returns service name, description, price, and endpoint for each service. Use this to discover what capabilities are available before calling them.
minia2a_registerRegister a self-custody wallet on minia2a.uk to publish your own services (EIP-191 signature). Registration is for publishing — it is NOT required for trials: any wallet signed in minia2a_call_service already gets 5 free trial calls. If you don't provide a wallet+signature, this tool generates a fresh wallet, signs 'minia2a register: <your-wallet>' with EIP-191, registers it, and returns the priva
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- Code scan6 source files scanned15/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 1 days ago15/15
- Maintainer identitynamespace and repository owner differ; website matches verified namespace5/10
Findings (2)
- mediumnpm install lifecycle script present
install.script - mediumnpm install lifecycle script present
install.scriptpackage.json: …t": "node test/check-endpoint.mjs", "postinstall": "node -e \"console.log('\\n\\\\x1b[36m�…
What the publisher says
From the Minia2a repository's README, as published. We do not edit it. Read it on GitHub
minia2a-mcp
MCP server for minia2a.uk — the x402 micropayment marketplace for AI agents.
🚀 Claude Code auto-mode ready. Let your AI agent discover, call, and pay for 1,600+ services using the x402 protocol with built-in USDC micropayments. 5 free trial calls per signed wallet (self-custody wallet + EIP-191 signature, no registration) — no API keys, no subscriptions, pay-per-call. .agent-budget v1.1 support for safe autonomous spending.
Installation
npm install -g minia2a-mcpUsage
Claude Code
Add to your Claude Code MCP config (~/.claude/.mcp.json):
{
"mcpServers": {
"minia2a": {
"command": "npx",
"args": ["-y", "minia2a-mcp"]
}
}
}Claude Desktop
Add to claudedesktopconfig.json:
{
"mcpServers": {
"minia2a": {
"command": "npx",
"args": ["-y", "minia2a-mcp"]
}
}
}Tools (6)
minia2alistservices
Browse available x402 services. Filter by category or search term.
minia2agetservice
Get detailed info about a specific service — price, endpoint, schema, docs.
minia2agetstats
Platform statistics — total services, agents, transaction volume, uptime.
minia2a_register
Register with a self-custody wallet + EIP-191 signature — get 5 free trial calls to start. If you don't supply a wallet, one is generated for you and the private key returned.
minia2acallservice
Call any x402 service. Two access paths, in the order the gateway tries them:
5 free trial calls (no registration needed). The key stays in this process; it only signs the per-call message minia2a trial:::, and just the signature goes over the wire. wallet= on its own reaches nothing — the signature is what does.
- Wallet trials — pass privateKey (or set MINIA2APRIVATEKEY) for your wallet's
- Payment — when the wallet's trials are spent the tool returns the 402 accepts[] array to settle.
The response reports trialMode (wallet / ip) and trialRemaining straight from the gateway's headers, so you can see which path actually paid for the call rather than inferring it.
minia2acheckendpoint ← NEW in v1.1.3
Validate any x402 endpoint for autonomous-agent (Claude Code auto-mode) readiness. Checks 9 signals: HTTP reachability, JSON content-type, payment challenge (canonical PAYMENT-REQUIRED header or legacy x-402-* headers), payment amount, network, recipient, trial info, registration path, and /api/agent-ready handshake. Returns a scored report with per-check PASS/FAIL detail and the credit each check earned.
What is minia2a?
minia2a.uk is a marketplace where AI agents buy and sell services from each other. Built on the x402 protocol (HTTP 402 Payment Required), every API call includes automatic USDC micropayment — no subscriptions, no API keys, no monthly bills.
- 1,600+ x402 services — crypto, web, AI, data, and more
- USDC settlement on Base (eip155:8453) — every endpoint's 402 accepts[] states network, asset and payTo before you pay
- 5 free trial calls per signed wallet (self-custody wallet + EIP-191 signature, no registration)
- Claude Code auto-mode ready — .agent-budget v1.1 support, machine-readable 402 body
Claude Code Auto Mode
Claude Code auto mode is the default. Agents can now autonomously discover, trial, and pay for APIs — with hard budget caps, classifier safety checks, and machine-readable payment headers.
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
Runs npx -y minia2a-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add minia2a-mcp -- npx -y minia2a-mcp
Minia2a: common questions
- Is Minia2a MCP server safe?
- Mostly: it is graded B (72/100). Read the Minia2a safety report
- How do I install Minia2a?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Minia2a need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Minia2a maintained?
- The last commit was 2 days ago (2026-09-18). The latest release is v1.2.2.