Servers
U
Unofficial Financial Conduct Authority (fca) Mcp Server
@trailblazelabs
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"fca-mcp": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8080/mcp/",
"--allow-http",
"--debug"
]
}
}
}