Travel Transportation Mcp
io.github.varvararatta/travel_transportation_mcpMCP server for Travel & Transportation
Tools · 4
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 current weather for a city worldwide via Open-Meteo + OSM geocoding. Returns: {city, lat, lon, temperature_c, windspeed_kmh, weather_code}
Convert travel budget between currencies using live Frankfurter rates. Returns: {amount, from, to, result, rate, date}
Server health check.
Similar MCP servers embedding-nearest
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"
}
}
}