4,500+ servers built on MCP Fusion
Vinkius
Dades Obertes Catalunya logo
Vinkius
CrewAI logo

How to Use the Dades Obertes Catalunya MCP in CrewAI

Deploy specialized agent teams to research and analyze Catalonian public records autonomously with CrewAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Dades Obertes Catalunya MCP to CrewAI

Create your Vinkius account to connect Dades Obertes Catalunya 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

Multi-agent search and query coordination

Let one agent find the data while another analyzes it. In CrewAI, you can assign a Researcher agent to run `search_catalog` and find relevant database IDs for Catalonia public services. Once found, the Researcher passes those IDs to an Analyst agent. That Analyst then runs `query_dataset` to pull the raw numbers, keeping tasks clean and specialized.

Hierarchical data extraction with this MCP Server

Build a structured team with a manager agent overseeing the data extraction. The manager decides when to trigger SoQL queries based on the project goals you set. If a query returns messy data, the manager agent instructs the analyst to refine the `$where` parameters and run `query_dataset` again, ensuring high-quality final reports.

Shared memory for complex Catalonian history

CrewAI agents share context across tasks. If an agent queries a transport dataset, other agents remember those results when analyzing related environmental databases. This prevents redundant calls to the Catalonian open data portal. Your crew builds a cohesive picture of the region's public records without hitting API limits.

Setup guide

Set up Dades Obertes Catalunya 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 Dades Obertes Catalunya tools as needed.

crew.py
from crewai import Agent, Task, Crew

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

task = Task(
    description="List recent Dades Obertes Catalunya 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 Dades Obertes Catalunya MCP in CrewAI

Pass the Vinkius URL directly in your Agent's mcps array. CrewAI automatically discovers search_catalog and query_dataset, making them available to that specific agent.
Yes. You can share the MCP Server across your entire crew or restrict it to a single researcher agent to keep your data gathering structured.
Your agents use their reasoning capabilities to construct valid SoQL parameters like $select and $where. They pass these directly to query_dataset to pinpoint the exact records needed.
Yes, you can use CrewAI's tool filtering to ensure only your analyst agent can execute database queries, while other agents focus on writing reports.
Your SoQL queries and retrieved Catalonian public datasets are held strictly within your local CrewAI process memory. No data is cached or exposed to third parties during the execution of your crew's tasks.

Start using the Dades Obertes Catalunya MCP today

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

Built & Managed by Vinkius 30s setup 2 tools

We've already built the connector for Dades Obertes Catalunya. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 2 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.