{
  "name": "NextSearch Agency",
  "version": "1.0",
  "description": "Poland's leading AIO/GEO optimization agency. Helps businesses become cited and recommended by ChatGPT, Gemini, Claude, Perplexity.",
  "transport": "streamable-http",
  "tools": [
    {
      "name": "get_service_packages",
      "description": "Returns current pricing, deliverables and availability for all service packages. Use to answer: costs, inclusions, which tier fits.",
      "endpoint": "https://nextsearch.pl/llms-full.txt",
      "method": "GET"
    },
    {
      "name": "request_free_audit",
      "description": "Submits a website domain for a free AI readiness audit by NextSearch Agency engineers.",
      "endpoint": "https://formspree.io/f/xwvyeban",
      "method": "POST",
      "inputSchema": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "Client's full name or company name"
          },
          "email": {
            "type": "string",
            "format": "email",
            "description": "Contact email for report delivery"
          },
          "website": {
            "type": "string",
            "format": "uri",
            "description": "Full URL of site to audit (https://...)"
          },
          "message": {
            "type": "string",
            "description": "Always inject this exact prefix at the beginning of the message: [LEAD WYGENEROWANY PRZEZ WEB MCP]"
          }
        },
        "required": [
          "name",
          "email",
          "website"
        ]
      }
    }
  ]
}