MCP Server

US government data (USGS/NOAA/SEC/FDA) with cryptographic proof; x402 pay-per-call, no API key

Remote serverstreamable-http

What is the MCP MCP server?

MCP MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. US government data (USGS/NOAA/SEC/FDA) with cryptographic proof; x402 pay-per-call, no API key.

What you get

Give any MCP host (Claude Desktop, Cursor, MCP-compatible agents) access to GAUGE's verifiable, screening-level signals across many domains (weather, drought, agriculture, power grid, shipping, regulatory filings, and more) — and let the agent pay per call in USDC on Base via x402 (EIP-3009 gasless, no API key, no signup).

  • Discovery — is free and open (MCP): any MCP host lists these tools with zero setup
  • Payment — is crypto (x402): the agent pays USDC only when it calls a paid tool
  • Free tools (gauge_catalog, gauge_preview, gauge_sample, gauge_river_free) need no wallet — try before you buy

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

What the assistant can call

Once MCP is connected, these are the calls the assistant has available:

  • gauge_catalog — free
  • gauge_preview — free
  • gauge_sample — free
  • gauge_river_free — free
  • gauge_flood_risk$0.05
  • gauge_region$0.10
  • gauge_crop_drought$0.10
  • gauge_grid_stress$0.10
  • gauge_route_disruption$0.10
  • gauge_filing_check$0.10

Configuration and credentials

You will need 2 environment variables: EVM_PRIVATE_KEY, GAUGE_BASE_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 10 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch MCP.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the mcp mcp server does with a few real requests.

Choosing this one

Plenty of payments and commerce servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. MCP's toolset — gauge_catalog, gauge_preview, gauge_sample and 7 more — is a fair guide to whether it matches your workflow. It is maintained by CHANGCHINFU; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
gauge_catalogfree
gauge_previewfree
gauge_samplefree
gauge_river_freefree
gauge_flood_risk**$0.05**
gauge_region**$0.10**
gauge_crop_drought**$0.10**
gauge_grid_stress**$0.10**
gauge_route_disruption**$0.10**
gauge_filing_check**$0.10**

How to install the MCP MCP server

{
  "mcpServers": {
    "gauge": {
      "command": "npx",
      "args": ["-y", "github"],
      "env": {
        "EVM_PRIVATE_KEY": "your-value",
        "GAUGE_BASE_URL": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
EVM_PRIVATE_KEYCredential the server authenticates with.Yes
GAUGE_BASE_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use MCP to gauge catalog.
  • Use MCP to gauge preview.
  • Use MCP to gauge sample.

Frequently asked questions

It connects MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 10 tools (gauge_catalog, gauge_preview, gauge_sample, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP directly.