Junta de Andalucía (Portal) Connector for AI agents.
6 live capabilities
Access official Andalusian government records and public datasets through natural language.
Waiting for input…
Why people use Junta de Andalucía (Portal)
Junta de Andalucía (Portal) for Regional Government Data Research
This Connector replaces that manual hunt. You just tell your agent what you need, and it pulls the dataset names, metadata, and direct file links into your chat. You get the data you need without the clicking.
What Vinkius changes
You get instant access to Andalusian government records without leaving your chat window.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding health center locations
A researcher wants to find all health centers in a specific region.
- Real-world use case 02
Fact-checking tourism statistics
A journalist is looking for tourism stats.
- Real-world use case 03
Gathering data for a new app
A developer is building a local app.
Complete set · 6capabilities
The complete Junta de Andalucía (Portal) capability set.
These are the exact actions your AI can choose when you ask it to work with Junta de Andalucía (Portal).
01—03
3 capabilities in this set.
Part of 6 available through Junta de Andalucía (Portal).
- 01 Capability
List groups
See all the different categories or groups of data. This helps you narrow down your search to topics like environment or education.
- 02 Capability
Search datastore
Search for specific terms or data points within a single resource. This helps you find specific entries like hotel occupancy without scanning the whole file.
- 03 Capability
Get package
Get the full metadata for a specific dataset. This shows you update frequencies, descriptions, and available formats at a glance.
04—06
3 capabilities in this set.
Part of 6 available through Junta de Andalucía (Portal).
- 04 Capability
List organizations
See a full list of government bodies that publish data. Use this to figure out which department handles specific public records.
- 05 Capability
List packages
See every dataset currently available in the portal. Use this to browse the full scope of what the government shares publicly.
- 06 Capability
Get resource
Pull the metadata and direct links for a specific file. This is how you get the actual URL to download the data you need.
Set up in minutes
One URL. Then ask Junta de Andalucía (Portal) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Junta de Andalucía (Portal) 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_hCDjSQlyrFziaQjAODgMBRQmeXCYSejt3VYHuNyn/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 Junta de Andalucía (Portal), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Junta de Andalucía (Portal) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_hCDjSQlyrFziaQjAODgMBRQmeXCYSejt3VYHuNyn/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 Junta de Andalucía (Portal) URL.
- Step 03
Save and start
Save the connection and enable Junta de Andalucía (Portal) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"junta-de-andalucia-portal": {
"url": "https://edge.vinkius.com/vk_preview_hCDjSQlyrFziaQjAODgMBRQmeXCYSejt3VYHuNyn/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 Junta de Andalucía (Portal)
Open Agent mode in chat and ask: "Using Junta de Andalucía (Portal), help me...". 6 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"junta-de-andalucia-portal": {
"url": "https://edge.vinkius.com/vk_preview_hCDjSQlyrFziaQjAODgMBRQmeXCYSejt3VYHuNyn/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 Junta de Andalucía (Portal)
Ask Copilot: "Using Junta de Andalucía (Portal), help me...". 6 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"junta-de-andalucia-portal": {
"url": "https://edge.vinkius.com/vk_preview_hCDjSQlyrFziaQjAODgMBRQmeXCYSejt3VYHuNyn/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 Junta de Andalucía (Portal)
Open Cascade and ask: "Using Junta de Andalucía (Portal), help me...". 6 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"junta-de-andalucia-portal": {
"url": "https://edge.vinkius.com/vk_preview_hCDjSQlyrFziaQjAODgMBRQmeXCYSejt3VYHuNyn/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 Junta de Andalucía (Portal)
Ask Cline: "Using Junta de Andalucía (Portal), help me...". 6 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add junta-de-andalucia-portal --transport http "https://edge.vinkius.com/vk_preview_hCDjSQlyrFziaQjAODgMBRQmeXCYSejt3VYHuNyn/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 Junta de Andalucía (Portal)
Ask Claude: "Using Junta de Andalucía (Portal), show me...". 6 tools are ready
Where the request belongs
Work Junta de Andalucía can move forward.
Researchers and journalists who need to find government records without the headache of navigating clunky portals.
Data Analyst
Pulls regional socio-economic data for reports without having to manually download and clean multiple files.
Journalist
Quickly verifies public records on government spending or health statistics to fact-check stories.
Developer
Grabs resource IDs and metadata to integrate Andalusian public data into their own applications.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsDatos 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.
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.
Aragó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.
Gipuzkoa Irekia
Access open data from Gipuzkoa (Spain). search datasets, explore resources, and query organizations or thematic groups directly from any AI agent.
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.
Región de Murcia Datos Abiertos
Access the official open data portal of the Region of Murcia (Spain) to query datasets, organizations, and public statistics.
Bring your own AI
Change the model, client or framework. Keep Junta de Andalucía 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 Junta de Andalucía.
The practical details behind the request, access and result.
Can I use the Junta de Andalucía (Portal) MCP to find health records?
Yes, it lets you search for datasets related to health centers and other public services. You can find specific records and metadata directly through your AI client.
Does the Junta de Andalucía (Portal) MCP allow me to download files?
It provides you with the direct links to the resources. Once the agent gives you the URL, you can download the files directly to your device.
How can I find which government department publishes environmental data?
You can ask the agent to list the publishing organizations. It will show you the list of government bodies so you can see who manages specific records.
Can I search for specific keywords inside a government dataset?
Yes, the Connector can search for specific terms within a resource. This is great for finding specific numbers or entries without having to download the whole file first.
Is the Junta de Andalucía (Portal) MCP good for socio-economic research?
It's perfect for researchers who need to quickly browse and inspect public datasets for regional studies. It saves time by pulling metadata and file links into a single conversation.
How can I search for specific information inside a dataset's file?
Use the search_datastore capability with the specific resource_id. You can provide a query string q to filter the rows and find exactly what you need within the data table.
Can I see which government department published a specific dataset?
Yes. You can use list_organizations to see all publishers or use get_package with the dataset ID to see the specific organization responsible for that data.
Is an API key mandatory to use this server?
No, the API key is optional. Most data on the Junta de Andalucía portal is public. However, providing a key via the JUNTA_API_KEY credential may help avoid rate limits during intensive usage.
One connection away
Give your agent a direct line to Junta de Andalucía.
Connect Junta de Andalucía once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available