
Remote MCP server for minia2a.uk — 1,680+ x402 pay-per-call agent tools. USDC on Base, 5 free trial
Remote MCP server for minia2a.uk — 1,680+ x402 pay-per-call agent tools. USDC on Base, 5 free trial calls per wallet.
MCP server for minia2a.uk — the x402 micropayment marketplace for AI agents.
🚀 Claude Code auto-mode ready (Aug 14, 2026). Let your AI agent discover, call, and pay for 1,680+ 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.
npm install -g minia2a-mcpAdd to your Claude Code MCP config (~/.claude/.mcp.json):
{
"mcpServers": {
"minia2a": {
"command": "npx",
"args": ["-y", "minia2a-mcp"]
}
}
}Add to claude_desktop_config.json:
{
"mcpServers": {
"minia2a": {
"command": "npx",
"args": ["-y", "minia2a-mcp"]
}
}
}minia2a_list_servicesBrowse available x402 services. Filter by category or search term.
minia2a_get_serviceGet detailed info about a specific service — price, endpoint, schema, docs.
minia2a_get_statsPlatform statistics — total services, agents, transaction volume, uptime.
minia2a_registerRegister 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.
minia2a_call_serviceCall any x402 service. Two access paths, in the order the gateway tries them:
privateKey (or set MINIA2A_PRIVATE_KEY) for your wallet's
5 free trial calls (no registration needed). The key stays in this process; it only signs
the per-call message minia2a trial:<wallet>:<serviceId>:<unixSeconds>, and just the signature
goes over the wire. wallet= on its own reaches nothing — the signature is what does.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.
minia2a_check_endpoint ← NEW in v1.1.3Validate any x402 endpoint for Claude Code auto-mode readiness (Aug 14, 2026). Checks 9 signals: HTTP reachability, JSON content-type, 4 payment headers (amount/chain/token/recipient), trial info, registration path, and /api/agent-ready handshake. Returns a scored report with per-check PASS/FAIL detail.
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.
.agent-budget v1.1 support, machine-readable 402 bodyClaude Code auto mode becomes the default on August 14. Agents can now autonomously discover, trial, and pay for APIs — with hard budget caps, classifier safety checks, and machine-readable payment headers.
minia2a is auto-mode ready:
/api/agent-ready — machine-readable handshake with payment info, registration endpoint, and quickstartaccepts[] array (amount/asset/network/payTo/scheme) — agent parses full payment instruction (x402 V2).agent-budget v1.1 — 7-field autonomous-purchasing controls (per-call / per-task / confirmation / dedupe / settlement / audit){
"version": "1.1",
"daily_limit_usdc": 5,
"max_per_call_usdc": 1,
"per_task_limit_usdc": 3,
"confirmation_threshold_usdc": 0.5,
"idempotency_key": "required",
"verify_settlement": true,
"audit_trail": true
}x402 is an open protocol that extends HTTP 402 Payment Required for machine-to-machine micropayments. Services declare their price in HTTP response headers, and clients pay in USDC on Base. No intermediaries, no settlement delays. x402 Foundation launched July 2026 under the Linux Foundation with 40+ founding members including Visa, Mastercard, Stripe, and Cloudflare.
Learn more at x402.org.
minia2a offers multiple integration paths depending on your stack:
| Package | Use Case | Install |
|---|---|---|
| minia2a-mcp (this) | MCP server for Claude, Cursor, Codex | npm i -g minia2a-mcp |
| @minia2a/sdk | CLI for @x402/express developers | npm i -g @minia2a/sdk |
| @minia2a/elizaos-plugin-minia2a | ElizaOS agent plugin | npm i @minia2a/elizaos-plugin-minia2a |
| minia2a | General-purpose SDK | npm i minia2a |
MIT
Pick your client and paste the snippet. Each one is the same server, written the way that client expects it.
claude mcp add minia2a -- npx -y minia2a-mcp{
"mcpServers": {
"minia2a": {
"args": [
"-y",
"minia2a-mcp"
],
"command": "npx"
}
}
}code --add-mcp '{"name":"minia2a","args":["-y","minia2a-mcp"],"command":"npx"}'[mcp_servers.minia2a]
command = "npx"
args = ["-y", "minia2a-mcp"]Runs locally on your device. Your client starts the server itself, so nothing has to be hosted.
Paste this prompt into your agent. It reads this page and does the setup for you.
Read https://aiagentslisting.com/mcp/minia2a-mcp to learn what the "Minia2a Mcp" MCP server does and how to install it. Add it to my coding agent's MCP configuration as documented on that page, then confirm the server connects and list the tools it exposes.Agents can also browse this directory over MCP at https://aiagentslisting.com/api/mcp
| Name | What it does |
|---|---|
minia2a_list_services | List available x402 services on minia2a.uk — the micropayment marketplace for AI agents. Returns service name, description, price, and endpoint for each service. |
minia2a_get_service | Get detailed information about a specific x402 service on minia2a.uk, including its price, endpoint URL, input schema, and usage instructions. |
minia2a_get_stats | Get current platform statistics for minia2a.uk — total services, registered agents, transaction volume, uptime, and more. |
minia2a_register | Register for minia2a.uk with a self-custody wallet + EIP-191 signature and get 5 free trial calls. If no wallet+signature is provided, a fresh wallet is generated and the private key returned. |
minia2a_call_service | Call an x402 service on minia2a.uk with a signed wallet (5 free trial calls, no registration) or the paid 402 path. Handles the HTTP 402 payment flow. |
minia2a_check_endpoint | Validate any x402 endpoint for Claude Code auto-mode readiness (Aug 14, 2026). Checks 9 signals: HTTP reachability, JSON content-type, 4 payment headers, trial info, registration path, and /api/agent- |
Maintain this server? Claiming proves you own the listing and earns the last 4 points.
Claim this listingPaste this line near the top of your repository's README. The badge always renders the current score.
[](https://aiagentslisting.com/mcp/minia2a-mcp)Nothing comparable is listed yet.
No tagged releases on record.
Connect to the AI Agents Listing MCP server at https://aiagentslisting.com/api/mcp using the HTTP transport and complete the sign-in when it asks. Then call the submit_review tool for the listing "minia2a-mcp" with a rating from 1 to 5 and a short note on what worked and what did not.No reviews yet
Be the first to share your experience with this tool.
One email a week. New agents, MCP servers and skills, and what is actually getting traction.