How to Use the CVM Dados Abertos MCP in Cline
Build Brazilian financial dashboards in Cline with live CVM Dados Abertos metadata.
Works with every AI agent you already use
…and any MCP-compatible client
Connect CVM Dados Abertos MCP to Cline
Create your Vinkius account to connect CVM Dados Abertos to Cline and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Build market data parsers with Cline and this MCP Server
The `list_datasets` tool feeds the entire Brazilian capital markets catalog directly into Cline's context window. Cline uses this catalog to write custom data parsers, create TypeScript interfaces, and set up local database schemas. You do not have to copy-paste API specs from the Brazilian open data portal. After selecting a dataset, Cline invokes `get_dataset` to analyze the columns and data types. It writes the exact database migration files and runs them in your local environment, building a production-ready ingestion pipeline from scratch.
Automate corporate filing downloads inside VS Code
The `search_datasets` tool allows Cline to scan the CVM portal through this MCP Server for listed companies and investment funds based on your queries. Cline runs this search, extracts the resource IDs, and uses `get_resource` to grab the download URLs. It then writes the node scripts to download and cache the corporate filings. Since Cline has terminal access, it executes these scripts, checks for errors, and fixes any broken paths on the spot. You get a fully populated data directory without touching your keyboard.
Map Brazilian regulatory organizations dynamically
The `list_organizations` tool provides Cline with the exact CVM departments publishing the financial reports. Cline uses this information to tag and categorize files in your local database. It ensures your data pipeline respects the official regulatory structure of the Brazilian market. By pairing this with `list_groups`, Cline builds neat directory structures like "Companhias" and "Fundos de Investimento" in your project. It organizes your files, updates your README, and commits the clean structure to git.
Set up CVM Dados Abertos MCP in Cline
Prerequisites
- VS Code with Cline extension installed
- Active Vinkius subscription with a valid endpoint token
- 1
Open Cline MCP settings
Click the Cline icon in the VS Code sidebar to open the Cline panel. Then click the MCP Servers icon (server stack) at the top-right corner of the panel.
- 2
Add a remote server
Click "Remote Servers" at the top, then click "Add Remote MCP". In the Name field, type
cvm-dados-abertos-mcp. In the URL field, paste your Vinkius endpoint:https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp. Get your token from cloud.vinkius.com. - 3
Enable the server
After saving, the server appears in the Cline MCP panel. Toggle the switch to enable it. The status indicator turns green when the connection is live.
- 4
Start using tools
Return to the Cline chat and ask: "Check my latest CVM Dados Abertos refund status." Cline will discover the available tools and request your approval before invoking each one — giving you full control over every action.
{
"mcpServers": {
"cvm-dados-abertos-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by CVM Dados Abertos. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 CVM Dados Abertos MCP in Cline
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the CVM Dados Abertos MCP today
We host it, we monitor it, we maintain it. You just paste one token.