← Registry

Developer Tools

cantara.no

Provides tools for planning, loading, validating, tracing, and replaying knowledge base operations, useful for developers managing deterministic knowledge retrieval.

1 endpoint5 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://mcp.cantara.no/mcp

No auth detected

MCP server metadata

Name
kcp-agent
Version
0.13.0
Capabilities
tools

Known tools 5

kcp_plan

Produce a deterministic, inspectable load plan for a task against a KCP knowledge.

Inferred read-only
kcp_load

Plan (as kcp_plan) and then return the CONTENT of the load-eligible units, so the calling agent can answer the task from exactly the knowledge a deterministic planner selected.

Inferred read-only
kcp_validate

Validate (lint) a knowledge.

Inferred read-only
kcp_trace

Produce a decision trace for a task: every unit in the manifest annotated with the gate cascade it was evaluated through (audience, temporal, relevance, budget, context, etc.

Inferred read-only
kcp_replay

Cross-examine a saved plan artifact (the JSON returned by kcp_plan): re-fetch each manifest, compare its sha256 to the pinned one, re-run the pure planner from the echoed inputs, and report identical or drifted per manifest — with the fields that moved.

Inferred read-only

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.kcp-agent]
url = "https://mcp.cantara.no/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "kcp-agent": {
      "type": "http",
      "url": "https://mcp.cantara.no/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: kcp-agent
Remote MCP URL: https://mcp.cantara.no/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": {
    "kcp-agent": {
      "url": "https://mcp.cantara.no/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "kcp-agent": {
      "type": "http",
      "url": "https://mcp.cantara.no/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "kcp-agent",
  "transport": "streamable-http",
  "url": "https://mcp.cantara.no/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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.