Catalog
io.github.RobertAlsop/fca-register
OfficialUK FCA Financial Services Register
UK FCA Financial Services Register with cleaning - 19 tools for firm and individual data.
UK FCA Financial Services Register with 19 tools for firm and individual data lookup.
README not available yet.
Install
Configuration
Environment variables
FCA_API_EMAILrequiredFCA API email address for authentication.
FCA_API_KEYrequiredsecretFCA API key for authentication.
claude_desktop_config.json
{
"mcpServers": {
"fca-register": {
"command": "uvx",
"args": [
"bartram-companies-house"
],
"env": {
"FCA_API_EMAIL": "<YOUR_FCA_API_EMAIL>",
"FCA_API_KEY": "<YOUR_FCA_API_KEY>"
}
}
}
}