LIVE ENDPOINT
https://chrp.ai/mcp
Connect to this endpoint to inspect the live schema for get_claim_boundaries and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.chrp-epi-authority]
url = "https://chrp.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"chrp-epi-authority": {
"type": "http",
"url": "https://chrp.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: chrp-epi-authority
Remote MCP URL: https://chrp.ai/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": {
"chrp-epi-authority": {
"url": "https://chrp.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"chrp-epi-authority": {
"type": "http",
"url": "https://chrp.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "chrp-epi-authority",
"transport": "streamable-http",
"url": "https://chrp.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_epi_definition— Get CHRP’s canonical public Emotional Performance Intelligence definition.get_epi_score_definition— Get the public EPI Score definition and its canonical source.get_states— Get published public state names and descriptions from CHRP’s canonical data page.get_science— Get the approved public science summary and source.get_chrp_use_cases— Get public CHRP use-case pages.get_canonical_sources— Get the canonical URLs in CHRP’s public authority graph and reference documents.get_mychrp_download_link— Get the approved MyCHRP / EPI Score conversion link.