{
  "$schema": "https://modelcontextprotocol.io/schemas/draft/server-card.json",
  "schemaVersion": "2026-03-01",
  "name": "mytinyrider",
  "title": "MyTinyRider — Kids Ride-On & Diecast MCP",
  "description": "Search MyTinyRider's expert database in natural language — spec-driven reviews, the proprietary PlayScore™ ranking system, head-to-head comparisons, community intel, and buying advice across 12V and 24V kids ride-on toys, toddler ride-ons, ride-on batteries, Hot Wheels and 1:64 diecast, and premium 1:24 / 1:18 diecast cars.",
  "version": "1.0.0",
  "serverInfo": { "name": "mytinyrider", "version": "1.0.0" },
  "websiteUrl": "https://mytinyrider.com",
  "documentationUrl": "https://mytinyrider.com/mcp",
  "repository": "https://github.com/automationsquadhq/mytinyrider-mcp",
  "publisher": { "name": "MyTinyRider", "url": "https://mytinyrider.com" },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://REPLACE-ME.search.ai.cloudflare.com/mcp",
      "_todo": "Placeholder — provision the MyTinyRider Cloudflare AI Search instance and replace with its live endpoint before publishing this server card."
    }
  ],
  "transport": {
    "type": "http",
    "url": "https://REPLACE-ME.search.ai.cloudflare.com/mcp",
    "_todo": "Placeholder — set to the live MyTinyRider MCP endpoint once the Cloudflare AI Search instance is provisioned."
  },
  "authentication": { "type": "none", "note": "Public, unauthenticated. Rate limited to 120 requests/60s." },
  "capabilities": {
    "tools": [
      {
        "name": "search",
        "description": "Search the MyTinyRider knowledge base (products, PlayScore™ 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 question about kids ride-on toys or diecast cars." } },
          "required": ["query"]
        }
      }
    ]
  }
}
