MCP server exposing the PolicyNumbers insurance verification API as AI tools
Project description
policynumbers-mcp
MCP server that exposes the PolicyNumbers insurance verification API as tools for Claude and other MCP-compatible AI agents.
Installation
pip install policynumbers-mcp
Tools
| Tool | Description |
|---|---|
verify_policy |
Synchronous policy verification (format + regulatory checks) |
verify_policy_with_document |
Async verification with document OCR analysis |
extract_document_fields |
Extract structured fields from an insurance document |
verify_batch |
Submit multiple policies in one request |
get_usage |
Check credit balance and plan limits |
Claude Desktop configuration
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"policynumbers": {
"command": "policynumbers-mcp",
"env": {
"POLICYNUMBERS_API_KEY": "your_api_key_here"
}
}
}
}
Get your API key at https://policynumbers.com/api
Environment variables
| Variable | Required | Default | Description |
|---|---|---|---|
POLICYNUMBERS_API_KEY |
Yes | — | Your PolicyNumbers API key |
POLICYNUMBERS_BASE_URL |
No | https://api.policynumbers.com |
Override for staging/dev |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file policynumbers_mcp-0.1.0.tar.gz.
File metadata
- Download URL: policynumbers_mcp-0.1.0.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1204608b95836e8b2f418a073ba150ced2da2dadb7616eb01a045a1501339477
|
|
| MD5 |
8b4787c6a4b90ea7b9ba3afceb84a5b7
|
|
| BLAKE2b-256 |
98e7a316923c7c7739febbbbc3091ecbe73618fd99a41a7a618b6dc0045ae87b
|
File details
Details for the file policynumbers_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: policynumbers_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e0997a2c1e6379acfe3401c3a8025b1a192c4d9090b57edc616b70a108b9faa
|
|
| MD5 |
a53372137cbe342afbbba3d8a835924c
|
|
| BLAKE2b-256 |
91b55d2b3fddbcab0db19cb93d0d8ed32053f90b63c989d69be2baf75e9f588e
|