{
  "name": "c2xcel-mcp",
  "version": "1.0.0",
  "description": "C2XCEL public MCP server — exposes vendor-neutral IT advisory knowledge, solution catalog, industries served, 6-step process, locations, and consultation booking link to AI agents.",
  "publisher": {
    "name": "C2XCEL",
    "url": "https://c2xcel.com",
    "contact": "jmcneese@c2xcel.com"
  },
  "transport": {
    "type": "http",
    "url": "https://udwjbckgrkxxidhaverp.supabase.co/functions/v1/mcp"
  },
  "auth": {
    "type": "none",
    "note": "Public read-only server. No authentication required."
  },
  "tools": [
    { "name": "get_company_overview", "description": "Structured overview of C2XCEL." },
    { "name": "list_solutions", "description": "All technology solution domains covered." },
    { "name": "list_industries", "description": "Industries served." },
    { "name": "get_process", "description": "C2XCEL's 6-step engagement methodology." },
    { "name": "get_locations", "description": "Physical office locations." },
    { "name": "get_consultation_link", "description": "URL to book a free discovery call." },
    { "name": "search_content", "description": "Pointer to canonical knowledge sources for a topic." }
  ]
}
