{
  "name": "LaFave Consulting",
  "description": "Custom website, monthly content, and AI search optimization for owners who want to be found on Google and recommended inside AI conversations.",
  "url": "https://www.lafaveconsulting.com/",
  "version": "1.0.0",
  "supportedInterfaces": [
    {
      "transport": "http",
      "url": "https://www.lafaveconsulting.com/.well-known/mcp/server-card.json",
      "protocol": "mcp"
    },
    {
      "transport": "http",
      "url": "https://www.lafaveconsulting.com/api/",
      "protocol": "rest"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "extensions": [
    {
      "uri": "https://ap2.dev/extension/v1",
      "description": "AP2 (Agent Payments Protocol) — declares supported payment surfaces. Stripe-hosted Checkout for the three monthly tiers.",
      "required": false,
      "params": {
        "version": "0.1.0",
        "protocols": [
          "stripe-checkout"
        ],
        "discovery": {
          "mpp": "https://www.lafaveconsulting.com/.well-known/mpp",
          "x402": "https://www.lafaveconsulting.com/.well-known/x402"
        },
        "paid_routes": []
      }
    }
  ],
  "authentication": {
    "schemes": [
      "none"
    ]
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "fetch_services",
      "name": "List consulting services",
      "description": "Retrieve the current list of services and pricing tiers offered by LaFave Consulting.",
      "tags": [
        "services",
        "discovery",
        "pricing"
      ],
      "examples": [
        "What services do you offer?",
        "Show me the pricing tiers."
      ]
    },
    {
      "id": "request_service",
      "name": "Submit a service request",
      "description": "Submit an intake form to start a conversation about a custom website, content engine, or AI-search engagement.",
      "tags": [
        "lead-capture",
        "contact"
      ],
      "examples": [
        "I want to book a discovery call.",
        "Send me a quote for the Get Recommended tier."
      ]
    },
    {
      "id": "fetch_journal",
      "name": "Fetch journal articles",
      "description": "Retrieve recent journal articles (long-form posts on SEO, AEO, and AI search) by listing or by slug.",
      "tags": [
        "content",
        "journal"
      ],
      "examples": [
        "List recent journal posts.",
        "Show the article on Perplexity optimization."
      ]
    }
  ],
  "related": {
    "agent-skills": "https://www.lafaveconsulting.com/.well-known/agent-skills/index.json",
    "mcp-server": "https://www.lafaveconsulting.com/.well-known/mcp/server-card.json",
    "api-catalog": "https://www.lafaveconsulting.com/.well-known/api-catalog",
    "oauth": "https://www.lafaveconsulting.com/.well-known/oauth-protected-resource",
    "openapi": "https://www.lafaveconsulting.com/.well-known/openapi.json",
    "llms": "https://www.lafaveconsulting.com/llms.txt"
  }
}