KontragentPro for Cursor
io.github.kontragentpro/kontragentpro-mcp
Russian company data by INN: registry, financials, bankruptcy, inspections, sanctions
client:Cursor
transport:stdio
runtime:pypi
Install KontragentPro in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"kontragentpro-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"kontragentpro-mcp"
],
"env": {
"KONTRAGENTPRO_API_KEY": "<KONTRAGENTPRO_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs