← vibesprings.net

INDIVIDUAL MCP TOOL

get_weather_history

Historical daily weather for any location worldwide.

vibesprings.netnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

vibesprings.net

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.vibesprings]
url = "https://vibesprings.net/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "vibesprings": {
      "type": "http",
      "url": "https://vibesprings.net/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: vibesprings
Remote MCP URL: https://vibesprings.net/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "vibesprings": {
      "url": "https://vibesprings.net/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "vibesprings": {
      "type": "http",
      "url": "https://vibesprings.net/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "vibesprings",
  "transport": "streamable-http",
  "url": "https://vibesprings.net/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • health — Service health, upstream data-source probes, facilitator reachability, and 7-day paid-call reliability (p95 latency, paid-but-failed rate) for Vibe Springs.
  • search_services — Search the full Vibe Springs catalog of 49 pay-per-use x402 endpoints by keyword, category, or max price.
  • get_forecast — Up to 16-day weather forecast for any location.
  • get_delay_risk — Outdoor delay & disruption risk score.
  • get_delay_risk_demo — Demo: weather-driven delay-risk score for 5 fixed US locations.
  • get_exchange_rates — Current and historical foreign exchange rates from the European Central Bank.
  • convert_currency — Convert any amount between 30+ fiat currencies with real-time ECB rates.
  • get_crypto_prices — Live cryptocurrency prices, market caps, volume, and percentage changes for top tokens.