{
  "specVersion": "1.0",
  "host": {
    "displayName": "gotcontext.ai",
    "identifier": "gotcontext.ai"
  },
  "entries": [
    {
      "identifier": "urn:ai:gotcontext.ai:server:mcp-gateway",
      "displayName": "gotcontext.ai MCP Gateway",
      "type": "application/mcp-server+json",
      "url": "https://api.gotcontext.ai/mcp",
      "capabilities": [
        "ingest_context",
        "read_skeleton",
        "search_semantic",
        "filter_cli_output",
        "compress_codebase",
        "gc_blast_radius",
        "gc_lookup",
        "gc_kb_query"
      ],
      "description": "Semantic-compression MCP gateway — cuts LLM token usage via graph-based PageRank compression, AST-aware code skeletons, compressed-retrieval knowledge base, and CLI-output filtering. Streamable HTTP; authenticate with Authorization: Bearer gc_<key>. Append ?profile=core for a ~7-tool lightweight surface.",
      "representativeQueries": [
        "compress this document to fit my LLM context window",
        "reduce prompt token cost before calling Claude or GPT",
        "compress a large codebase into a structural skeleton",
        "filter verbose CLI or test output down to the signal"
      ]
    },
    {
      "identifier": "urn:ai:gotcontext.ai:agent:a2a-card",
      "displayName": "gotcontext.ai Agent (A2A)",
      "type": "application/a2a-agent-card+json",
      "url": "https://api.gotcontext.ai/.well-known/agent.json",
      "description": "Linux Foundation Agent2Agent (A2A) v1.0 Agent Card exposing the gotcontext.ai compression + knowledge tool catalogue for agent-to-agent discovery (each skill tagged plan:free or plan:pro).",
      "representativeQueries": [
        "find an agent that compresses context to save tokens",
        "discover a token-reduction service over A2A"
      ]
    },
    {
      "identifier": "urn:ai:gotcontext.ai:api:rest",
      "displayName": "gotcontext.ai REST API",
      "type": "application/openapi+json",
      "url": "https://api.gotcontext.ai/api/openapi.json",
      "description": "OpenAPI 3 schema for the gotcontext.ai compression REST API (/v1/compress, /v1/compress-code, usage, billing). Same auth as MCP: Authorization: Bearer gc_<key>.",
      "representativeQueries": [
        "call a REST API to compress text and code",
        "get the OpenAPI schema for an LLM token-compression service"
      ]
    }
  ]
}
