{
  "domain": "sitedex.dev",
  "records": [
    {
      "type": "mcp",
      "id": "sitedex-mcp",
      "name": "Sitedex",
      "description": "The live web index for AI agents. Search every indexed site, read whole pages as markdown, and pull the audit. No sign-in for the public tools.",
      "endpoint": "https://mcp.sitedex.dev/mcp",
      "transport": "http",
      "install": {
        "claude_code": "claude mcp add sitedex --transport http https://mcp.sitedex.dev/mcp",
        "cursor": "{ \"sitedex\": { \"type\": \"http\", \"url\": \"https://mcp.sitedex.dev/mcp\" } }"
      },
      "tools": [
        {
          "name": "sitedex_search",
          "description": "Search every indexed website. Returns markdown passages with the source URL, heading path, and relevance score. Pass a site to scope to one domain."
        },
        {
          "name": "sitedex_list_sites",
          "description": "Every indexed website with name, category, page count, and AI Visibility Score."
        },
        {
          "name": "sitedex_get_site",
          "description": "Site profile and headline score for one domain."
        },
        {
          "name": "sitedex_list_pages",
          "description": "Paths Sitedex has indexed on a domain — title and URL — so an agent can browse before searching."
        },
        {
          "name": "sitedex_get_page",
          "description": "The full markdown of one page."
        },
        {
          "name": "sitedex_get_visibility_score",
          "description": "The full audit: which buyer questions the site answers, which it misses, what to fix, and the technical signals that decide whether AI agents can read the site at all."
        },
        {
          "name": "sitedex_index_url",
          "description": "Submit a domain Sitedex doesn't have yet. First-time indexing is free; already-indexed domains return a pointer to the existing report."
        }
      ],
      "local_mcp": {
        "package": "@sitedex/cli",
        "command": "npx -y @sitedex/cli mcp",
        "description": "Local MCP server. Same tools as the hosted endpoint, plus audit and account tools once signed in: run audits, view history, check your wallet, and sign in or out from inside the agent. Audits cost 1 credit. Anyone can index a new site for free, no account needed. New accounts get 1 free credit.",
        "auth": "Sign in with `sitedex login` (browser) or set `SITEDEX_API_KEY=sdx_…`. Manage keys at https://app.sitedex.dev/settings/api-keys."
      }
    },
    {
      "type": "skill",
      "id": "sitedex-skill",
      "name": "Sitedex",
      "description": "Guide for AI agents on when and how to use Sitedex's tools — when to reach for it, how to cite results, and how to connect from any MCP client.",
      "index": "https://sitedex.dev/.agents/skills/index.json"
    }
  ],
  "links": {
    "site": "https://sitedex.dev",
    "app": "https://app.sitedex.dev",
    "api": "https://api.sitedex.dev",
    "mcp": "https://mcp.sitedex.dev/mcp",
    "skill": "https://sitedex.dev/.agents/skills/sitedex/SKILL.md"
  }
}
