SYSTEM ACTIVE
m mcpmeter
HOME / MARKETPLACE / DATA / WEATHER
LST DATA

Weather (Open-Meteo)

Real-time weather lookups powered by Open-Meteo. Geocode a place name to coordinates, then fetch current temperature, wind, humidity. No API key required.

LIVE STREAMABLE HTTP MIT 2 TOOLS

§ OVERVIEW

Real-time weather lookups powered by Open-Meteo. Geocode a place name to coordinates, then fetch current temperature, wind, humidity. No API key required.

mcpmeter sits between agent and publisher: authenticate the bearer key, forward the JSON-RPC body unchanged, count tool-call envelopes in the response, write a ledger row, return the response unchanged. The publisher never sees the consumer's API key. The consumer never sees the publisher's secret. The proxy is open source so the meter can be inspected.

§ TOOLS

2 tools Read tools are read-only; write tools mutate state.

TOOL
TYPE
current_weather
READ
Returns the current weather for a given latitude/longitude.
geocode
READ
Looks up a place name and returns matching latitude/longitude pairs.

§ INTEGRATION

Drop the proxy URL and your bearer key into any MCP-compatible agent. Below: the configuration block for Claude Desktop. The same shape works in Cursor, Cody, the OpenAI Apps SDK, and OpenRouter with a one-line difference.

claude_desktop_config.json VERIFIED
{
  "mcpServers": {
    "weather": {
      "url":     "https://proxy.mcpmeter.com/weather",
      "headers": {
        "Authorization": "Bearer mcpm_live_…"
      }
    }
  }
}

The proxy authenticates the bearer token, looks up the price, forwards the call to the upstream MCP, returns the response unchanged, and writes a usage record.

§ PRICING

PER_CALL pricing at $0.0002 / call (USD).

§ TRUST & COMPLIANCE

NO PAYLOAD RETENTION

JSON-RPC bodies pass through. We log call metadata only.

PCI PASSTHROUGH

For PCI scope, mcpmeter is a network passthrough.

OPEN-SOURCE PROXY

Metering code is auditable on GitHub ↗; reconciles to Stripe nightly.

AUDIT LOGS

13 months retention in your region. CSV export.

START

ONE KEY. EVERY MCP.
ONE BILL.

Sign up free. Add a card later, only when you're ready to call paid tools.