npm @klarefi/mcpstreamable-httpISCupdated 29d ago
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.
O que dá para fazer com Klarefi?
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
Instalação
Adicione Klarefi ao seu cliente. Escolha o que você usa.
{
"servers": {
"mcp": {
"type": "http",
"url": "https://www.klarefi.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add mcp -- npx -y @klarefi/mcpcodex mcp add mcp -- npx -y @klarefi/mcpamp mcp add mcp -- npx -y @klarefi/mcp{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@klarefi/mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@klarefi/mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@klarefi/mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@klarefi/mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@klarefi/mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@klarefi/mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@klarefi/mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @klarefi/mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Pontuação
39 / 100
Incompleta
- Documentação19/25
- Manutenção19/25
- Confiança16/20
- Capacidade0/15
- Instalação15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 22 days ago
- Has a release history
- Repository is not archived
- Licensed ISC
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 0.3.0Mais recente | 10 de ago. de 2026 |