northdata-mcp
About
NorthData API for German company, owner, and financial data — with a built-in credit guard.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
NORTHDATA_API_KEY NORTHDATA_APPROVAL_THRESHOLD NORTHDATA_ABSOLUTE_MAX NORTHDATA_CREDIT_LOGClaude Code
claude mcp add --env NORTHDATA_API_KEY= --env NORTHDATA_APPROVAL_THRESHOLD= --env NORTHDATA_ABSOLUTE_MAX= --env NORTHDATA_CREDIT_LOG= northdata-mcp -- uvx northdata-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"northdata-mcp","command":"uvx","args":["northdata-mcp"],"env":{"NORTHDATA_API_KEY":"","NORTHDATA_APPROVAL_THRESHOLD":"","NORTHDATA_ABSOLUTE_MAX":"","NORTHDATA_CREDIT_LOG":""}}'
JSON
{
"mcpServers": {
"northdata-mcp": {
"command": "uvx",
"args": [
"northdata-mcp"
],
"env": {
"NORTHDATA_API_KEY": "",
"NORTHDATA_APPROVAL_THRESHOLD": "",
"NORTHDATA_ABSOLUTE_MAX": "",
"NORTHDATA_CREDIT_LOG": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.