General Tools
coverbureau.com
Extracts ACORD 25 certificates of insurance into structured data, verifies insurers by NAIC code or name, and validates certificates against requirement profiles with a signed verdict and risk score.
ENDPOINT 1
https://coverbureau.com/mcp
MCP server metadata
- Name
- coi-validator-core
- Version
- 0.1.0
Known tools 3
extract_coiRead an ACORD 25 Certificate of Insurance into structured data (spec §3.
Inferred read-onlycheck_carrierVerify an insurer by NAIC code or name: known, licensed, and adequately rated (spec §3.
Inferred read-onlyvalidate_coiExtract an ACORD 25 certificate AND judge it against a requirement profile (inline or profileId), returning a signed Verdict with per-check results, flags, and a risk score (spec §3.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.coi-validator-core]
url = "https://coverbureau.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"coi-validator-core": {
"type": "http",
"url": "https://coverbureau.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: coi-validator-core
Remote MCP URL: https://coverbureau.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"coi-validator-core": {
"url": "https://coverbureau.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"coi-validator-core": {
"type": "http",
"url": "https://coverbureau.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "coi-validator-core",
"transport": "streamable-http",
"url": "https://coverbureau.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.