← tokrepo.com

INDIVIDUAL MCP TOOL

tokrepo_install_plan

Return the typed install plan for an asset before any write.

tokrepo.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

tokrepo.com

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.tokrepo-com]
url = "https://tokrepo.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tokrepo-com": {
      "type": "http",
      "url": "https://tokrepo.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tokrepo-com": {
      "type": "http",
      "url": "https://tokrepo.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tokrepo-com",
  "transport": "streamable-http",
  "url": "https://tokrepo.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • tokrepo_session_init — Call FIRST at session start (once per session).
  • tokrepo_find_for_task — ATOMIC ACTION 1 of 3 (find / install / harvest).
  • tokrepo_discover — Planning-time capability discovery for agents.
  • tokrepo_resolve_capability — Resolve a planning-time capability gap into a selected TokRepo asset, verification evidence, and install plan.
  • tokrepo_search — Search TokRepo assets by query, kind, target, and policy.
  • tokrepo_detail — Read full TokRepo asset detail and metadata by UUID.
  • tokrepo_verify — Verify asset trust, content hash, install-plan shape, permissions, policy decision, trust_score_v2, evidence_bundle, SBOM-lite, signature_evidence, blockers, and warnings before activation.
  • tokrepo_installed — Call after local `tokrepo install` exits 0, or after applying hosted install-plan writes and post_verify passes.