4,500+ servers built on MCP Fusion
Vinkius
Campinas Open Data logo
Vinkius
CrewAI logo

How to Use the Campinas Open Data MCP in CrewAI

Deploy a team of CrewAI agents to research, analyze, and report on Campinas public data autonomously.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Campinas Open Data MCP on Cursor AI Code Editor MCP Client Campinas Open Data MCP on Claude Desktop App MCP Integration Campinas Open Data MCP on OpenAI Agents SDK MCP Compatible Campinas Open Data MCP on Visual Studio Code MCP Extension Client Campinas Open Data MCP on GitHub Copilot AI Agent MCP Integration Campinas Open Data MCP on Google Gemini AI MCP Integration Campinas Open Data MCP on Lovable AI Development MCP Client Campinas Open Data MCP on Mistral AI Agents MCP Compatible Campinas Open Data MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Campinas Open Data MCP to CrewAI

Create your Vinkius account to connect Campinas Open Data to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Assign a Research Agent for Campinas

Build a specialized 'Data Scout' agent as part of your crew. You can restrict its tools to just `list_packages`, `search_packages`, and `list_tags` from this server. Its entire job is to find potentially relevant datasets based on your criteria. Once the Scout finds a list of package IDs, it passes them into the shared memory for the next agent in the crew to pick up. This creates a clear separation of duties for your autonomous team.

An 'Analyst' Agent Vets the Data

The next agent in your crew is the 'Data Analyst'. It takes the dataset IDs found by the Scout and gets to work. Its job is to use `get_package` and `get_resource` to inspect the metadata for each one. This agent can also use `list_organizations` to check if the data comes from a trusted city department. It acts as a quality control step, ensuring the data your crew acts on is legitimate before passing a final, vetted list to a reporting agent.

Build an Autonomous Monitoring Crew

Combine these roles into a full, autonomous crew that monitors the Campinas data portal. The Scout runs on a schedule, the Analyst vets what it finds, and a final 'Reporter' agent summarizes the new, verified datasets and sends a notification. This is what an MCP server enables. Your CrewAI setup can perform this entire research and validation workflow without any human intervention. You've effectively built a small, automated team to keep you updated.

Setup guide

Set up Campinas Open Data MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Campinas Open Data tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Campinas Open Data Analyst",
    goal="Access and analyze Campinas Open Data data via MCP.",
    backstory="Expert analyst with direct Campinas Open Data access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Campinas Open Data transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Campinas Open Data MCP in CrewAI

When defining your Agent, assign it a specific role like 'Campinas Data Researcher'. Then, use the `tool_filter` option when configuring the MCP server to only expose tools like `search_packages` and `list_tags` to that specific agent.
Yes, that's a perfect use case. You can create a sequential crew where one agent finds new datasets with `search_packages`, and a second agent analyzes them with `get_package`. The crew can run on a schedule to provide continuous monitoring.
Just pass the Vinkius MCP endpoint URL directly into the `mcps` list when you instantiate your Agent. CrewAI will automatically discover and register all the available tools from this server for that agent to use.
Yes. Instead of passing the URL directly, you instantiate an `MCPServerHTTP` object from `crewai.mcp`. It has a `tool_filter` parameter that lets you provide a list of tool names you want to expose, giving you fine-grained control for each agent.
There are no privacy concerns. This MCP server exclusively handles public, non-sensitive metadata from the Campinas open data portal. Your CrewAI agents won't touch any private user information, and Vinkius ensures each session is ephemeral and isolated.

Start using the Campinas Open Data MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 8 tools

We've already built the connector for Campinas Open Data. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 8 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.