getregdata for Cursor
io.github.nolpak14/getregdata
Business-registry data for agents: one-call Poland KYB verdict, UBO, insolvency, adverse media
client:Cursor
transport:stdio
runtime:npm
Install getregdata in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"getregdata": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"getregdata-mcp"
],
"env": {
"APIFY_TOKEN": "<APIFY_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs