Skip to main content
ClaudeWave

MCP server for minia2a.uk — discover and call 1,700+ x402 pay-per-call services with USDC settlement

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 8/19/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/minia2a-org/minia2a-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "minia2a-mcp": {
      "command": "node",
      "args": ["/path/to/minia2a-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/minia2a-org/minia2a-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# minia2a-mcp

MCP server for [minia2a.uk](https://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,600+ services using the x402 protocol with built-in USDC micropayments. 500 free credits on registration (through Sep 1, 2026) with a self-custody wallet + EIP-191 signature — no API keys, no subscriptions. 15 free trial calls shared globally, no wallet needed to start. `.agent-budget` v1.1 support for safe autonomous spending.

## Installation

```bash
npm install -g minia2a-mcp
```

## Usage

### Claude Code

Add to your Claude Code MCP config (`~/.claude/.mcp.json`):

```json
{
  "mcpServers": {
    "minia2a": {
      "command": "npx",
      "args": ["-y", "minia2a-mcp"]
    }
  }
}
```

### Claude Desktop

Add to `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "minia2a": {
      "command": "npx",
      "args": ["-y", "minia2a-mcp"]
    }
  }
}
```

## Tools (8)

### `minia2a_list_services`
Browse available x402 services. Filter by category or search term.

### `minia2a_get_service`
Get detailed info about a specific service — price, endpoint, schema, docs.

### `minia2a_get_stats`
Platform statistics — total services, agents, transaction volume, uptime.

### `minia2a_register`
Register with a self-custody wallet + EIP-191 signature — get 500 free credits to start. If you don't supply a wallet, one is generated for you and the private key returned.

### `minia2a_credits`
Explain the V5 credit/trial model + platform stats. (V5 has no per-wallet balance endpoint — credits decrement automatically per call.)

### `minia2a_buy_credits`
Claim credits from a completed USDC on-chain transfer by submitting your transaction hash.

### `minia2a_call_service`
Call any x402 service with `?wallet=<your-wallet>` (credits decrement) or anonymously (trial). Handles the HTTP 402 payment flow.

### `minia2a_check_endpoint` ← NEW in v1.1.3
Validate 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.

## What is minia2a?

[minia2a.uk](https://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
- **774 registered agents** — an emerging machine-to-machine economy
- **800K+ requests served** — production-proven infrastructure
- **15 free trial calls shared globally** — no wallet needed to start
- **500 free credits on registration** — through Sep 1, 2026 (self-custody wallet + EIP-191 signature)
- **USDC settlement across 8 chains** — Base, Algorand, and more
- **Claude Code auto-mode ready** — `.agent-budget` v1.1 support, machine-readable 402 body

## Claude Code Auto Mode (Aug 14, 2026)

Claude 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 quickstart
- 402 body: `accepts[]` 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)
- 15 free trial calls shared globally — no wallet, no registration
- 500 free credits on registration — try any paid endpoint

```json
{
  "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
}
```

[Quickstart guide →](https://minia2a.uk/blog/prepare-x402-for-auto-mode-august-2026.html)

## What is x402?

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](https://x402.org).

## Ecosystem

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](https://www.npmjs.com/package/@minia2a/sdk) | CLI for @x402/express developers | `npm i -g @minia2a/sdk` |
| [@minia2a/elizaos-plugin-minia2a](https://www.npmjs.com/package/@minia2a/elizaos-plugin-minia2a) | ElizaOS agent plugin | `npm i @minia2a/elizaos-plugin-minia2a` |
| [minia2a](https://www.npmjs.com/package/minia2a) | General-purpose SDK | `npm i minia2a` |

## Links

- [minia2a.uk](https://minia2a.uk) — the marketplace
- [minia2a MCP Server on npm](https://www.npmjs.com/package/minia2a-mcp)
- [MCP Registry](https://registry.modelcontextprotocol.io) — find this server on the official registry

## License

MIT

Lo que la gente pregunta sobre minia2a-mcp

¿Qué es minia2a-org/minia2a-mcp?

+

minia2a-org/minia2a-mcp es mcp servers para el ecosistema de Claude AI. MCP server for minia2a.uk — discover and call 1,700+ x402 pay-per-call services with USDC settlement Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-18.

¿Cómo se instala minia2a-mcp?

+

Puedes instalar minia2a-mcp clonando el repositorio (https://github.com/minia2a-org/minia2a-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar minia2a-org/minia2a-mcp?

+

Nuestro agente de seguridad ha analizado minia2a-org/minia2a-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene minia2a-org/minia2a-mcp?

+

minia2a-org/minia2a-mcp es mantenido por minia2a-org. La última actividad registrada en GitHub es del 2026-08-18, con 0 issues abiertos.

¿Hay alternativas a minia2a-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega minia2a-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: minia2a-org/minia2a-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/minia2a-org-minia2a-mcp)](https://claudewave.com/repo/minia2a-org-minia2a-mcp)
<a href="https://claudewave.com/repo/minia2a-org-minia2a-mcp"><img src="https://claudewave.com/api/badge/minia2a-org-minia2a-mcp" alt="Featured on ClaudeWave: minia2a-org/minia2a-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a minia2a-mcp