UK FCA Financial Services Register for Grok
io.github.robertalsop/fca-register
UK FCA Financial Services Register with cleaning - 19 tools for firm and individual data.
client:Grok
transport:stdio
runtime:pypi
Install UK FCA Financial Services Register in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"fca-register": {
"type": "stdio",
"command": "uvx",
"args": [
"bartram-companies-house"
],
"env": {
"FCA_API_EMAIL": "<FCA_API_EMAIL>",
"FCA_API_KEY": "<FCA_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs