{
  "$comment": "Discovery pointer for Socavi's public MCP server. There is no ratified .well-known path for MCP yet, so this file is a convention, not a standard - the load-bearing discovery signals are the MCP line in /llms.txt and a public registry listing. Tools answer a specific question; resources let an agent read the whole brief. It costs one static file and starts working the day a path is agreed.",
  "name": "socavi-mcp",
  "title": "Socavi MCP",
  "description": "Public, unauthenticated, read-only tools for Socavi (AI-Unified Social Revenue Platform): product features, pricing, company info, and published guides, plus a contact/demo request tool. Touches no customer account data.",
  "version": "0.3.0",
  "protocol": "mcp",
  "protocolVersion": "2025-06-18",
  "transport": "http-jsonrpc",
  "url": "https://lqkdnkgputsdggnkrndu.supabase.co/functions/v1/mcp",
  "documentation": "https://www.socavi.co/docs/mcp",
  "authentication": {
    "type": "none"
  },
  "provider": {
    "name": "Socavi",
    "url": "https://www.socavi.co",
    "contact": "https://www.socavi.co/contact"
  },
  "tools": [
    {
      "name": "list_features",
      "description": "Public product features.",
      "readOnly": true
    },
    {
      "name": "list_pricing",
      "description": "Current public plans in USD per month, with the definition of a billable AI conversation.",
      "readOnly": true
    },
    {
      "name": "get_company_info",
      "description": "Company name, description, website, supported channels, integrations.",
      "readOnly": true
    },
    {
      "name": "list_guides",
      "description": "Published playbooks, guides, and competitor comparisons, with URLs.",
      "readOnly": true
    },
    {
      "name": "submit_contact",
      "description": "Send a contact or demo request to the Socavi team.",
      "readOnly": false
    }
  ],
  "resources": [
    {
      "uri": "socavi://overview",
      "name": "overview",
      "description": "What Socavi is, who it is for, and which channels it covers."
    },
    {
      "uri": "socavi://features",
      "name": "features",
      "description": "Every public product capability."
    },
    {
      "uri": "socavi://pricing",
      "name": "pricing",
      "description": "The five plans in USD per month, and how a conversation is counted."
    },
    {
      "uri": "socavi://guides",
      "name": "guides",
      "description": "Published playbooks, guides and comparisons, with URLs."
    }
  ]
}
