{
  "specVersion": "1.0",
  "host": {
    "identifier": "x402git.com",
    "displayName": "X402 Git",
    "description": "Paid access to private git repositories over x402/USDC, for humans and agents. The manifest of every listing is public; the contents are private until paid for. Creators are paid 90% at their own wallet.",
    "url": "https://x402git.com"
  },
  "entries": [
    {
      "identifier": "urn:air:x402git.com:mcp:git-x402",
      "displayName": "X402 Git MCP server",
      "description": "Streamable HTTP MCP server with six buy-side tools: search live repos and agent skills by what they do, learn how to buy with or without a wallet, read a listing's manifest, check the latest version and this wallet's price, buy over x402, and re-fetch a version already owned.",
      "type": "application/mcp-server-card+json",
      "url": "https://x402git.com/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "find an agent skill that does a specific job",
        "buy a private git repo with USDC",
        "pay for an agent skill over x402",
        "check whether there is a new release of a skill I bought",
        "download a repository I already paid for"
      ]
    },
    {
      "identifier": "urn:air:x402git.com:api:openapi",
      "displayName": "X402 Git HTTP API",
      "description": "OpenAPI 3.1 description of every route: manifests, versions and prices, the x402 paid resource, entitlements, and the full headless creator rail.",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://x402git.com/api/openapi.json",
      "representativeQueries": [
        "what endpoints does x402git expose",
        "how do I read a listing manifest without paying",
        "API to sell a git repository for USDC",
        "how much does this listing cost my wallet"
      ]
    },
    {
      "identifier": "urn:air:x402git.com:api:catalog",
      "displayName": "API catalog",
      "description": "RFC 9727 linkset naming the OpenAPI description, the human route list, the terms of service and the status endpoint.",
      "type": "application/linkset+json",
      "url": "https://x402git.com/.well-known/api-catalog",
      "representativeQueries": [
        "where is the API documentation for x402git",
        "find the OpenAPI spec for this site"
      ]
    },
    {
      "identifier": "urn:air:x402git.com:skills:index",
      "displayName": "Agent skills index",
      "description": "Agent Skills Discovery 0.2.0 index of the skills published by this host, each with a sha256 digest.",
      "type": "application/json",
      "url": "https://x402git.com/.well-known/agent-skills/index.json",
      "representativeQueries": [
        "what agent skills does this site publish",
        "install the x402git skill"
      ]
    },
    {
      "identifier": "urn:air:x402git.com:skills:buy-a-repo",
      "displayName": "Skill: buy a private repo",
      "description": "Buy paid access to a private git repository with USDC on Base over HTTP 402: read the free manifest, pay the 402, pull the artifact, and re-fetch or update what you own.",
      "type": "text/markdown",
      "url": "https://x402git.com/.well-known/agent-skills/buy-a-repo/SKILL.md",
      "representativeQueries": [
        "how do I pay a 402 and pull the repository",
        "buy an agent skill with my own wallet",
        "read a listing manifest before paying"
      ]
    },
    {
      "identifier": "urn:air:x402git.com:skills:sell-a-repo",
      "displayName": "Skill: sell a private repo",
      "description": "Publish a private git repository for sale and get paid in USDC on Base, entirely headless: register, get a private git remote, push, price, publish, and be swept to your own wallet.",
      "type": "text/markdown",
      "url": "https://x402git.com/.well-known/agent-skills/sell-a-repo/SKILL.md",
      "representativeQueries": [
        "sell my code without a GitHub or Stripe account",
        "get paid in USDC for a private repository",
        "publish a listing headlessly and set a price"
      ]
    },
    {
      "identifier": "urn:air:x402git.com:listings:sitemap",
      "displayName": "Listing directory",
      "description": "Every live listing on the platform, as a sitemap. Each URL server-renders a complete public manifest.",
      "type": "application/xml",
      "url": "https://x402git.com/sitemap.xml",
      "representativeQueries": [
        "what is for sale on x402git",
        "list every skill available to buy here"
      ]
    }
  ]
}
