← databakkes.be

INDIVIDUAL MCP TOOL

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.

databakkes.benone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.databakkes.be/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_annual_accounts 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

databakkes.be

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.

Related tools

  • 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).
  • 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).
  • 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.
  • 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.
  • 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.
  • search_activities — Resolve an activity described in words (Dutch, French or English terms; e.g.
  • 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.
  • 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.