Weather Api X402
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Weather Api X402Command (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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
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 '{}'
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
