← Registry

Databases

databakkes.be

Provides tools to search and retrieve Belgian company register data, including company details, annual accounts, and financial time series.

1 endpoint9 known toolsFirst detected September 19, 2026Last detected September 19, 2026

ENDPOINT 1

https://mcp.databakkes.be/mcp

No auth detected

MCP server metadata

Name
databakkes
Version
0.2.0
Capabilities
loggingtools.listChanged
Server instructions

Databakkes serves authoritative, structured data on Belgian companies straight from the official sources: the KBO/CBE company register (identity, legal form, status, address, NACE activities, establishments, Peppol) and the NBB Balanscentrale (filed annual accounts: revenue, gross margin, profit, equity, cash, debt, employees, directors, shareholders). How to use it: - get_company takes an enterprise number or a company name. With a name it returns the card when the match is unambiguous, otherwise a short list of candidates: pick one and call again with its enterprise_number. - get_financials takes one or several enterprise numbers (up to five), so a comparison is one call. - For lists ("construction companies in Antwerp with more than 5 million revenue") use find_companies; it filters the register exactly and returns an exact total. Use search_activities first when you need the right NACE code. - search_companies is the fuzzy search for when you want several matches or are unsure of the name. - get_annual_accounts and get_staatsblad_publications list the source documents; every pdf_url they return is served by this host. - get_account tells you the caller's plan and remaining Pro calls. Call it when the user asks about their plan, credits, limits or key; never guess these. - send_feedback: when the user says something is missing, wrong, or these tools cannot answer what they need, call it with their words, the tool involved and the enterprise number if any. It reaches the Databakkes team directly; tell the user you passed it on. What is free and what costs a Pro call. Two rules cover everything: 1. Free, for everyone, no key, unlimited: what the public company page on databakkes.be shows. That is get_company, search_companies, search_activities, get_annual_accounts, get_staatsblad_publications, get_account, send_feedback, find_companies with register filters only (activity, place, founding years, active) up to 10 rows, and get_financials in its free shape: per fiscal year the revenue or gross margin, profit after tax, total debt and FTE, up to five years. 2. A Pro call is any request for more than that: get_financials with a key (the full figures per year: equity, total assets, cash, receivables, fixed assets, the debt split, wage cost, investments, dividend, taxes, reserves, plus solvency, net margin and growth, and up to 15 years), find_companies with financial filters (min_revenue, min_employees, min_equity and their max variants), sorting by size, or more than 10 rows, and every PDF download. Pro calls need an API key sent as "Authorization: Bearer dbk_...". Plans: free key 25 Pro calls a month, pro 1,000, business 10,000, unlimited for beta testers. Each Pro call spends exactly one, whatever it returns. A Pro request without a key or without remaining calls never fails: it returns the free shape plus an "access" line saying what was withheld (access.restricted) and where to get a key or a bigger plan (access.upgrade_url). Tell the user that in one sentence and give them the link. When access.restricted is absent, nothing was withheld. Anonymous callers see plan "anonymous". Conventions: - Enterprise numbers are 10 digits, written 0203.430.576. The VAT number is BE + the same digits. Any spelling is accepted as input. - All amounts are EUR from the filed annual accounts, per fiscal year. Revenue (rubric 70) is only published by companies filing the full model; small companies file gross margin (rubric 9900) instead, so treat null revenue as "not published", not as zero. - Sole traders and very young companies have no annual accounts at all. - Cite the source.url (the databakkes.be company page) when you use these figures.

Known tools 9

find_companies

Exact, structured search of the Belgian company register: by activity (NACE code or a word like 'bakkerij' or 'software'), municipality or postcode, founding year range, active status, and size on the latest filed accounts (revenue, employees, equity).

Inferred read-only
get_account

The caller's plan and quota: which plan the API key is on, Pro calls used and remaining this month, when the month resets, and which key is in use (name and prefix).

Inferred read-only
get_annual_accounts

The list of documents one Belgian company deposited at the NBB Balanscentrale, newest first: reference, fiscal year, deposit date and type, filing model, language, and a PDF link.

Inferred read-only
get_company

The register card of one Belgian company: legal name and other names, status and juridical situation, legal form, founding date, registered office, NACE activities, contacts, establishments, Peppol registration, the latest filed key figures, and the names of directors, shareholders and participations from the latest annual account.

Inferred read-only
get_financials

Filed annual accounts as a per-year time series, newest first: revenue, gross margin, profit after tax, equity, total assets, cash, receivables, debt (total, bank, supplier, short-term), wage cost, investments, dividend, taxes, FTE, plus solvency, net margin and year-on-year growth.

Inferred read-only
get_staatsblad_publications

Publications of one Belgian company in the Belgisch Staatsblad (official gazette), newest first: founding deeds, capital increases and decreases, appointments and other filings.

Inferred read-only
search_activities

Resolve an activity described in words (Dutch, French or English terms; e.g.

Inferred read-only
search_companies

Fuzzy, typo-tolerant search of Belgian companies by name, part of a name, enterprise/VAT number, or name plus city, like the search box on databakkes.be.

Inferred read-only
send_feedback

Pass the user's feedback about these tools to the Databakkes team: data that is missing or looks wrong for a company, a question the tools could not answer, or a capability the user wished for.

Inferred read-only

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.databakkes]
url = "https://mcp.databakkes.be/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "databakkes": {
      "type": "http",
      "url": "https://mcp.databakkes.be/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: databakkes
Remote MCP URL: https://mcp.databakkes.be/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": {
    "databakkes": {
      "url": "https://mcp.databakkes.be/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "databakkes": {
      "type": "http",
      "url": "https://mcp.databakkes.be/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "databakkes",
  "transport": "streamable-http",
  "url": "https://mcp.databakkes.be/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.