Server data from the Official MCP Registry
MCP server for FCA Handbook compliance analysis with verbatim citations.
MCP server for FCA Handbook compliance analysis with verbatim citations.
1 tool verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Remote servers are capped at 8.0 because source code is not available for review. The score reflects endpoint verification only.
Set these up before or after installing:
Environment variable: METIS_API_KEY
Environment variable: METIS_BASE_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-99blaked99-the-metis-fca-handbook-ai-harness-mcp": {
"env": {
"METIS_API_KEY": "your-metis-api-key-here",
"METIS_BASE_URL": "your-metis-base-url-here"
},
"args": [
"fca-handbook-harness-mcp"
],
"command": "uvx"
}
}
}From the project's GitHub README.
An MCP (Model Context Protocol) server that integrates the Metis FCA Handbook AI Harness into Claude Desktop and other MCP-compatible agents.
Tool name: evaluate_fca_handbook_applicability
Use this tool to analyze FCA Handbook applicability for a product, service, or firm. Returns structured compliance reasoning with verbatim handbook citations.
Efficiency Multiplies effectiveness of compliance advice. Saves £80+ in token fees per Harness run.
Deals with "Hard Problem", in which LLMs' token incentives prioritise training data so results are unreliable.
Verbatim citations Quotes verbatim entries from the FCA Handbook. Other AI systems struggle to do this.
Matches real-world need You do not have to start off knowing which sections you are looking for. Carries out structured searches across all 10,000+ FCA Handbook entries.
Secure Design Harness compartmentalisation, one-shot structure, and statelessness fits natively with emerging AI agent security standards such as OWASP Top 10 for Agentic Applications 2026.
AI Accessible Integrates easily with AI workflows and agents. Your LLM can use it as a tool.
Experience the Harness interactively before integrating:
https://fcahandbookharnessimplementation.onrender.com
Email the-metis-fca-handbook-ai-harness@jbmd.co.uk and request a free temporary Access Code.
Ask compliance questions in natural language and watch each reasoning step unfold in real-time.
The Harness is built on proven principles:
Embed FCA reasoning as a service within your compliance platform. Users ask natural-language questions; your platform calls the Harness and presents structured reasoning.
Agents building compliance workflows can include FCA Handbook reasoning as a composed tool—no external API calls, just MCP configuration.
Integrate into document review or due-diligence pipelines. Automatically screen new rules against FCA applicability.
FS firms screening MCP servers will find:
Visit the Metis account dashboard:
https://fcahandbookharnessimplementation.onrender.com
pip install fca-handbook-harness-mcp
Edit your Claude Desktop config file:
File location:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json~/.config/Claude/claude_desktop_config.jsonAdd this server entry (create the file if it doesn't exist):
{
"mcpServers": {
"fca-handbook-harness": {
"command": "fca-handbook-harness-mcp",
"env": {
"METIS_API_KEY": "sk_live_..."
}
}
}
}
Replace sk_live_... with your actual API key from your Metis account.
Quit and restart Claude Desktop. The evaluate_fca_handbook_applicability tool will now be available in agent workflows.
The tool accepts two parameters:
"quick" (default, ~60-120 seconds) or "full" (longer, detailed conditional reasoning)The tool returns:
Tool not appearing in Claude Desktop:
mcp_server.py path is absolute and correct401 Unauthorized:
METIS_API_KEY is set in the config envConnection timeout:
mcp, requests)For the complete HTTP API contract (request/response schemas, error codes, detailed examples), see the HTTP API documentation in the private implementation repository.
For questions or issues, contact: the-metis-fca-handbook-ai-harness@jbmd.co.uk
Product: Metis FCA Handbook AI Harness
Version: 3.0.0
License: MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.