MCP Server
MCP
io.github.p-meier/northdata-mcp
NorthData API for German company, owner, and financial data — with a built-in credit guard.
Install
uvx northdata-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "northdata-mcp",
"version": "0.1.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your NorthData API key. Obtain one at https://www.northdata.com",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "NORTHDATA_API_KEY"
},
{
"description": "Power-search 'limit' above this requires approve_high_cost=true. Default: 25.",
"format": "number",
"name": "NORTHDATA_APPROVAL_THRESHOLD"
},
{
"description": "Hard ceiling for power-search 'limit'. Default: 100. Flag-immune.",
"format": "number",
"name": "NORTHDATA_ABSOLUTE_MAX"
},
{
"description": "Path to the local credit log file. Default: ~/.northdata/credits.jsonl",
"format": "string",
"name": "NORTHDATA_CREDIT_LOG"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment