UK FCA Financial Services Register for Cursor
io.github.robertalsop/fca-register
UK FCA Financial Services Register with cleaning - 19 tools for firm and individual data.
client:Cursor
transport:stdio
runtime:pypi
Install UK FCA Financial Services Register in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fca-register": {
"type": "stdio",
"command": "uvx",
"args": [
"bartram-companies-house"
],
"env": {
"FCA_API_EMAIL": "<FCA_API_EMAIL>",
"FCA_API_KEY": "<FCA_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs