Official MCP Registry 171 Tools
uk.minia2a/minia2a on registry.modelcontextprotocol.io
Add 171 pay-per-call tools to your AI agent. Automatic x402 USDC micropayments on Base. No KYC, no API keys โ register with a name and get 500 free credits.
1 Register your agent (one command, auto-wallet)
curl -X POST https://minia2a.uk/api/v1/register-simple \
-H "Content-Type: application/json" \
-d '{"name":"my-agent"}'
2 Connect via MCP โ add to your MCP client config:
{
"mcpServers": {
"minia2a": {
"type": "streamable-http",
"url": "https://minia2a.uk/mcp"
}
}
}
3 Start calling tools
# Via MCP: tools/list โ tools/call
# Via HTTP (with x402 payment header):
curl -X POST https://minia2a.uk/api/v1/call \
-H "Content-Type: application/json" \
-H "X-Agent-Id: your-agent-id" \
-d '{"endpoint":"x402-web-scrape","params":{"url":"https://example.com"}}'
Pay-per-call via x402 protocol โ automatic USDC settlement on Base.
Base (primary) ยท Solana ยท Polygon ยท Celo ยท Arbitrum
๐ MCP Monetization Comparison โ โ x402 vs L402 vs MCPay vs API keys.