4,500+ servers built on MCP Fusion
Vinkius
BCB Economia — PIB, Dívida, Reservas, PIX e SGS logo
Vinkius
CrewAI logo

How to Use the BCB Economia — PIB, Dívida, Reservas, PIX e SGS MCP in CrewAI

Deploy autonomous economic research teams with CrewAI to analyze Brazilian markets.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

BCB Economia — PIB, Dívida, Reservas, PIX e SGS MCP on Cursor AI Code Editor MCP Client BCB Economia — PIB, Dívida, Reservas, PIX e SGS MCP on Claude Desktop App MCP Integration BCB Economia — PIB, Dívida, Reservas, PIX e SGS MCP on OpenAI Agents SDK MCP Compatible BCB Economia — PIB, Dívida, Reservas, PIX e SGS MCP on Visual Studio Code MCP Extension Client BCB Economia — PIB, Dívida, Reservas, PIX e SGS MCP on GitHub Copilot AI Agent MCP Integration BCB Economia — PIB, Dívida, Reservas, PIX e SGS MCP on Google Gemini AI MCP Integration BCB Economia — PIB, Dívida, Reservas, PIX e SGS MCP on Lovable AI Development MCP Client BCB Economia — PIB, Dívida, Reservas, PIX e SGS MCP on Mistral AI Agents MCP Compatible BCB Economia — PIB, Dívida, Reservas, PIX e SGS MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect BCB Economia — PIB, Dívida, Reservas, PIX e SGS MCP to CrewAI

Create your Vinkius account to connect BCB Economia — PIB, Dívida, Reservas, PIX e SGS 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 Macroeconomic Researchers

`get_pib`, `get_desemprego`, and `get_divida_pib` act as the primary data sources for your economic research agents. You configure one agent to pull the monthly IBC-Br, unemployment rate, and public debt figures. That agent writes a summary and passes it to an analyst agent who compares the metrics against historical trends. This multi-agent setup removes the human from the data gathering process. You just pass the Vinkius URL into the `mcps` array of your researcher agent. The CrewAI framework handles the tool execution and memory sharing between the different roles in your crew.

Track Liquidity and Payments Autonomously

`get_pix_estatisticas` and `get_reservas` feed direct transaction volumes and USD reserve levels into your autonomous operations. A monitor agent can run on a schedule, checking these endpoints to watch for sudden shifts in domestic payment velocity or international liquidity. If it spots a red flag, it escalates to a moderator agent. Hierarchical execution makes this incredibly powerful. The manager agent decides which subordinate needs to query the MCP Server based on the specific economic question asked. The tools execute, the data returns, and the crew synthesizes a complete financial briefing.

Filter 20,000+ Series for CrewAI Teams

`get_serie_bcb` and `get_balanca_comercial` open up the entire Central Bank database to your Python scripts. Because large toolsets can confuse specialized agents, you can use `MCPServerHTTP` with a `tool_filter`. This lets you expose only the specific SGS lookup tool to a dedicated data-mining agent while keeping the rest of the crew focused on analysis. You define the roles, and the agents figure out how to use the endpoints. They collaborate to pull commodity export data, check the Selic rate, and format the output into a final markdown report. The entire pipeline runs without human intervention.

Setup guide

Set up BCB Economia — PIB, Dívida, Reservas, PIX e SGS 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 BCB Economia — PIB, Dívida, Reservas, PIX e SGS tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="BCB Economia — PIB, Dívida, Reservas, PIX e SGS Analyst",
    goal="Access and analyze BCB Economia — PIB, Dívida, Reservas, PIX e SGS data via MCP.",
    backstory="Expert analyst with direct BCB Economia — PIB, Dívida, Reservas, PIX e SGS access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent BCB Economia — PIB, Dívida, Reservas, PIX e SGS 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 BCB Economia — PIB, Dívida, Reservas, PIX e SGS MCP in CrewAI

Pass the Vinkius HTTP endpoint URL directly into the `mcps` parameter when defining your Agent. The framework will automatically fetch the available Central Bank tools and make them available to that specific role.
Yes. Import `MCPServerHTTP` from `crewai.mcp` and use the `tool_filter` parameter. This allows you to give an analyst agent access to PIX statistics while hiding the broader SGS time series tool.
The framework maintains shared memory across the crew. When the researcher agent pulls the latest trade balance, that exact figure is available in the context window for the writer agent to use in the final report.
You can run your crew on a scheduled loop. The agents will wake up, hit the MCP Server endpoint to grab the latest IBC-Br or debt figures, and generate a new briefing if the numbers have changed.
Vinkius processes every tool call in a completely isolated, ephemeral environment. When your crew requests specific SGS series codes for your internal models, the sandbox destroys itself immediately after returning the data, leaving no persistent logs.

Start using the BCB Economia — PIB, Dívida, Reservas, PIX e SGS MCP today

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

Built & Managed by Vinkius 30s setup 7 tools

We've already built the connector for BCB Economia — PIB, Dívida, Reservas, PIX e SGS. Just plug in your AI agents and start using Vinkius.

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