companieswise for Cursor
io.github.qinisolabs/companieswise
Verified UK company lookup & validation for AI agents — Companies House data, snapshot or live.
client:Cursor
transport:stdio
runtime:npm
Install companieswise in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"companieswise": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"companieswise"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs