Metadata-Version: 2.4
Name: aidetectorpro-mcp
Version: 0.1.0
Summary: MCP server for AI Detector Pro — verify legal citations in Claude
Project-URL: Homepage, https://aidetectorpro.com/claude
Project-URL: Documentation, https://aidetectorpro.com/claude
Author-email: AI Detector Pro <support@aidetectorpro.com>
License-Expression: MIT
Keywords: ai-detector-pro,citations,claude,legal,mcp
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Legal Industry
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Office/Business
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27.0
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# aidetectorpro-mcp

MCP server for [AI Detector Pro](https://aidetectorpro.com) — verify legal citations directly in Claude Desktop.

## Setup

1. Get an API key at [aidetectorpro.com/claude](https://aidetectorpro.com/claude)
2. Add to your Claude Desktop config (`Settings > Developer > Edit Config`):

```json
{
  "mcpServers": {
    "adp": {
      "command": "uvx",
      "args": ["aidetectorpro-mcp"],
      "env": {
        "ADP_API_KEY": "your_key_here"
      }
    }
  }
}
```

3. Restart Claude Desktop

## Usage

Ask Claude to verify citations in any Florida legal document:

> "Verify the citations in this motion for summary judgment: [paste document]"

Claude will use the `deep_analysis` tool to check every case, statute, and rule citation.
