MicroTap-MCP
microtap-mcp
一个用于 MicroTap 的 MCP 服务器 — 19 个按次付费 API(Polymarket 和 Kalshi 预测市场、DeFi/加密货币数据、多链链上读取、实时天气、实时网络搜索),通过 x402 协议 自动以 USDC 支付。无需注册、无需 API 密钥、无需控制面板 — 安装它,存入少量资金到本地钱包,你的 AI 助手就能自行调用付费端点。
快速开始
将其添加到你的 MCP 客户端配置中。首次运行时,它会自动生成一个本地 EVM 钱包 — 你无需自己创建。
Claude Desktop / Claude Code
{
"mcpServers": {
"microtap": {
"command": "npx",
"args": ["-y", "microtap-mcp"]
}
}
}Cursor / Windsurf
配置格式相同 — 将上述代码块添加到你的客户端所使用的 mcpServers 配置文件下。
添加后,重启客户端,然后在服务器的启动日志中(在 Claude Desktop 中:设置 → 开发者 → microtap → 日志)查找类似以下的行:
[microtap-mcp] wallet address: 0xabc123...
[microtap-mcp] fund this address with a small amount of USDC on Base mainnet to pay for calls向该地址发送几美元的 USDC(Base 主网)— 每次调用 $0.001–$0.05,这将覆盖数百次调用。现在,你的助手可以使用以下 19 个工具中的任何一个;每个工具都会自动为自己支付费用。
Related MCP server: agentsvc-mcp
功能说明
每次工具调用:
调用
x402tap.com上的相应路由。如果服务器返回
402 Payment Required(第一次总是如此),则使用钱包私钥对请求的确切金额进行 USDC 签名支付 — 完全在本地完成,除了签名支付本身外,不会发送任何内容到任何地方。携带支付信息重试请求,并返回真实响应。
私钥永远不会离开你的机器。它不会被发送到 MicroTap、LLM 提供商或其他任何地方 — 它仅在本地签署支付消息,与此生态系统中其他 x402 MCP 服务器(例如 BlockRun 的)使用的非托管模式相同。
工具
工具 | 路由 | 价格 |
|
| $0.001 |
|
| $0.001 |
|
| 按用量计费,最高 $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 |
每个路由的完整参数文档: x402tap.com/openapi.json。
配置(全部可选)
如果需要覆盖默认值,可以在 MCP 客户端的服务器配置中将以下变量设置为环境变量("env": { ... } 与 "command"/"args" 并列):
变量 | 默认值 | 说明 |
| (自动生成) | 使用你自己的 EVM 私钥,而不是自动生成的钱包 |
|
| 安全上限 — 拒绝为单次调用自动支付超过此金额 |
|
| 覆盖 API 基础 URL(主要用于本地开发/测试) |
自动生成的钱包密钥存储在 ~/.microtap-mcp/wallet.json(权限为 0600 — 仅你的用户可读)。
本地开发
npm install
npm run build
npm start # runs the compiled server over stdio安全说明
钱包密钥仅用于在本地签署支付消息(Base 主网上的 EIP-712
exact方案)— 永远不会传输到任何地方。MICROTAP_MCP_MAX_VALUE_USDC(默认 $0.10)意味着,即使某个路由的广告价格有误或意外偏高,此服务器也会拒绝为单次调用自动批准超过该金额的支付。所有 19 个工具对 MicroTap 的 API 表面都是只读的 — 它们都不能转移资金、签署交易或写入链上状态(
/api/rpc在服务器端被限制为只读 JSON-RPC 方法的白名单)。
许可证
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