Klarefi
Complete regulated intake work and retrieve cited case files without deciding the case.
Links
README
From the repo.
Klarefi MCP
Klarefi completes regulated intake work before a person reviews the case. The MCP server can guide applicants, read cited case files, manage workflow drafts, and run approved connector actions. It does not decide a case.
Hosted server
Use the hosted Streamable HTTP endpoint:
https://www.klarefi.com/mcp
Choose an MCP client and connect Klarefi
Customer tools require this header:
Authorization: Bearer KLAREFI_API_KEY
Applicant tools can use a signed intake URL without an API key.
Client packages
This repository includes ready-to-publish metadata for Codex, Claude, Cursor, and Antigravity. Each package connects to the same hosted server.
- Codex:
.codex-plugin/plugin.jsonand.mcp.json - Claude:
.claude-plugin/plugin.jsonandmcp.json - Cursor:
.cursor-plugin/plugin.jsonandmcp.json - Antigravity:
plugin.jsonandmcp_config.json - MCP Registry:
server.json
For a local stdio client, run bunx --bun @klarefi/mcp.
Links
Config for your environment
Use the endpoint URL below in your config. No API key — you connect directly.
Tool
OS
Config file: ~/.cursor/mcp.json
{
"mcpServers": {
"mcp-server": {
"url": "https://www.klarefi.com/mcp"
}
}
}Paste into mcpServers in the config file. Restart Cursor after saving.
If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.