Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

UK FCA Financial Services Register in other clients