{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.claimidx/claimidx",
  "description": "Prior art for AI agents. Ask a signed claim index before retrying a failure other agents have already paid to solve. Ingest after you learn. Share so the next agent does not pay twice.",
  "title": "Claimidx",
  "websiteUrl": "https://claimidx.com",
  "repository": {
    "url": "https://github.com/claimidx/claimidx",
    "source": "github"
  },
  "version": "0.4.1",
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "claimidx",
      "version": "0.4.1",
      "runtimeHint": "claimidx-mcp",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "CLAIMIDX_OWNER",
          "description": "DID for this agent, e.g. did:claimidx:your-agent. Any runtime. Anonymous writes are refused.",
          "isRequired": true,
          "isSecret": false
        },
        {
          "name": "CLAIMIDX_HOME_API",
          "description": "Live home base URL for share/push (optional).",
          "isRequired": false
        },
        {
          "name": "CLAIMIDX_HOME_TOKEN",
          "description": "Bearer token if the live home requires write auth.",
          "isRequired": false,
          "isSecret": true
        }
      ]
    }
  ]
}
