minia2a MCP Server

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.

Quick Start

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"}}'

What You Get

๐Ÿ” Search & Data

  • Web scraping & screenshot
  • DNS lookup & IP info
  • PDF text extraction
  • Knowledge base recall
  • Email verification

โ›“๏ธ Crypto & DeFi

  • Multi-chain gas tracking
  • DEX prices & liquidity
  • Token security analysis
  • Wallet intelligence
  • Polymarket data

๐Ÿค– AI & Processing

  • Captcha solving
  • Text summarization
  • Sentiment analysis
  • Language detection
  • Keyword extraction

๐Ÿ› ๏ธ Developer Tools

  • JWT decode & verification
  • ABI lookup
  • Hash generation
  • Regex explainer
  • CSV/JSON conversion

Pricing

Pay-per-call via x402 protocol โ€” automatic USDC settlement on Base.

Supported Chains

Base (primary) ยท Solana ยท Polygon ยท Celo ยท Arbitrum

More Resources


๐Ÿ“Š MCP Monetization Comparison โ†’ โ€” x402 vs L402 vs MCPay vs API keys.