Campinas Open Data Portal Connector for AI agents.
8 live capabilities
Query Brazilian city records and public datasets from your AI agent.
Waiting for input…
Why people use Campinas Open Data Portal
Campinas Open Data for Urban Studies and Public Policy
This Connector replaces that manual hunt with a simple prompt. Your AI agent does the heavy lifting by searching the portal, checking the metadata, and giving you the exact link you need. You get the data without the tab switching.
What Vinkius changes
You get instant access to Brazilian public records without navigating a government website.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Urban Planning Analysis
A researcher wants to find all datasets related to public transport in Campinas.
- Real-world use case 02
Journalistic Fact Checking
A reporter needs to see which city departments provide public spending records.
- Real-world use case 03
Data Pipeline Development
A dev wants to check the schema of a specific CSV before writing a data pipeline.
Complete set · 8capabilities
The complete Campinas Open Data Portal capability set.
These are the exact actions your AI can choose when you ask it to work with Campinas Open Data Portal.
01—04
4 capabilities in this set.
Part of 8 available through Campinas Open Data Portal.
- 01 Capability
List groups
Use list_groups to see thematic categories like Education or Health. It helps you understand how the city organizes its data.
- 02 Capability
List organizations
Use list_organizations to see all city departments providing data. This is great for mapping out who owns which records.
- 03 Capability
List packages
Use list_packages to see all available dataset names. It gives you a quick overview of what's on the portal.
- 04 Capability
Search packages
Use search_packages to find datasets matching specific criteria. It saves you from clicking through every category.
05—08
4 capabilities in this set.
Part of 8 available through Campinas Open Data Portal.
- 05 Capability
Get package
Use get_package to get full metadata for a specific dataset. You can see the data structure before you download anything.
- 06 Capability
Search resources
Use search_resources to find files based on specific fields. It helps you pinpoint CSVs or PDFs in large datasets.
- 07 Capability
Get resource
Use get_resource to get metadata for a specific resource. This provides direct links and details for individual files.
- 08 Capability
List tags
Use list_tags to see all the tags used across the portal. It helps you identify common themes in the data.
Set up in minutes
One URL. Then ask Campinas Open Data Portal to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Campinas Open Data 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_QQYJLqakUBduT8o6rynEsLZ3WBauAHBDbiKVbQFU/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 Campinas Open Data Portal, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Campinas Open Data Portal for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_QQYJLqakUBduT8o6rynEsLZ3WBauAHBDbiKVbQFU/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 Campinas Open Data Portal URL.
- Step 03
Save and start
Save the connection and enable Campinas Open Data Portal in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"campinas-open-data": {
"url": "https://edge.vinkius.com/vk_preview_QQYJLqakUBduT8o6rynEsLZ3WBauAHBDbiKVbQFU/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 Campinas Open Data Portal
Open Agent mode in chat and ask: "Using Campinas Open Data Portal, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"campinas-open-data": {
"url": "https://edge.vinkius.com/vk_preview_QQYJLqakUBduT8o6rynEsLZ3WBauAHBDbiKVbQFU/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 Campinas Open Data Portal
Ask Copilot: "Using Campinas Open Data Portal, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"campinas-open-data": {
"url": "https://edge.vinkius.com/vk_preview_QQYJLqakUBduT8o6rynEsLZ3WBauAHBDbiKVbQFU/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 Campinas Open Data Portal
Open Cascade and ask: "Using Campinas Open Data Portal, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"campinas-open-data": {
"url": "https://edge.vinkius.com/vk_preview_QQYJLqakUBduT8o6rynEsLZ3WBauAHBDbiKVbQFU/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 Campinas Open Data Portal
Ask Cline: "Using Campinas Open Data Portal, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add campinas-open-data --transport http "https://edge.vinkius.com/vk_preview_QQYJLqakUBduT8o6rynEsLZ3WBauAHBDbiKVbQFU/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 Campinas Open Data Portal
Ask Claude: "Using Campinas Open Data Portal, show me...". 8 tools are ready
Where the request belongs
Work Campinas Open Data Portal can move forward.
The urban researcher who has to find specific public transport metrics for a paper, the dev trying to find a clean CSV for a new dashboard, and the journalist looking for city spending records.
Researcher
Finds urban studies data for policy analysis on a Tuesday afternoon.
Developer
Inspects API resources and data schemas without leaving the code editor.
Journalist
Explores public spending and city metrics through simple questions.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCampinas Open Data
Access public data from Campinas, Brazil. search datasets, resources, and city organizations directly from your AI agent.
Acre Dados Abertos
Access open data from the State of Acre, Brazil. explore datasets, organizations, and thematic groups directly from your AI agent.
Mato Grosso do Sul Open Data
Access public datasets from the state of Mato Grosso do Sul (Brazil). list packages, search datastores, and query public records via SQL.
São Paulo (Cidade)
Access the official São Paulo Open Data portal. search datasets, query resources via SQL, and explore city organizations and themes.
Minas Gerais (Estado)
Access the official Open Data Portal of the State of Minas Gerais, Brazil. Query datasets, organizations, and public resources directly.
Rio Grande do Sul (Dados RS)
Access the official Open Data portal of Rio Grande do Sul. query public datasets, government organizations, and thematic groups directly.
Bring your own AI
Change the model, client or framework. Keep Campinas Open Data Portal 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 Campinas Open Data Portal.
The practical details behind the request, access and result.
Can I use Campinas Open Data to find education records?
Yes, you can. The Connector allows your AI agent to search specifically for education-related datasets and provide you with direct links to the records.
Does Campinas Open Data work for other Brazilian cities?
No, this specific MCP is built for the Campinas city portal. You would need a different MCP for other municipalities.
How do I get links to CSV files using Campinas Open Data?
Your AI agent can find these for you. Just ask for a specific topic, and the agent will identify the resources and provide the direct links.
Can my agent find specific city departments with Campinas Open Data?
Yes, it can pull a full list of all organizations and departments that provide public data through the portal.
Is Campinas Open Data good for urban research?
It's excellent for urban research because it gives you quick access to city-wide metrics on transport, health, and education.
What kind of files can I find with Campinas Open Data?
You can find various file types including CSVs for data analysis, PDFs for reports, and links to other APIs hosted on the portal.
How can I search for datasets related to a specific topic like 'Health'?
You can use the search_packages capability with a query string. For example, searching for 'saude' will return all datasets categorized under health in the Campinas portal.
Can I see which city departments are publishing data?
Yes! Use the list_organizations capability to get a complete list of all city departments and entities that contribute to the Open Data Portal.
How do I get the download link for a specific data file?
Use the get_resource capability with the specific Resource ID. It will return the metadata, including the URL to download the file (CSV, PDF, etc.).
One connection away
Give your agent a direct line to Campinas Open Data Portal.
Connect Campinas Open Data Portal once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available