MicroTap-MCP
microtap-mcp
An MCP server for MicroTap — 19 pay-per-call APIs (Polymarket & Kalshi prediction markets, DeFi/crypto data, multi-chain on-chain reads, live weather, real-time web search) paid for automatically in USDC via the x402 protocol. No signup, no API key, no dashboard — install it, fund a small local wallet, and your AI assistant can start calling paid endpoints on its own.
Quick start
Add it to your MCP client's config. On first run it auto-generates a local EVM wallet — you don't need to create one yourself.
Claude Desktop / Claude Code
{
"mcpServers": {
"microtap": {
"command": "npx",
"args": ["-y", "microtap-mcp"]
}
}
}Cursor / Windsurf
Same config shape — add the block above under whichever mcpServers config file your client uses.
After adding it, restart your client, then look at the server's startup log (in Claude Desktop: Settings → Developer → microtap → logs) for a line like:
[microtap-mcp] wallet address: 0xabc123...
[microtap-mcp] fund this address with a small amount of USDC on Base mainnet to pay for callsSend a few dollars of USDC on Base mainnet to that address — at $0.001–$0.05 per call, that covers hundreds of calls. Your assistant can now use any of the 19 tools below; each one pays for itself automatically.
Related MCP server: agentsvc-mcp
What it does
Every tool call:
Calls the matching route on
x402tap.com.If the server responds
402 Payment Required(it always does, the first time), signs a USDC payment for the exact amount requested using the wallet's private key — entirely locally, nothing is sent anywhere except the signed payment itself.Retries the request with the payment attached and returns the real response.
The private key never leaves your machine. It isn't sent to MicroTap, an LLM provider, or anywhere else — it only signs payment messages locally, the same non-custodial pattern used by other x402 MCP servers in this ecosystem (e.g. BlockRun's).
Tools
Tool | Route | Price |
|
| $0.001 |
|
| $0.001 |
|
| usage-based, max $0.05 |
|
| $0.001–$0.005 |
|
| $0.001 |
|
| $0.003 |
|
| $0.002 |
|
| $0.003 |
|
| $0.002 |
|
| $0.003 |
|
| $0.002 |
|
| $0.001 |
|
| $0.002 |
|
| $0.001 |
|
| $0.003 |
|
| $0.003 |
|
| $0.002 |
|
| $0.001 |
|
| $0.002 |
Full parameter docs for each route: x402tap.com/openapi.json.
Configuration (all optional)
Set these as environment variables in your MCP client's server config ("env": { ... } alongside "command"/"args") if you need to override a default:
Variable | Default | Purpose |
| (auto-generated) | Bring your own EVM private key instead of the auto-generated wallet |
|
| Safety ceiling — refuses to auto-pay above this per call |
|
| Override the API base URL (mainly for local dev/testing) |
The auto-generated wallet's key is stored at ~/.microtap-mcp/wallet.json (created with 0600 permissions — readable only by your user).
Local development
npm install
npm run build
npm start # runs the compiled server over stdioSecurity notes
The wallet key is only ever used to sign payment messages locally (EIP-712
exactscheme on Base mainnet) — it's never transmitted anywhere.MICROTAP_MCP_MAX_VALUE_USDC(default $0.10) means this server will refuse to auto-approve a payment above that amount for a single call, even if a route's advertised price is ever wrong or unexpectedly high.All 19 tools are read-only against MicroTap's API surface — none of them can move funds, sign transactions, or write on-chain state (
/api/rpcis restricted server-side to a safelist of read-only JSON-RPC methods).
License
MIT
Maintenance
Related MCP Servers
- AlicenseAqualityDmaintenance22 MCP tools for AI agents: crypto prices and trading signals (53 coins), stock prices and company financials, forex rates and conversion, and web scraping with AI summaries. All powered by x402 USDC micropayments on Base. $0.01-$0.25 per request.2219MIT
- Flicense-qualityFmaintenance20 pay-per-call utility tools for AI agents via x402 USDC micropayments on Base. Screenshots, OCR, PDF, web scraping, weather, forex rates, crypto/stock prices, DNS, geocoding, translation, and more. $0.001–$0.008 per call. No API keys, no signup.1
- AlicenseAqualityAmaintenancePay-per-call web scraping for AI agents — no signup, no API keys, just USDC micropayments via the x402 protocol on Base62MIT
- AlicenseAqualityCmaintenancePay-per-call x402 data products on Base mainnet — sanctions screening, aviation weather, mortgage rates, US property dossier, title chain, wallet balance, and agent session auth. Every call settles in USDC with an on-chain receipt, no accounts or API keys.768MIT
Related MCP Connectors
30 pay-per-call APIs for AI agents: compliance, trade, safety, web, data. USDC on Base via x402.
MCP marketplace: agents pay per call in USDC via x402. Plus Base chain data and a USDC<->bank ramp.
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/swaltersjrtest/microtap-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server