Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Travel Transportation Mcp

io.github.varvararatta/travel_transportation_mcp

MCP server for Travel & Transportation

Uptime
100.0%
1 direct probes · 30d
Response
4487ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

get_country_info

Get travel country facts: capital, region, income level via World Bank API. code: ISO 3166-1 alpha-2 (US, FR, UA). Returns country profile fields.

get_weather

Get current weather for a city worldwide via Open-Meteo + OSM geocoding. Returns: {city, lat, lon, temperature_c, windspeed_kmh, weather_code}

convert_travel_currency

Convert travel budget between currencies using live Frankfurter rates. Returns: {amount, from, to, result, rate, date}

health_check

Server health check.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "travel_transportation_mcp": {
      "url": "https://travel-transportation-mcp.mcpize.run/mcp",
      "transport": "streamable-http"
    }
  }
}