Skip to main content
Glama

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

  1. Fund a wallet with a few USDC on Base mainnet (a dollar goes a long way).

  2. 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: Grey Ridge x402 MCP

Tools

Tools are generated dynamically from the live Navi catalog — new endpoints appear automatically. Current highlights:

Tool

What it does

Price

navi_x402_scout

Top-3 x402 services for a task, ranked by real 30-day usage

$0.005

navi_crypto_prices

Live prices, 7d/30d change, ATH context (CoinGecko)

$0.001

navi_market_report

Structured AI crypto market analysis

$0.02

navi_weather

Forecast + air quality for any location

$0.001

navi_translate

Translation with BCP-47 normalization + formality

$0.005

navi_web_intelligence

AI page analysis: summary, entities, sentiment

$0.005

navi_page_context

Page structure, link taxonomy, repo metadata

$0.005

navi_google_sheets

Read any shared Google Sheet as typed JSON

$0.003

navi_url_preview

OpenGraph/Twitter card metadata

$0.001

navi_timestamp

Timezone-aware time with DST/week signals

$0.001

Safety

  • MAX_PRICE_USDC (default 0.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

X402_PRIVATE_KEY

Paying wallet (USDC on Base mainnet)

MAX_PRICE_USDC

0.05

Per-call price ceiling

NAVI_CATALOG_URL

Navi public catalog

Alternative catalog source

MIT — built by Navi.

Available Tools

15 tools

TDQS

A3.8/5.0
Disambiguation2/5

Several tools have overlapping purposes: url_preview, page_context, and web_intelligence all analyze web pages with varying depth, and crypto_indicator/crypto_health/hype_signal/hype_engine all cover crypto metrics. An agent could easily select the wrong tool despite the descriptions.

Naming Consistency5/5

All tools follow a consistent 'navi_<domain>_<feature>' naming convention with snake_case. The prefix is uniform and readable. This is a coherent pattern.

Tool Count4/5

15 tools is at the high end of the recommended range, but the server covers a broad set of unrelated utility domains (web, crypto, weather, translation, etc.), so the count is defensible. However, some tools are redundant in purpose, so the effective scope feels slightly larger than necessary.

Completeness3/5

The server's mixed-purpose nature makes it hard to assess completeness. There are no obvious dead ends, but the overlap between web intelligence tools suggests the set could be refined. Core utilities like time, FX, and translation are present, but the lack of a unified domain means gaps are unclear.

Maintenance

ActivityInactive
ResponsivenessUnresponsive

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables 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
  • A
    license
    A
    quality
    B
    maintenance
    Provides AI agents with a wallet and access to 900+ pay-per-call intelligence APIs across 74 verticals, with automatic USDC payments on Base and built-in spend guardrails.
    5
    86
    MIT

Latest Blog Posts

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