KyrodataKyrodata
PanelNewsPricing

Ready to get started?

Create an account in a minute, or talk to us to design a package that fits your company.

Contact sales

See what you'll pay

Flat subscription pricing, no hidden fees and no lock-in.

View pricing

See the panel working

Imports and exports on real data, with filters and charts, in two minutes.

Open the panel

Get started

  • Dashboard
  • Costs
  • Diagnostics
  • Pricing

Follow the market

  • News
  • Editorial
  • Exports
  • Imports
  • Markets

Let us help you

  • About
  • Support
  • Talk to sales
  • Developers
  • Status
KyrodataKyrodata
  • Terms
  • Privacy
  • Refund
© 2026 Kyrodata. All rights reserved.
Kyrodata · CNPJ 66.455.947/0001-03
Rua Professor Ciridião Buarque, 75 — Vila Anglo Brasileira, São Paulo/SP, CEP 05028-000 · [email protected]
  1. Home
  2. Developers

Kyrodata MCP

An MCP server with the Analyst's 11 tools, plus the balance one. Your assistant asks, Kyrodata answers with the measured number and a link to the screen that reproduces it.
  • Start in 60 seconds
  • Authentication
  • Connect
  • Tools
  • Troubleshooting

Start in 60 seconds

Create a key, point your client at the address below and ask. There is nothing to install and no package to download.

Server address
text
https://mcp.kyrodata.com/mcp
Claude Code
bash
claude mcp add --transport http kyrodata https://mcp.kyrodata.com/mcp --header "Authorization: Bearer $KYRODATA_API_KEY"
Create a keyInstall in CursorInstall in VS Code

The install buttons carry no key: the client asks for the header on the first connection. The config with the key in it is built in your browser, in the create-key dialog.

Prompts that already work

  • How did Brazilian coffee exports do in the last closed quarter, against the same quarter a year earlier?

  • How does the corn supply and demand balance look, and what changed since last year?

  • Does last month's weather change the expected soybean production in the Center-West?

Authentication

One key per person and per tool. Disabling one leaves the others alone.

  • Keys are created under Account › API keys and shown once. Store one the way you store a password.

  • It travels in the Authorization: Bearer <key> header — never in the URL, which ends up in history and caches.

  • Valid for 30, 90 or 365 days, or with no expiry. You can disable a key immediately, or rotate it with a 7-day overlap.

  • A key never inherits admin rights: it is worth the account's plan, and nothing beyond it.

  • Every tool is read-only. None of them writes, deletes or buys anything.

  • OAuth sign-in does not exist yet — for now access is by key.

Create a key

Connect

One tab per client. The snippet is the same everywhere — what changes is where it lives.

Claude Code

  1. Run the command in your terminal, inside the project folder (or with --scope user, to have it everywhere).

  2. Open Claude Code and check with /mcp: kyrodata shows up as connected.

Claude Code
bash
claude mcp add --transport http kyrodata https://mcp.kyrodata.com/mcp --header "Authorization: Bearer $KYRODATA_API_KEY"

Replace $KYRODATA_API_KEY with your key, or export the environment variable in your shell.

Tools

The 12 tools come from the same catalog the server publishes — name, parameters, cost and row cap are exactly what your assistant receives.

Names, titles and descriptions are in English because that is how the model reads them. Answers come back in Portuguese.

kyrodata_compare_periodsBuild a like-for-like comparison windowFreeFree0mode*, response_format
kyrodata_explain_pyramid_levelExplain one level of the forecast pyramidLevelAdditional plan200hub*, horizon*, levelKey, response_format
kyrodata_get_balanceCredit balance and limits for this keyFreeFree0response_format
kyrodata_get_climate_readingClimate reading and physical crop lossLevelCredits200hub*, scope, response_format
kyrodata_get_data_coverageData coverage and latest closed monthFreeFree0response_format
kyrodata_get_heading_overviewOverview of an HS heading (SH4)ComexCredits200sh4*, flow*, year, months, response_format
kyrodata_get_supply_demand_balanceSupply and demand balance sheetLevelCredits200hub*, closedOnly, response_format
kyrodata_hub_summaryCommodity hub summary and forecast verdictLevelAdditional plan200hub*, horizon, response_format
kyrodata_list_trade_partnersTop partner countries with growthComexCredits200flow*, codes, from, to, limit, withGrowth, response_format
kyrodata_resolve_entityResolve country, HS code or commodityFreeFree0q*, kinds, response_format
kyrodata_run_reportRun one of the catalog reportsComexCredits50reportId*, params, limit, response_format
kyrodata_trade_compareCompare exports/imports between equal windowsComexCredits200flow*, mode*, codes, countryIds, response_format

The two price-forecast tools are part of an additional plan. Trade, climate and supply-and-demand tools are not.

Talk to the sales team

Troubleshooting

v1.0.1