{
  "schema_version": "1.0",
  "name": "The Pitz Studio",
  "description": "Digital tools consulting for small businesses. Provides an AI example generation API and educational content on Claude AI, prompt engineering, and Cursor IDE.",
  "url": "https://about.thepitz.studio",
  "provider": {
    "name": "The Pitz Studio",
    "url": "https://about.thepitz.studio",
    "contact_email": "noam@thepitz.studio"
  },
  "tools": [
    {
      "name": "list-services",
      "description": "List all services offered by The Pitz Studio."
    },
    {
      "name": "get-contact-info",
      "description": "Get contact information for The Pitz Studio."
    },
    {
      "name": "generate-example",
      "description": "Generate a real-world example for a digital tool concept. Rate limited to 5 requests/day per IP.",
      "parameters": {
        "type": "object",
        "properties": {
          "title": {
            "type": "string",
            "description": "Short title for the digital tool concept (e.g. 'AI Chatbot')."
          },
          "definition": {
            "type": "string",
            "maxLength": 3000,
            "description": "The concept or definition to generate an example for."
          }
        },
        "required": ["title", "definition"]
      }
    }
  ],
  "transport": {
    "type": "streamable-http",
    "url": "https://about.thepitz.studio/api/mcp"
  },
  "resources": {
    "openapi": "https://about.thepitz.studio/openapi.json",
    "llms_txt": "https://about.thepitz.studio/llms.txt",
    "ai_plugin": "https://about.thepitz.studio/.well-known/ai-plugin.json"
  }
}
