IBAMA Dados Abertos MCP Server for Mastra AIGive Mastra AI instant access to 9 tools to Datastore Search, List Datasets, List Groups, and more
Mastra AI is a TypeScript-native agent framework built for modern web stacks. Connect IBAMA Dados Abertos through Vinkius and Mastra agents discover all tools automatically. type-safe, streaming-ready, and deployable anywhere Node.js runs.
Ask AI about this MCP Server for Mastra AI
The IBAMA Dados Abertos MCP Server for Mastra AI is a standout in the Data Analytics category — giving your AI agent 9 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
import { Agent } from "@mastra/core/agent";
import { createMCPClient } from "@mastra/mcp";
import { openai } from "@ai-sdk/openai";
async function main() {
// Your Vinkius token. get it at cloud.vinkius.com
const mcpClient = await createMCPClient({
servers: {
"ibama-dados-abertos": {
url: "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
},
},
});
const tools = await mcpClient.getTools();
const agent = new Agent({
name: "IBAMA Dados Abertos Agent",
instructions:
"You help users interact with IBAMA Dados Abertos " +
"using 9 tools.",
model: openai("gpt-4o"),
tools,
});
const result = await agent.generate(
"What can I do with IBAMA Dados Abertos?"
);
console.log(result.text);
}
main();
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About IBAMA Dados Abertos MCP Server
Connect to the IBAMA Open Data Portal (CKAN) to explore and analyze critical environmental information from Brazil. This server allows any AI agent to navigate through thousands of public records regarding environmental licensing, federal technical registries, and inspection activities.
Mastra's agent abstraction provides a clean separation between LLM logic and IBAMA Dados Abertos tool infrastructure. Connect 9 tools through Vinkius and use Mastra's built-in workflow engine to chain tool calls with conditional logic, retries, and parallel execution. deployable to any Node.js host in one command.
What you can do
- Dataset Discovery — Search and list datasets related to deforestation, wildlife, flora, and environmental fines using keywords or thematic groups.
- Metadata Inspection — Fetch detailed metadata for specific datasets and resources to understand data provenance and update frequency.
- Direct Data Querying — Use the DataStore integration to query CSV and tabular data directly using filters and SQL-like parameters without downloading large files.
- Organizational Mapping — Explore the structure of IBAMA departments and the specific data they publish.
The IBAMA Dados Abertos MCP Server exposes 9 tools through the Vinkius. Connect it to Mastra AI in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 9 IBAMA Dados Abertos tools available for Mastra AI
When Mastra AI connects to IBAMA Dados Abertos through Vinkius, your AI agent gets direct access to every tool listed below — spanning environmental-data, open-data, brazil, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.
Datastore search on IBAMA Dados Abertos
Query CSV/Tabular data directly
List datasets on IBAMA Dados Abertos
List all dataset names
List groups on IBAMA Dados Abertos
List all thematic groups
List organizations on IBAMA Dados Abertos
g., IBAMA departments). List all organizations
Search datasets on IBAMA Dados Abertos
Supports sorting and pagination. Search for datasets matching a query string
Search resources on IBAMA Dados Abertos
Search for resources based on specific fields
Show dataset on IBAMA Dados Abertos
Show full metadata for a specific dataset
Show organization on IBAMA Dados Abertos
Show details and datasets of an organization
Show resource on IBAMA Dados Abertos
Show metadata for a specific resource
Connect IBAMA Dados Abertos to Mastra AI via MCP
Follow these steps to wire IBAMA Dados Abertos into Mastra AI. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install dependencies
npm install @mastra/core @mastra/mcp @ai-sdk/openaiReplace the token
[YOUR_TOKEN_HERE] with your Vinkius tokenRun the agent
agent.ts and run with npx tsx agent.tsExplore tools
Why Use Mastra AI with the IBAMA Dados Abertos MCP Server
Mastra AI provides unique advantages when paired with IBAMA Dados Abertos through the Model Context Protocol.
Mastra's agent abstraction provides a clean separation between LLM logic and tool infrastructure. add IBAMA Dados Abertos without touching business code
Built-in workflow engine chains MCP tool calls with conditional logic, retries, and parallel execution for complex automation
TypeScript-native: full type inference for every IBAMA Dados Abertos tool response with IDE autocomplete and compile-time checks
One-command deployment to any Node.js host. Vercel, Railway, Fly.io, or your own infrastructure
IBAMA Dados Abertos + Mastra AI Use Cases
Practical scenarios where Mastra AI combined with the IBAMA Dados Abertos MCP Server delivers measurable value.
Automated workflows: build multi-step agents that query IBAMA Dados Abertos, process results, and trigger downstream actions in a typed pipeline
SaaS integrations: embed IBAMA Dados Abertos as a first-class tool in your product's AI features with Mastra's clean agent API
Background jobs: schedule Mastra agents to query IBAMA Dados Abertos on a cron and store results in your database automatically
Multi-agent systems: create specialist agents that collaborate using IBAMA Dados Abertos tools alongside other MCP servers
Example Prompts for IBAMA Dados Abertos in Mastra AI
Ready-to-use prompts you can give your Mastra AI agent to start working with IBAMA Dados Abertos immediately.
"Search for datasets related to 'licenciamento ambiental' and show the top 5 results."
"List all thematic groups available in the IBAMA portal."
"Query the resource 'd34981d9-24c6-4d86-96c3-997d0e0d7f62' for records where the year is 2023."
Troubleshooting IBAMA Dados Abertos MCP Server with Mastra AI
Common issues when connecting IBAMA Dados Abertos to Mastra AI through Vinkius, and how to resolve them.
createMCPClient not exported
npm install @mastra/mcpIBAMA Dados Abertos + Mastra AI FAQ
Common questions about integrating IBAMA Dados Abertos MCP Server with Mastra AI.
How does Mastra AI connect to MCP servers?
MCPClient with the server URL and pass it to your agent. Mastra discovers all tools and makes them available with full TypeScript types.Can Mastra agents use tools from multiple servers?
Does Mastra support workflow orchestration?
Explore More MCP Servers
View all →
Intercom
10 toolsEquip your AI agent with direct access to Intercom — manage conversations, search contacts, and track customer data without opening the Intercom inbox.

OpenStreetMap
33 toolsAccess and edit OpenStreetMap data — manage changesets, query map elements, and retrieve geospatial data directly from any AI agent.

Webflow
10 toolsEquip your AI agent with direct access to Webflow — manage CMS collections, publish sites, and query site analytics without opening the Webflow designer.

Immich (Google Photos Alternative)
26 toolsManage your self-hosted Immich photo and video library — list assets, organize albums, and handle user administration via AI.
