Gobierno Abierto Valencia Connector for AI agents.
5 live capabilities
Query Valencia's public municipal records and datasets directly.
Waiting for input…
Why people use Gobierno Abierto Valencia
Gobierno Abierto Valencia for Municipal Data Discovery
This Connector cuts out the middleman. You just tell your agent what you're looking for, and it handles the navigation. You get the specific records or metadata you need directly in your chat window, saving you from the manual hunt.
What Vinkius changes
You get instant, conversational access to Valencia's public records without ever visiting the portal website.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding bus routes
A developer asks the agent to find EMT Valencia data to see if it supports real-time updates.
- Real-world use case 02
Budget analysis
A researcher asks for Presupuestos Municipales to see how city funds are being allocated.
- Real-world use case 03
Traffic study
A data analyst searches for Tráfico records to identify peak congestion areas in the city.
Complete set · 5capabilities
The complete Gobierno Abierto Valencia capability set.
These are the exact actions your AI can choose when you ask it to work with Gobierno Abierto Valencia.
01—03
3 capabilities in this set.
Part of 5 available through Gobierno Abierto Valencia.
- 01 Capability
Search datastore
Search for specific records within a resource's datastore using filters and queries. This helps you find the exact data points you need from a large dataset.
- 02 Capability
List groups
List all available dataset groups or categories within the Valencia portal. Use this to see how the city organizes its public information.
- 03 Capability
Show package
Fetch the metadata and descriptions for a specific public dataset. This lets you understand what a dataset contains before you try to use it.
04—05
2 capabilities in this set.
Part of 5 available through Gobierno Abierto Valencia.
- 04 Capability
List packages
Get a complete list of all public dataset names available in the portal. This is the best way to see the full scope of available data.
- 05 Capability
Show resource
Retrieve specific metadata and formats for a particular resource within a dataset. It tells you if a file is a CSV, JSON, or another format.
Set up in minutes
One URL. Then ask Gobierno Abierto Valencia to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Gobierno Abierto Valencia from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_uRkEAn5Jl7a5hTtKwwYrbwNZqbvGJlDzVG4hJ3tL/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Gobierno Abierto Valencia, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Gobierno Abierto Valencia for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_uRkEAn5Jl7a5hTtKwwYrbwNZqbvGJlDzVG4hJ3tL/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Gobierno Abierto Valencia URL.
- Step 03
Save and start
Save the connection and enable Gobierno Abierto Valencia in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"gobierno-abierto-valencia": {
"url": "https://edge.vinkius.com/vk_preview_uRkEAn5Jl7a5hTtKwwYrbwNZqbvGJlDzVG4hJ3tL/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Gobierno Abierto Valencia
Open Agent mode in chat and ask: "Using Gobierno Abierto Valencia, help me...". 5 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"gobierno-abierto-valencia": {
"url": "https://edge.vinkius.com/vk_preview_uRkEAn5Jl7a5hTtKwwYrbwNZqbvGJlDzVG4hJ3tL/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Gobierno Abierto Valencia
Ask Copilot: "Using Gobierno Abierto Valencia, help me...". 5 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"gobierno-abierto-valencia": {
"url": "https://edge.vinkius.com/vk_preview_uRkEAn5Jl7a5hTtKwwYrbwNZqbvGJlDzVG4hJ3tL/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Gobierno Abierto Valencia
Open Cascade and ask: "Using Gobierno Abierto Valencia, help me...". 5 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"gobierno-abierto-valencia": {
"url": "https://edge.vinkius.com/vk_preview_uRkEAn5Jl7a5hTtKwwYrbwNZqbvGJlDzVG4hJ3tL/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Gobierno Abierto Valencia
Ask Cline: "Using Gobierno Abierto Valencia, help me...". 5 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add gobierno-abierto-valencia --transport http "https://edge.vinkius.com/vk_preview_uRkEAn5Jl7a5hTtKwwYrbwNZqbvGJlDzVG4hJ3tL/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Gobierno Abierto Valencia
Ask Claude: "Using Gobierno Abierto Valencia, show me...". 5 tools are ready
Where the request belongs
Work Gobierno Abierto Valencia can move forward.
This is for researchers and developers who need to pull local government data into their projects without the friction of manual web scraping. It's for the person who needs to know what's happening in Valencia's infrastructure right now.
Data Analyst
Queries municipal datasets to build reports on local trends or budget allocations.
Software Developer
Tests API queries to integrate real-time city data into a custom application.
Urban Researcher
Scours public records for environmental or transportation data for a study.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAragón Open Data
Access public data from the Government of Aragón. query datasets, preview views, and explore the CKAN catalog directly from your AI agent.
Junta de Andalucía (Portal)
Access the official Open Data Portal of the Junta de Andalucía. Explore datasets, resources, and public records directly from your AI agent.
Comunidad de Madrid (Portal Regional)
Access the official Open Data portal of the Community of Madrid. Search datasets, inspect public resources, and query the datastore for regional information.
Ayuntamiento de Madrid (CKAN)
Access Madrid's open data portal. list datasets, search for municipal information, and inspect resources from the city's CKAN repository.
Datos Abiertos Castilla-La Mancha
Access the official Open Data portal of Castilla-La Mancha. Explore datasets, resources, and query tabular data directly through your AI agent.
Dades Obertes Catalunya
Access Catalonia's Open Data portal. search catalogs and query datasets using SoQL to extract public information directly.
Bring your own AI
Change the model, client or framework. Keep Gobierno Abierto Valencia connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Gobierno Abierto Valencia.
The practical details behind the request, access and result.
How do I use the Gobierno Abierto Valencia MCP?
You can connect this Connector to your AI client via Vinkius. Once connected, you can ask your agent to find specific city records, browse categories, or check dataset metadata.
Can the Gobierno Abierto Valencia MCP find bus schedules?
Yes, it can access the EMT Valencia dataset which includes information on routes and schedules, making it easy to query for transport details.
Is the Gobierno Abierto Valencia MCP free to use?
Access to the Connector depends on your Vinkius subscription. Once connected, you can query the public portal data as needed.
Can I use Gobierno Abierto Valencia MCP with Cursor?
Yes, it is compatible with Cursor and other MCP-supported clients like Claude and Windsurf.
What kind of data does Gobierno Abierto Valencia MCP provide?
It provides access to a wide range of municipal data, including transport, environment, budgets, and other public records from the Valencia portal.
Does Gobierno Abierto Valencia MCP require an API key?
Some specific datasets might require an API key from the Valencia Open Data portal, which you can provide in your configuration.
How do I search for specific records within a data file?
Use the search_datastore capability with the specific Resource ID. You can provide a search string q to filter the records and use limit or offset for pagination.
How can I see the metadata for a specific dataset?
Simply use the show_package capability and provide the name or ID of the dataset. The agent will return full metadata including descriptions, maintainers, and associated resources.
Can I list all the data categories available in the portal?
Yes! The list_groups capability returns all dataset groups or categories available in the Valencia Open Data portal, helping you browse by topic.
One connection away
Give your agent a direct line to Gobierno Abierto Valencia.
Connect Gobierno Abierto Valencia once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available