{
  "$schema": "https://modelcontextprotocol.io/schemas/draft/server-card.json",
  "schemaVersion": "2026-03-01",
  "name": "archery-care",
  "title": "Archery Care — Expert Archery MCP",
  "description": "Search Archery Care's expert archery database in natural language — spec-driven reviews, the proprietary CareScore™ ranking system, head-to-head comparisons, community intel, and buying advice across compound bows, recurve bows, crossbows, arrows, broadheads, sights, rests, releases, stabilizers, and longbows.",
  "version": "1.0.0",
  "serverInfo": { "name": "archery-care", "version": "1.0.0" },
  "websiteUrl": "https://archerycare.com",
  "documentationUrl": "https://archerycare.com/mcp",
  "repository": "https://github.com/automationsquadhq/archery-care-mcp",
  "publisher": { "name": "Archery Care", "url": "https://archerycare.com" },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://ae7d2747-0916-4547-b662-75465579fd32.search.ai.cloudflare.com/mcp"
    }
  ],
  "transport": {
    "type": "http",
    "url": "https://ae7d2747-0916-4547-b662-75465579fd32.search.ai.cloudflare.com/mcp"
  },
  "authentication": { "type": "none", "note": "Public, unauthenticated. Rate limited to 120 requests/60s." },
  "capabilities": {
    "tools": [
      {
        "name": "search",
        "description": "Search the Archery Care knowledge base (products, CareScore™ rankings, head-to-head comparisons, how-to guides, and community Q&A) and return the most relevant content with source URLs.",
        "inputSchema": {
          "type": "object",
          "properties": { "query": { "type": "string", "description": "Natural-language archery question." } },
          "required": ["query"]
        }
      }
    ]
  }
}
