Weather Api X402

by Br0ski777

234 downloads
Not rated
GitHub

About

Current weather and 7-day forecast -- temperature, humidity, wind, precipitation. Any location worldwide. -- x402 micropayment API + MCP server for AI agents

Details

Author
Br0ski777
Downloads
234
Categories
Media

- Pay-per-call via x402 (USDC on Base L2)
- No API key, signup, or rate‑limit walls
- Current weather plus 7‑day forecast
- Supports any location worldwide
- Parameters: latitude/longitude or city name
- Part of the klymax402 marketplace of 100 APIs

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Weather Api X402
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Add the server URL (https://weather-api.api.klymax402.com/mcp) to your MCP client configuration (Claude Desktop, Cursor, ElizaOS, etc.) as shown in the README’s JSON config. Alternatively, make an HTTP POST to /api/weather with a Content-Type: application/json header; any x402-aware client (e.g., @x402/fetch, x402-agent-tools, ATXP) automatically handles the 402 Payment Required challenge cycle.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "weather api x402": {
            "weather-api": {
                "url": "https://weather-api-production-c885.up.railway.app/mcp",
                "transport": "sse"
            }
        }
    }
}

McpServers

{
    "weather-api": {
        "url": "https://weather-api-production-c885.up.railway.app/mcp",
        "transport": "sse"
    }
}

Weather API

MCP Server
x402
License: MIT

Current weather and 7-day forecast -- temperature, humidity, wind, precipitation. Any location worldwide. Pay-per-call via x402 (USDC on Base L2) -- no API key, no signup, no rate-limit wall.

Part of the klymax402 marketplace -- 100 x402 micropayment APIs for AI agents, one wallet, USDC on Base.

Quickstart -- MCP

Add to your MCP client config (Claude Desktop, Cursor, ElizaOS, etc.):

{
  "mcpServers": {
    "weather-api": {
      "url": "https://weather-api.api.klymax402.com/mcp"
    }
  }
}

Quickstart -- HTTP (x402)

```bash
curl -X POST "https://weather-api.api.klymax402.com/api/weather" \
-H "Content-Type: application/json" \
-d '{}'

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.