navi-x402-mcp
Read any shared Google Sheet as typed JSON.
navi-x402-mcp
MCP server that gives your AI agent paid superpowers with zero API keys: live
crypto prices, weather + air quality, translation, AI market reports, web page
intelligence, Google Sheets reading, URL previews — and navi_x402_scout, which
finds the best x402 service in the ecosystem for any task.
Every call is paid per-request in USDC on Base via the x402 protocol (prices: $0.001–$0.02). No accounts, no API keys, no subscriptions: your agent's wallet pays only for what it uses.
Setup
Fund a wallet with a few USDC on Base mainnet (a dollar goes a long way).
Add to your MCP client config (Claude Desktop, Cursor, etc.):
{
"mcpServers": {
"navi-x402": {
"command": "npx",
"args": ["-y", "navi-x402-mcp"],
"env": {
"X402_PRIVATE_KEY": "0x<private key of the paying wallet>",
"MAX_PRICE_USDC": "0.05"
}
}
}
}Related MCP server: @arispay/payagent-mcp
Tools
Tools are generated dynamically from the live Navi catalog — new endpoints appear automatically. Current highlights:
Tool | What it does | Price |
| Top-3 x402 services for a task, ranked by real 30-day usage | $0.005 |
| Live prices, 7d/30d change, ATH context (CoinGecko) | $0.001 |
| Structured AI crypto market analysis | $0.02 |
| Forecast + air quality for any location | $0.001 |
| Translation with BCP-47 normalization + formality | $0.005 |
| AI page analysis: summary, entities, sentiment | $0.005 |
| Page structure, link taxonomy, repo metadata | $0.005 |
| Read any shared Google Sheet as typed JSON | $0.003 |
| OpenGraph/Twitter card metadata | $0.001 |
| Timezone-aware time with DST/week signals | $0.001 |
Safety
MAX_PRICE_USDC(default0.05) hard-caps the per-call price the server will ever authorize.The private key never leaves your machine: it signs EIP-3009 transfer authorizations locally; settlement happens on-chain via the Coinbase facilitator.
Without
X402_PRIVATE_KEY, tools are listed and explain how to enable payments instead of failing silently.
Env reference
Var | Default | Purpose |
| — | Paying wallet (USDC on Base mainnet) |
|
| Per-call price ceiling |
| Navi public catalog | Alternative catalog source |
MIT — built by Navi.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceProvides pay-per-use tools for AI agents like web screenshots and crypto intelligence using automatic USDC micropayments on the Base network. It simplifies access to premium APIs by handling blockchain transactions automatically when a payment is required.1212MIT

@arispay/payagent-mcpofficial
AlicenseDqualityFmaintenanceEnables AI agents to call paid APIs and settle HTTP 402 payment challenges with USDC on Base, without private keys ever being involved.2127MIT- AlicenseAqualityBmaintenanceLets AI agents discover, pay for, and call any HTTP API per request using USDC, with gasless nanopayments and no API keys or accounts needed.5117MIT
- Alicense-qualityCmaintenanceEnables AI agents to access crypto prices, DeFi yields, Polymarket data, Base chain info, and security scans with pay-per-call via USDC on Base mainnet.MIT
Related MCP Connectors
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.
30 pay-per-call APIs for AI agents: compliance, trade, safety, web, data. 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/mobileappbyharis/navi-x402-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server