Data your agents can trust
HTTPS secures the channel. We anchor the payload. Every CDS event is a self-contained proof of what was published, by whom, and when.
Cryptographically Signed
Every data point carries an RSA-PSS signature proving exactly who published it and when. No trust assumptions beyond the cryptographic proof.
Real-Time Updates
Scheduled ingestors fetch fresh data from Banco Central, B3, CONAB, and Receita Federal. Daily rates, weekly commodities, live quotes.
LLM-Ready Summaries
Each event includes a structured summary so data and meaning travel together. AI agents understand context without extra prompting.
Verified Sources
All data sources are registered and fingerprinted in the CDS source registry. No unverified scraping — curated, structured, auditable.
Three domains, one standard
Each server exposes MCP tools that return cryptographically signed data. Connect with any MCP-compatible AI agent.
Finance Brazil
https://finance.mcp.signed-data.org
Real-time Brazilian financial data from Banco Central, B3 stock exchange, and COPOM monetary policy decisions. All data cryptographically signed at the source.
get_selic_rateCurrent SELIC overnight rateget_ipcaIPCA consumer price indexget_igpmIGP-M general price indexget_usd_brlPTAX USD/BRL exchange rateget_fx_ratesMulti-currency FX ratesget_stock_quoteB3 real-time stock quotesget_market_summaryDaily market snapshotget_copom_historyCOPOM monetary policy decisionsget_copom_latestMost recent COPOM decision
Commodities Brazil
https://commodities.mcp.signed-data.org
B3 agricultural commodity futures and CONAB physical crop prices. Covers soy, corn, cattle, coffee, sugar, and ethanol with basis spread calculations.
get_soja_futuresSoybean B3 futures contractsget_all_agro_futuresAll 6 commodity futuresget_futures_by_commoditySingle commodity futuresget_soja_spot_pricesPhysical soybean prices by stateget_spot_by_commodityPhysical prices by commodityget_commodity_summaryFutures + spot comparisonget_basisBasis spread (spot vs. futures)
Companies Brazil
https://companies.mcp.signed-data.org
Brazilian company registration data from Receita Federal. Look up company profiles, partners, CNAE codes, and validate CNPJ numbers in batch.
get_company_profileFull company profile by CNPJget_company_partnersPartner/shareholder datacheck_company_statusRegistration status checkvalidate_cnpjCNPJ check-digit validationget_cnae_infoEconomic activity code lookupbatch_company_lookupLook up up to 10 companies
Three steps to verified data
Choose a Plan
Start free with 100 requests/day or upgrade for full access to all three MCP servers.
Get Your API Token
Create an API token in your dashboard. Select which servers your token can access.
Connect Your Agent
Add the MCP server URL to your AI agent config. Start querying signed data immediately.
{
"mcpServers": {
"signeddata-finance": {
"url": "https://finance.mcp.signed-data.org",
"headers": {
"Authorization": "Bearer sd_live_..."
}
}
}
}Frequently asked questions
MCP (Model Context Protocol) is an open standard for connecting AI agents to external data sources and tools. Our MCP servers expose tools that your agent can call to retrieve real-time, signed Brazilian data.
Every data payload we deliver is signed with RSA-PSS using our private key. You can verify the signature with our public key to prove the data was published by SignedData and has not been tampered with — no trust assumptions beyond the math.
Any MCP-compatible agent works out of the box — Claude Desktop, Cursor, VS Code with Copilot, and custom agents built with the MCP SDK. The servers use standard streamable HTTP transport.
Yes. Upgrade, downgrade, or cancel at any time. Changes take effect at the start of your next billing period. The Starter plan is free forever with no commitment.
Finance data comes from Banco Central do Brasil (SGS API) and B3 stock exchange. Commodity prices from B3 futures and CONAB (physical crop prices). Company data from Receita Federal via BrasilAPI. All sources are government or official exchange data.
Requests beyond your daily limit receive a 429 status code. The counter resets at midnight UTC. Enterprise plans have no limits.