{
  "schema_version": "2025-01",
  "publisher": {
    "name": "Help My Medical Practice",
    "url": "https://helpmymdpractice.com",
    "contact": "info@helpmymdpractice.com"
  },
  "updated_at": "2026-07-28",
  "skills": [
    {
      "id": "medical-marketing-qa",
      "name": "Medical marketing Q&A",
      "description": "Answer questions about medical marketing agencies, healthcare SEO, physician lead generation, and practice growth using brand-grounded content.",
      "categories": ["healthcare", "marketing", "seo"],
      "invoke": {
        "type": "mcp",
        "server": "https://helpmymdpractice.com/.well-known/mcp.json",
        "tool": "ai_search"
      },
      "fallback": {
        "type": "http",
        "method": "POST",
        "url": "https://psddzioyrvqdowednczw.supabase.co/functions/v1/ai-search",
        "content_type": "application/json"
      }
    },
    {
      "id": "book-diagnostic-call",
      "name": "Book a diagnostic call",
      "description": "Route a qualified visitor into the 15-minute practice diagnostic funnel and capture their contact info.",
      "categories": ["lead-generation", "booking"],
      "invoke": {
        "type": "mcp",
        "server": "https://helpmymdpractice.com/.well-known/mcp.json",
        "tool": "submit_contact"
      },
      "human_url": "https://helpmymdpractice.com/diagnostic-call",
      "phone": "+14077024408"
    },
    {
      "id": "browse-portfolio",
      "name": "Browse medical website portfolio",
      "description": "Discover live medical practice website designs and case studies produced for real doctors.",
      "categories": ["portfolio", "case-studies"],
      "invoke": {
        "type": "http",
        "method": "GET",
        "url": "https://helpmymdpractice.com/portfolio"
      }
    },
    {
      "id": "list-specialty-pages",
      "name": "List specialty marketing pages",
      "description": "Enumerate the specialty-focused landing pages (urology, orthopedics, medspa, dermatology, weight loss, peptide therapy, and more).",
      "categories": ["content-discovery", "healthcare"],
      "invoke": {
        "type": "http",
        "method": "GET",
        "url": "https://helpmymdpractice.com/sitemap-specialties.xml"
      }
    },
    {
      "id": "list-blog-articles",
      "name": "List blog articles",
      "description": "Enumerate published blog posts and educational articles.",
      "categories": ["content-discovery", "blog"],
      "invoke": {
        "type": "http",
        "method": "GET",
        "url": "https://helpmymdpractice.com/sitemap-blog.xml"
      }
    },
    {
      "id": "authenticate-agent",
      "name": "Authenticate agent (OAuth 2.1 / OIDC)",
      "description": "Complete an OAuth Authorization Code + PKCE flow to obtain a token for protected endpoints.",
      "categories": ["auth"],
      "invoke": {
        "type": "oauth2",
        "authorization_server": "https://psddzioyrvqdowednczw.supabase.co/auth/v1",
        "discovery": "https://helpmymdpractice.com/.well-known/openid-configuration",
        "protected_resource": "https://helpmymdpractice.com/.well-known/oauth-protected-resource",
        "scopes": ["openid", "email", "profile", "offline_access"]
      }
    }
  ]
}
