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 12 tools. Your assistant asks, Kyrodata answers with the measured figure and a link to the screen that reproduces it.
  • Start in 60 seconds
  • Authentication
  • Chat assistants
  • 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.

  • A chat assistant with no field for a key connects by authorization — see below.

Create a key

Connect from a chat assistant

Editors and automations use the key. Chat assistants have nowhere to paste one — they ask for your authorization instead, which is what the option below does.

  1. In the assistant, add a custom connector and give it the server address.

  2. It opens Kyrodata, you sign in to your account and see what it will be able to read.

  3. Authorize and the connection is ready. Declining ends it there.

Where to click, in each assistant

ChatGPT

Settings › Apps › Advanced › Developer mode. Turn the mode on, create a new app and give it the server address.

On the Pro, Plus, Business and Enterprise plans. There is no key field: it is authorization or nothing.

Claude

Settings › Connectors › Add custom connector. Give it a name and paste the server address.

The authorization opens right after, in your Kyrodata account.

Poke

The link below already carries the name and the server address.

The key does not travel in the URL: an address with a key goes to browser history and cache.

Open in Poke

The tools are read-only: nothing in your account is changed.

Each query consumes credits from your plan, like the Analyst does.

You can revoke the access at any time, without touching your keys.

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_fetchOpen one public trade document by idComexCredits0id*, 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, columnIds, limit, response_format
kyrodata_searchSearch the public trade catalogFreeFree0query*, 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.4