INDIVIDUAL MCP TOOL
get_tesouro_dpf_schema
Inspect the six versioned RMD annex tables, their distinct units and coverage, category IDs, holder definitions, source publication, and methodological constraints before selecting data.
LIVE ENDPOINT
https://open-economics-data.knbf982hkn.chatgpt.site/api/mcp
Connect to this endpoint to inspect the live schema for get_tesouro_dpf_schema and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.open-economics]
url = "https://open-economics-data.knbf982hkn.chatgpt.site/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"open-economics": {
"type": "http",
"url": "https://open-economics-data.knbf982hkn.chatgpt.site/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: open-economics
Remote MCP URL: https://open-economics-data.knbf982hkn.chatgpt.site/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"open-economics": {
"url": "https://open-economics-data.knbf982hkn.chatgpt.site/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"open-economics": {
"type": "http",
"url": "https://open-economics-data.knbf982hkn.chatgpt.site/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "open-economics",
"transport": "streamable-http",
"url": "https://open-economics-data.knbf982hkn.chatgpt.site/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_official_data— Start here for a natural-language Brazilian economic-information need in Portuguese or English.describe_official_dataset— Get identity, publisher, collection, provenance links, query capability, and any stable Open Economics series shortcuts for an exact dataset ID returned by search_official_data.get_bcb_series— Retrieve official observations and authoritative schema metadata for an exact BCB SGS dataset ID.get_bcb_schema— Fetch authoritative metadata for an exact BCB SGS series, including full name, subject hierarchy, periodicity, unit, source, coverage dates, decimals, formula, and warnings.get_ibge_schema— Fetch official metadata for an IBGE aggregate selected by search_official_data.get_ibge_data— Retrieve an explicit slice of an IBGE aggregate after inspecting its schema.get_siconfi_schema— Get the meaning and required selection fields for an exact SICONFI dataset returned by search_official_data.get_siconfi_data— Retrieve an explicit official SICONFI DCA, RREO, RGF, or entity-registry selection.