4,000+ servers built on vurb.ts
Vinkius

Portal da Transparência (CGU) MCP Server for OpenAI Agents SDKGive OpenAI Agents SDK instant access to 9 tools to Get Auxilio Emergencial Beneficiario Por Municipio, Get Auxilio Emergencial Por Cpf Ou Nis, Get Auxilio Emergencial Por Municipio, and more

MCP Inspector GDPR Free for Subscribers

The OpenAI Agents SDK enables production-grade agent workflows in Python. Connect Portal da Transparência (CGU) through Vinkius and your agents gain typed, auto-discovered tools with built-in guardrails. no manual schema definitions required.

Ask AI about this MCP Server for OpenAI Agents SDK

The Portal da Transparência (CGU) MCP Server for OpenAI Agents SDK is a standout in the Data Analytics category — giving your AI agent 9 tools to work with, ready to go from day one.

Built for AI Agents by Vinkius

Vinkius delivers Streamable HTTP and SSE to any MCP client

ClaudeClaude
ChatGPTChatGPT
CursorCursor
GeminiGemini
WindsurfWindsurf
VS CodeVS Code
JetBrainsJetBrains
VercelVercel
+ other MCP clients
python
import asyncio
from agents import Agent, Runner
from agents.mcp import MCPServerStreamableHttp

