Back to Browse

Gauge MCP Server

Developer ToolsModerate6.8RemoteNew
Free

Verify official facts with Bitcoin-anchored proof. 180+ signals, x402 pay-per-call.

About

Verify official facts with Bitcoin-anchored proof. 180+ signals, x402 pay-per-call.

Remote endpoints: streamable-http: https://api.truthbear.co/mcp

Security Report

6.8
Moderate6.8Moderate Risk

Valid MCP server (3 strong, 5 medium validity signals). 4 known CVEs in dependencies (0 critical, 3 high severity) Imported from the Official MCP Registry.

4 tools verified · Open access · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-changchinfu-mcp-gauge": {
      "url": "https://api.truthbear.co/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

mcp-gauge — Verifiable facts for AI agents, pay-per-call via x402

MCP server score License: MIT Model Context Protocol

Check official facts before your AI agent acts. 180+ signals from USGS, NOAA, SEC EDGAR, EPA, and more — each response includes multi-source cross-validation and a tamper-proof receipt anchored to Bitcoin via OpenTimestamps. No API key, no signup. Pay per call in USDC on Base via x402.

Quick start

Claude Desktop

Add to your config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows):

{
  "mcpServers": {
    "gauge": {
      "command": "npx",
      "args": ["-y", "mcp-gauge-x402"],
      "env": {
        "EVM_PRIVATE_KEY": "0x..."   // optional — omit for free tools only
      }
    }
  }
}

Cursor

Add to .cursor/mcp.json in your project root (or global config):

{
  "mcpServers": {
    "gauge": {
      "command": "npx",
      "args": ["-y", "mcp-gauge-x402"],
      "env": {
        "EVM_PRIVATE_KEY": "0x..."   // optional — omit for free tools only
      }
    }
  }
}

Claude Code

claude mcp add gauge -- npx -y mcp-gauge-x402
# For paid tools, add the env:
claude mcp add gauge --env EVM_PRIVATE_KEY=0x... -- npx -y mcp-gauge-x402

Other MCP hosts

Any MCP client that supports stdio transport works. Command: npx -y mcp-gauge-x402, set EVM_PRIVATE_KEY in env for paid tools.

Alternative: install from GitHub (no npm account needed):

npx -y github:CHANGCHINFU/mcp-gauge

From source

git clone https://github.com/CHANGCHINFU/mcp-gauge && cd mcp-gauge
npm install && npm run build
node dist/index.js

Payment setup

Without EVM_PRIVATE_KEYWith EVM_PRIVATE_KEY
Free toolsYesYes
Paid toolsNo (tools visible but calls fail)Yes (auto-pays via x402)

How it works: When your agent calls a paid tool, the GAUGE server returns an x402 payment challenge. The MCP client automatically pays in USDC on Base (EIP-3009 gasless — no ETH needed) and retries the request. The receipt is included in every response.

Wallet safety:

  • Use a dedicated burner wallet with a small USDC balance — never your main wallet
  • The private key never leaves your machine (processed locally by x402-fetch)
  • Fund with just enough USDC for your expected usage
  • Network: Base mainnet (Coinbase L2)

Tools

Free (no wallet needed)

ToolWhat it does
gauge_catalogBrowse 180+ available signals
gauge_previewCoverage, pricing menu, bundle contents
gauge_sampleFull sample record with Bitcoin receipt
gauge_river_freeUS river gauge reading (USGS) with receipt
gauge_anchorLook up Bitcoin proof for any record_hash

Paid — single-source verification

ToolWhat it does
verify_signalCheck one official fact from 180+ signals. Bitcoin-anchored receipt.
gauge_flood_riskHydrology / air / precipitation alias of verify_signal
gauge_resolution_as_ofPrediction-market settlement — official fact + evidence + receipt

Paid — 3-source cross-validation bundles

ToolWhat it cross-checks
gauge_regionAir quality + precipitation + river level
gauge_crop_droughtDrought severity + heat/GDD + satellite crop health
gauge_grid_stressDemand pressure + renewable output + energy inflation
gauge_route_disruptionSea state + wave cause + live AIS vessel traffic
gauge_filing_checkSEC 8-K events + late filing + insider buy/sell
gauge_stablecoin_lifecyclePeg drift + redemption acceleration + protocol exposure
gauge_rwa_lifecycleIssuer lifecycle + redemption pressure + downstream exposure
gauge_lrt_lifecycleDiscount-to-NAV + withdrawal queue + collateral cascade
gauge_defi_lendingUtilization + bad-debt pressure + contagion
gauge_depin_networkNetwork liveness + reward churn + downstream exposure

Prices are set by the live x402 challenge (use gauge_preview to check current pricing). If you drive the API with your own x402 client, set maxValue to at least $0.25 — the default $0.10 makes your client reject bundle tools locally.

Environment variables

KeyRequiredDescription
EVM_PRIVATE_KEYFor paid toolsBase-mainnet wallet private key (0x...). Needs USDC, no ETH.
GAUGE_BASE_URLNoAPI endpoint. Default: https://api.truthbear.co
GAUGE_MAX_USDCNoAtomic per-call cap in USDC (6 decimals). Default: 350000

Zero-trust verification

Every paid record carries a record_hash (canonical SHA-256). Daily Merkle roots are stamped to Bitcoin via OpenTimestamps. The stamp proves the record set existed no later than stamped_at. Re-check anytime:

  • gauge_anchor tool (free)
  • POST /verify or /proof/:record_hash at the GAUGE API
  • Download attestation bytes and verify with the official ots CLI

FAQ

Do I need ETH for gas? No. x402 uses EIP-3009 (gasless USDC transfer). You only need USDC on Base.

What if I don't set a private key? You can still use all 5 free tools. Paid tools will be listed but return an error when called.

Is my private key sent to the server? No. The key stays on your machine. x402-fetch signs the payment locally and sends only the signed authorization to the GAUGE server.

What happens if the data isn't available? The tool honest-fails with no charge. You only pay when you get a result.

Can I verify the receipt without your server? Yes. Download the OpenTimestamps attestation via gauge_anchor and verify with the standard ots CLI tool against any Bitcoin node.

Links

MIT · AEML-DS Vanished-Data Exchange

Reviews

No reviews yet

Be the first to review this server!