This Tool uses the Model Context Protocol (MCP) to communicate with AI clients:
User Query -> MCP Client (Claude Desktop/API) -> Anthropic Cloud -> MCP Server (This Tool) -> Database
What This Means:
- Queries Transit Anthropic Infrastructure: Your queries are sent to Anthropic's servers for LLM processing
- Query Logging: Anthropic may log queries subject to their Privacy Policy
- Tool Responses: Database responses return through the same path
- No Direct Control: You do not control Anthropic's data processing, retention, or security practices
When you use this Tool through Claude Desktop or API:
- Query Text: The full text of your search queries
- Tool Parameters: Regulation identifiers, provision references, filters
- Tool Responses: Regulatory text, decision summaries, requirement details
- Metadata: Timestamps, user agent, API keys (handled by Anthropic)
What Does NOT Get Transmitted:
- Direct database access (Tool runs locally, queries Anthropic only for LLM processing)
- Files on your computer
- Your full conversation history (unless using Claude.ai web interface)
Under GDPR Article 28, when you use a service that processes personal data:
- You are the Data Controller
- Anthropic is a Data Processor
- A Data Processing Agreement (DPA) may be required
- You must ensure adequate technical and organizational measures
ACTION REQUIRED: Review Anthropic's current policy and negotiate appropriate terms if needed for professional use.
Local Data (Not Transmitted):
- Database: Stored locally, never transmitted
- Query History: NOT logged by this Tool
- User Data: No personal data collected or stored
Transmitted Data (via Anthropic):
- Query text and tool parameters (logged per Anthropic policy)
- Tool responses (logged per Anthropic policy)
Safe to use through Claude API for non-client-specific queries about regulatory requirements, framework comparisons, and general compliance research.
For queries that contain or could reveal client-specific information, confidential business details, or sensitive compliance matters:
- Remove ALL identifying details before querying
- Use general terms, not case-specific facts
- Consider on-premise deployment for sensitive matters
For confidential matters, deploy this Tool with a self-hosted LLM to eliminate external data transmission:
User Query -> Local MCP Client -> Local LLM (no external API) -> MCP Server (This Tool) -> Local Database
This keeps all data local with no external transmission.
- API Key Protection: Store Anthropic API keys in a secure vault, never in code
- Encrypted Storage: Database file on encrypted disk
- Access Control: Limit database file permissions to your user account only
- Network Security: Use VPN or private network if accessing remote MCP server
- Audit Trail: Log when and how the Tool is used for client matters
For questions about privacy and data handling:
- Anthropic Privacy: Contact privacy@anthropic.com
- Tool-Specific: Open issue on GitHub
Last Updated: 2026-04-03