async def main():
    # Your Vinkius token. get it at cloud.vinkius.com
    async with MCPServerStreamableHttp(
        url="https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ) as mcp_server:

        agent = Agent(
            name="Portal da Transparência (CGU) Assistant",
            instructions=(
                "You help users interact with Portal da Transparência (CGU). "
                "You have access to 9 tools."
            ),
            mcp_servers=[mcp_server],
        )

        result = await Runner.run(
            agent, "List all available tools from Portal da Transparência (CGU)"
        )
        print(result.final_output)

asyncio.run(main())
Portal da Transparência (CGU)
Fully ManagedVinkius Servers
60%Token savings
High SecurityEnterprise-grade
IAMAccess control
EU AI ActCompliant
DLPData protection
V8 IsolateSandboxed
Ed25519Audit chain
<40msKill switch
Stream every event to Splunk, Datadog, or your own webhook in real-time

* 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 Portal da Transparência (CGU) MCP Server

Connect to the Portal da Transparência (CGU) and audit Brazilian public spending and social programs directly through your AI agent.

The OpenAI Agents SDK auto-discovers all 9 tools from Portal da Transparência (CGU) through native MCP integration. Build agents with built-in guardrails, tracing, and handoff patterns. chain multiple agents where one queries Portal da Transparência (CGU), another analyzes results, and a third generates reports, all orchestrated through Vinkius.

What you can do

  • Social Benefits — Query availability and withdrawals for Bolsa Família and Auxílio Emergencial using CPF, NIS, or municipality codes.
  • Public Expenses — Fetch detailed expense documents and payment records for specific beneficiaries or companies.
  • Institutional Data — List and search for government organizations registered in the SIAFI system.
  • Environmental & Labor Grants — Access records for Seguro Defeso using specific identification codes.
  • Local Auditing — Analyze benefit distribution across different Brazilian municipalities for regional insights.

The Portal da Transparência (CGU) MCP Server exposes 9 tools through the Vinkius. Connect it to OpenAI Agents SDK in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.

All 9 Portal da Transparência (CGU) tools available for OpenAI Agents SDK

When OpenAI Agents SDK connects to Portal da Transparência (CGU) through Vinkius, your AI agent gets direct access to every tool listed below — spanning transparency, brazil-government, public-spending, 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.

get

Get auxilio emergencial beneficiario por municipio on Portal da Transparência (CGU)

Restricted API limit applies. Get Auxilio Emergencial beneficiaries by municipality

get

Get auxilio emergencial por cpf ou nis on Portal da Transparência (CGU)

Restricted API limit applies. Get Auxilio Emergencial by CPF or NIS

get

Get auxilio emergencial por municipio on Portal da Transparência (CGU)

Restricted API limit applies. Get Auxilio Emergencial by municipality

get

Get bolsa familia disponivel por cpf ou nis on Portal da Transparência (CGU)

Restricted API limit applies. Get available Bolsa Familia by CPF or NIS

get

Get bolsa familia por municipio on Portal da Transparência (CGU)

Restricted API limit applies. Get Bolsa Familia by municipality

get

Get bolsa familia sacado por nis on Portal da Transparência (CGU)

Restricted API limit applies. Get withdrawn Bolsa Familia by NIS

get

Get despesas documentos por favorecido on Portal da Transparência (CGU)

Restricted API limit applies. Get expense documents by beneficiary

get

Get orgaos siafi on Portal da Transparência (CGU)

Supports pagination. List SIAFI organizations

get

Get seguro defeso codigo on Portal da Transparência (CGU)

Restricted API limit applies. Get Seguro Defeso by code

Connect Portal da Transparência (CGU) to OpenAI Agents SDK via MCP

Follow these steps to wire Portal da Transparência (CGU) into OpenAI Agents SDK. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.

01

Install the SDK

Run pip install openai-agents in your Python environment
02

Replace the token

Replace [YOUR_TOKEN_HERE] with your Vinkius token from cloud.vinkius.com
03

Run the script

Save the code above and run it: python agent.py
04

Explore tools

The agent will automatically discover 9 tools from Portal da Transparência (CGU)

Why Use OpenAI Agents SDK with the Portal da Transparência (CGU) MCP Server

OpenAI Agents SDK provides unique advantages when paired with Portal da Transparência (CGU) through the Model Context Protocol.

01

Native MCP integration via `MCPServerSse`, pass the URL and the SDK auto-discovers all tools with full type safety

02

Built-in guardrails, tracing, and handoff patterns let you build production-grade agents without reinventing safety infrastructure

03

Lightweight and composable: chain multiple agents and MCP servers in a single pipeline with minimal boilerplate

04

First-party OpenAI support ensures optimal compatibility with GPT models for tool calling and structured output

Portal da Transparência (CGU) + OpenAI Agents SDK Use Cases

Practical scenarios where OpenAI Agents SDK combined with the Portal da Transparência (CGU) MCP Server delivers measurable value.

01

Automated workflows: build agents that query Portal da Transparência (CGU), process the data, and trigger follow-up actions autonomously

02

Multi-agent orchestration: create specialist agents. one queries Portal da Transparência (CGU), another analyzes results, a third generates reports

03

Data enrichment pipelines: stream data through Portal da Transparência (CGU) tools and transform it with OpenAI models in a single async loop

04

Customer support bots: agents query Portal da Transparência (CGU) to resolve tickets, look up records, and update statuses without human intervention

Example Prompts for Portal da Transparência (CGU) in OpenAI Agents SDK

Ready-to-use prompts you can give your OpenAI Agents SDK agent to start working with Portal da Transparência (CGU) immediately.

01

"Check Bolsa Família availability for CPF 000.000.000-00."

02

"List all SIAFI organizations on page 1."

03

"Show expense documents for beneficiary 'Empresa Exemplo LTDA'."

Troubleshooting Portal da Transparência (CGU) MCP Server with OpenAI Agents SDK

Common issues when connecting Portal da Transparência (CGU) to OpenAI Agents SDK through Vinkius, and how to resolve them.

01

MCPServerStreamableHttp not found

Ensure you have the latest version: pip install --upgrade openai-agents
02

Agent not calling tools

Make sure your prompt explicitly references the task the tools can help with.

Portal da Transparência (CGU) + OpenAI Agents SDK FAQ

Common questions about integrating Portal da Transparência (CGU) MCP Server with OpenAI Agents SDK.

01

How does the OpenAI Agents SDK connect to MCP?

Use MCPServerSse(url=...) to create a server connection. The SDK auto-discovers all tools and makes them available to your agent with full type information.
02

Can I use multiple MCP servers in one agent?

Yes. Pass a list of MCPServerSse instances to the agent constructor. The agent can use tools from all connected servers within a single run.
03

Does the SDK support streaming responses?

Yes. The SDK supports SSE and Streamable HTTP transports, both of which work natively with Vinkius.

Explore More MCP Servers

View all →