Valencia Smart City MCP Server
About
MCP server providing real-time traffic, bike-sharing, air quality and weather data from Valencia,
Details
- Author
- sosanzma
- Downloads
- 223
- Categories
- Other
Jump to
- Real-time traffic conditions across Valencia
- Valenbisi bike station availability and search
- Air quality monitoring from city stations
- Weather data: current, forecast, and historical
- Traffic congestion analysis and summaries
- Search for roads, bike stations, or air quality info
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
Valencia Smart City MCP ServerCommand (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
Clone the repository, install dependencies with pip install -r requirements.txt, then add the server to your Claude Desktop configuration via claude_desktop_config.json or run mcp install valencia_traffic_mcp.py --name "Valencia Smart City". The server exposes tools for traffic, bike stations, air quality, and weather queries.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"valencia smart city mcp server": {
"SmartCityMCP": {
"command": "python",
"args": [
"valencia_traffic_mcp.py"
]
}
}
}
}
McpServers
{
"SmartCityMCP": {
"command": "python",
"args": [
"valencia_traffic_mcp.py"
]
}
}
Valencia Smart City MCP Server
MCP server providing real-time traffic, bike-sharing, air quality and weather data from Valencia, Spain for Claude and other LLMs.
Features
- Real-time traffic conditions across Valencia
- Valenbisi bike station availability
- Air quality monitoring data from city stations
- Weather data from Open-Meteo API (current, forecast, and historical)
- Traffic congestion analysis
- Search capabilities for specific roads, bike stations, or air quality information
Demo
Check out a live demos of this MCP in action with Claude Desktop :
Air quality:
Claude MCP Demo Chat Air quality
Bike-sharing with Valenbisi :
Claude MCP Demo Chat Valenbisi
Traffic :
Claude MCP Demo Chat Traffic
Weather :
Claude MCP Demo Chat Weather
This shared conversation demonstrates how Claude can access and analyze real-time Valencia urban data through the MCP.
Requirements
- Python 3.10+
- Claude Desktop or other MCP-compatible client
- Internet connection
Installation
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



