ANVISA (Portal de APIs) Connector for AI agents.
7 live capabilities
Access official Brazilian health regulatory data and medicine prices.
Waiting for input…
Why people use ANVISA (Portal de APIs)
ANVISA (Portal de APIs) for Brazilian Health Regulatory Data
This Connector changes that by putting the ANVISA database directly into your AI client. You just type a question about a medicine or a food product, and your agent fetches the official record for you. You get the raw data you need in seconds, skipping the manual navigation entirely.
What Vinkius changes
You get instant access to Brazil's official health registry without the manual browsing.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Checking a bulk list of food registrations
A compliance officer needs to check if 50 new food products are registered.
- Real-world use case 02
Pulling chemical monographs for research
A researcher needs the monograph for a specific chemical.
- Real-world use case 03
Comparing drug price ceilings
A procurement lead wants to compare drug prices.
Complete set · 7capabilities
The complete ANVISA (Portal de APIs) capability set.
These are the exact actions your AI can choose when you ask it to work with ANVISA (Portal de APIs).
01—04
4 capabilities in this set.
Part of 7 available through ANVISA (Portal de APIs).
- 01 Capability
Consultar medicamentos
Search for medicines by name, active ingredient, or registration number. This is your primary capability for finding specific drug records.
- 02 Capability
Consultar cosmeticos
Search for registered cosmetic products. It lets you verify if a beauty or hygiene item is officially approved.
- 03 Capability
Consultar saneantes
Search for registered sanitizing products. Use this to find industrial cleaning agents in the official database.
- 04 Capability
Monografias farmacopeia
Retrieve monographs for chemical substances. This provides official standards for chemical and health substances.
05—07
3 capabilities in this set.
Part of 7 available through ANVISA (Portal de APIs).
- 05 Capability
Notificacoes alimentos
Access food products that only require notification. It helps you see products that don't need full registration but still need reporting.
- 06 Capability
Precos medicamentos
Retrieve maximum consumer prices (PMC) and factory prices (PF) for medicines. This is the go-to for pricing intelligence on regulated drugs.
- 07 Capability
Registros alimentos
List food products registered with ANVISA. Use this to check the full registry of food items in Brazil.
Set up in minutes
One URL. Then ask ANVISA (Portal de APIs) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use ANVISA (Portal de APIs) 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_w4LWIwDiPKmnzxjBi5f3yfjEdSaox6yEZaMnnkut/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 ANVISA (Portal de APIs), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable ANVISA (Portal de APIs) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_w4LWIwDiPKmnzxjBi5f3yfjEdSaox6yEZaMnnkut/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 ANVISA (Portal de APIs) URL.
- Step 03
Save and start
Save the connection and enable ANVISA (Portal de APIs) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"anvisa-portal-de-apis": {
"url": "https://edge.vinkius.com/vk_preview_w4LWIwDiPKmnzxjBi5f3yfjEdSaox6yEZaMnnkut/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 ANVISA (Portal de APIs)
Open Agent mode in chat and ask: "Using ANVISA (Portal de APIs), help me...". 7 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"anvisa-portal-de-apis": {
"url": "https://edge.vinkius.com/vk_preview_w4LWIwDiPKmnzxjBi5f3yfjEdSaox6yEZaMnnkut/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 ANVISA (Portal de APIs)
Ask Copilot: "Using ANVISA (Portal de APIs), help me...". 7 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"anvisa-portal-de-apis": {
"url": "https://edge.vinkius.com/vk_preview_w4LWIwDiPKmnzxjBi5f3yfjEdSaox6yEZaMnnkut/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 ANVISA (Portal de APIs)
Open Cascade and ask: "Using ANVISA (Portal de APIs), help me...". 7 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"anvisa-portal-de-apis": {
"url": "https://edge.vinkius.com/vk_preview_w4LWIwDiPKmnzxjBi5f3yfjEdSaox6yEZaMnnkut/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 ANVISA (Portal de APIs)
Ask Cline: "Using ANVISA (Portal de APIs), help me...". 7 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add anvisa-portal-de-apis --transport http "https://edge.vinkius.com/vk_preview_w4LWIwDiPKmnzxjBi5f3yfjEdSaox6yEZaMnnkut/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 ANVISA (Portal de APIs)
Ask Claude: "Using ANVISA (Portal de APIs), show me...". 7 tools are ready
Where the request belongs
Work ANVISA can move forward.
This is for the people who live in regulatory spreadsheets. It's for the compliance officer who's tired of manual data entry and the researcher who needs specific monographs without the friction of a government website.
Regulatory Compliance Officer
Verifies food and cosmetic registrations to ensure company products meet Brazilian law on a daily basis.
Pharmaceutical Researcher
Pulls pharmacopeia monographs and active ingredient data for drug development and chemical analysis.
Healthcare Procurement Specialist
Checks maximum consumer prices to ensure fair pricing across different regions and suppliers.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsOpenDataSUS
Access Brazilian public health data (SUS) directly from your AI. Query datasets, search resources, and analyze health statistics from the official portal.
MAPA (Agricultura)
Access official Brazilian agricultural open data. search datasets, inspect rural resources, and query Ministry of Agriculture (MAPA) records.
Brasil.io
Access structured Brazilian public data. query COVID-19 stats, company records, and socio-economic datasets directly from your AI agent.
OpenFDA
Access FDA drug safety data, device recalls, food enforcement reports and approved drug information.
FDA (openFDA)
Access public health data via openFDA. search drug labeling, monitor adverse events, and track food recalls directly through your AI agent.
MDIC (Comércio Exterior)
Access Brazilian foreign trade data from MDIC. list datasets, search for trade packages, and query the datastore for export/import statistics.
Bring your own AI
Change the model, client or framework. Keep ANVISA 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 ANVISA.
The practical details behind the request, access and result.
Can I use the ANVISA (Portal de APIs) MCP to find medicine prices in Brazil?
Yes, you can. The Connector allows your agent to pull the Maximum Consumer Price (PMC) and Factory Price (PF) for regulated drugs directly from the official database.
How does the ANVISA (Portal de APIs) MCP help with food safety compliance?
It lets you quickly search the official registry of food products. You can verify if items are fully registered or if they only require notification, making it easier to stay compliant.
Can the ANVISA (Portal de APIs) MCP search for cosmetics and hygiene products?
Yes, it can. You can use it to verify the registration status and details for perfumes, hygiene products, and other cosmetics registered with the agency.
Is the ANVISA (Portal de APIs) MCP good for pharmaceutical research?
It's excellent for researchers. You can pull official monographs for chemical substances and health standards directly into your research environment.
Can I use the ANVISA (Portal de APIs) MCP to find industrial sanitizers?
Yes, the Connector includes a capability to search for cleaning and sanitizing products that are officially registered with the Brazilian health agency.
Does the ANVISA (Portal de APIs) MCP require a manual login every time?
No, once you connect your API key to the Connector, your agent can perform queries directly without you having to log into the government portal manually every time.
Can I check the maximum consumer price of a specific medicine?
Yes. Use the precos_medicamentos capability providing the commercial name or registration number to get the PMC (Maximum Consumer Price) and PF (Factory Price).
How do I verify if a food product is registered or just notified?
You can use registros_alimentos for products that require full registration and notificacoes_alimentos for those that only require notification to ANVISA.
Can I search for a medicine using its active ingredient?
Absolutely. The consultar_medicamentos capability accepts a principio_ativo parameter to find all medicines containing that specific substance.
One connection away
Give your agent a direct line to ANVISA.
Connect ANVISA once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available