MCP files for the Metis FCA Handbook AI Harness. Evaluate applicability of FCA Handbook entries to any specified situation. Integrate with your AI Agents using MCP.
claude mcp add the-metis-fca-handbook-ai-harness-mcp-files -- python -m fca-handbook-harness-mcp{
"mcpServers": {
"the-metis-fca-handbook-ai-harness-mcp-files": {
"command": "python",
"args": ["-m", "fca-handbook-harness-mcp"]
}
}
}Resumen de MCP Servers
# Metis FCA Handbook AI Harness — MCP Server
<!-- mcp-name: io.github.99blakeD99/the-metis-fca-handbook-ai-harness-mcp -->
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.
## Why choose The Metis FCA Handbook AI Harness?
- **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.
## Try the Harness Live
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.
## Design Principles
The Harness is built on proven principles:
- **Stateless** — Each request is independent; no session coupling
- **One-shot** — Complete analysis in a single call; no multi-turn state
- **Clear contract** — Explicit input/output schemas for easy integration
- **Hosted** — Single canonical source; no version drift or stale data
## Use Cases
### Compliance AI Platforms
Embed FCA reasoning as a service within your compliance platform. Users ask natural-language questions; your platform calls the Harness and presents structured reasoning.
### AI Agent Workflows
Agents building compliance workflows can include FCA Handbook reasoning as a composed tool—no external API calls, just MCP configuration.
### Compliance Review Automation
Integrate into document review or due-diligence pipelines. Automatically screen new rules against FCA applicability.
## For Regulatory Screening
FS firms screening MCP servers will find:
- **Simple model:** Stateless, no hidden state, no background jobs
- **Clear contract:** Explicit input schema, output schema, error modes
- **Transparent updates:** Version pinning; no automatic upgrades
- **Single point of failure:** If the Harness is down, it is obvious; no cascading config issues
- **Audit-friendly:** All calls logged centrally, not distributed
## Quick Start
### 1. Get an API Key
Visit the Metis account dashboard:
```
https://fcahandbookharnessimplementation.onrender.com
```
- Click **"Create Account"** (modal on the homepage)
- Complete Stripe payment flow (accounts are paid)
- Navigate to **API Keys** and generate a new key
- Save it securely
### 2. Install the MCP Server
```bash
pip install fca-handbook-harness-mcp
```
### 3. Configure Claude Desktop
Edit your Claude Desktop config file:
**File location:**
- **macOS:** `~/Library/Application Support/Claude/claude_desktop_config.json`
- **Windows:** `%APPDATA%\Claude\claude_desktop_config.json`
- **Linux:** `~/.config/Claude/claude_desktop_config.json`
Add this server entry (create the file if it doesn't exist):
```json
{
"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.
### 4. Restart Claude Desktop
Quit and restart Claude Desktop. The `evaluate_fca_handbook_applicability` tool will now be available in agent workflows.
## Using the Tool
The tool accepts two parameters:
- **user_input** (required, max 5000 characters): Everything together as one piece of text — firm type, products/services, target market, regulatory question, etc.
- **analysis_mode** (optional): `"quick"` (default, ~60-120 seconds) or `"full"` (longer, detailed conditional reasoning)
The tool returns:
- **summary**: 2-3 sentence overview of applicability
- **entry_analysis**: Retrieved FCA Handbook entries with reasoning
- **obligations**: High-confidence, conditional, and low-confidence obligations
- **gaps**: What the analysis couldn't determine from your input
- **refinement_suggestions**: Follow-up information that would improve accuracy
- **citations**: Verbatim quotes from FCA Handbook with binding levels (R=Rule, G=Guidance)
- **tokens**: Token count for cost/complexity tracking
## Troubleshooting
**Tool not appearing in Claude Desktop:**
- Verify the config file path (platform-specific, see above)
- Check that `mcp_server.py` path is absolute and correct
- Restart Claude Desktop (not just reload)
**401 Unauthorized:**
- Verify `METIS_API_KEY` is set in the config `env`
- Check the key is correct (copy from dashboard again)
- Ensure no extra spaces or newlines in the key
**Connection timeout:**
- The analysis can take 60-120 seconds (quick mode) or longer (full mode)
- Ensure you have internet access to fcahandbookharnessimplementation.onrender.com
## Files
- **mcp_server.py** — MCP server implementation (main entry point)
- **tool.json** — Tool schema definition for LLMs and registries
- **server.json** — MCP registry manifest (registry.modelcontextprotocol.io format)
- **requirements.txt** — Python dependencies (`mcp`, `requests`)
- **__init__.py** — Python package marker
- **README.md** — This file
- **LICENSE** — MIT License
- **.gitignore** — Git ignore rules
## Full API Documentation
For the complete HTTP API contract (request/response schemas, error codes, detailed examples), see the [HTTP API documentation](https://github.com/99blakeD99/FCAHandbookHarnessImplementation/tree/main/http_api#http-api-schema-for-fca-handbook-harness) in the private implementation repository.
## Support
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
Lo que la gente pregunta sobre the-metis-fca-handbook-ai-harness-mcp-files
¿Qué es 99blakeD99/the-metis-fca-handbook-ai-harness-mcp-files?
+
99blakeD99/the-metis-fca-handbook-ai-harness-mcp-files es mcp servers para el ecosistema de Claude AI. MCP files for the Metis FCA Handbook AI Harness. Evaluate applicability of FCA Handbook entries to any specified situation. Integrate with your AI Agents using MCP. Tiene 0 estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala the-metis-fca-handbook-ai-harness-mcp-files?
+
Puedes instalar the-metis-fca-handbook-ai-harness-mcp-files clonando el repositorio (https://github.com/99blakeD99/the-metis-fca-handbook-ai-harness-mcp-files) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar 99blakeD99/the-metis-fca-handbook-ai-harness-mcp-files?
+
99blakeD99/the-metis-fca-handbook-ai-harness-mcp-files aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.
¿Quién mantiene 99blakeD99/the-metis-fca-handbook-ai-harness-mcp-files?
+
99blakeD99/the-metis-fca-handbook-ai-harness-mcp-files es mantenido por 99blakeD99. La última actividad registrada en GitHub es de today, con 0 issues abiertos.
¿Hay alternativas a the-metis-fca-handbook-ai-harness-mcp-files?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega the-metis-fca-handbook-ai-harness-mcp-files en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/99blaked99-the-metis-fca-handbook-ai-harness-mcp-files)<a href="https://claudewave.com/repo/99blaked99-the-metis-fca-handbook-ai-harness-mcp-files"><img src="https://claudewave.com/api/badge/99blaked99-the-metis-fca-handbook-ai-harness-mcp-files" alt="Featured on ClaudeWave: 99blakeD99/the-metis-fca-handbook-ai-harness-mcp-files" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!