{
  "name": "tokrepo",
  "description": "Agent-native MCP server for discovering, planning, installing, and publishing reusable AI assets.",
  "server_manifest": "https://tokrepo.com/.well-known/mcp/server.json",
  "ecosystem_distribution": "https://tokrepo.com/agent-ecosystem.json",
  "task_economy_contract": "https://tokrepo.com/agent-task-economy.json",
  "distribution_matrix": "https://tokrepo.com/agent-distribution-matrix.json",
  "project_lock_schema": "https://tokrepo.com/schemas/tokrepo-lock.schema.json",
  "project_state_schema": "https://tokrepo.com/schemas/tokrepo-project-state.schema.json",
  "evidence_bundle_schema": "https://tokrepo.com/schemas/agent-evidence-bundle.schema.json",
  "handoff_package_schema": "https://tokrepo.com/schemas/handoff-package.schema.json",
  "hosted_endpoint": {
    "url": "https://tokrepo.com/mcp",
    "transport": "streamable_http_json_rpc",
    "read_only_tools": [
      "tokrepo_discover",
      "tokrepo_resolve_capability",
      "tokrepo_search",
      "tokrepo_detail",
      "tokrepo_verify",
      "tokrepo_install_plan",
      "tokrepo_harvest"
    ]
  },
  "install": {
    "command": "npx",
    "args": [
      "-y",
      "tokrepo-mcp-server"
    ]
  },
  "tools": [
    "tokrepo_discover",
    "tokrepo_resolve_capability",
    "tokrepo_search",
    "tokrepo_detail",
    "tokrepo_install_plan",
    "tokrepo_verify",
    "tokrepo_codex_install",
    "tokrepo_installed",
    "tokrepo_update",
    "tokrepo_uninstall",
    "tokrepo_rollback",
    "tokrepo_handoff_plan",
    "tokrepo_harvest",
    "tokrepo_push"
  ],
  "agent_bootstrap": "npx -y tokrepo@latest init-agent --target all",
  "project_agent_memory": ".tokrepo/agent.json",
  "project_lifecycle_state": "TokRepo.lock and .tokrepo/state.json via tokrepo installed --project --json",
  "post_task_handoff": "tokrepo_handoff_plan or tokrepo agent-handoff --json with quality_gate",
  "eval_evidence": [
    "https://tokrepo.com/evals/agent-onboarding-compliance.json",
    "https://tokrepo.com/evals/trust-evidence-coverage.json",
    "https://tokrepo.com/evals/multi-agent-compatibility.json"
  ],
  "capability_resolution_schema": "https://tokrepo.com/schemas/capability-resolution.schema.json",
  "harvest_report_schema": "https://tokrepo.com/schemas/harvest-report.schema.json"
}
