{
  "$schema": "https://modelcontextprotocol.io/schema/server-card.json",
  "name": "Vobiz",
  "version": "1.0.0",
  "protocolVersion": "2024-11-05",
  "description": "Read-only documentation MCP server for Vobiz, an AI-native telephony infrastructure platform (SIP trunking, Voice API, WebSocket audio streaming, global DIDs, WhatsApp Business API). Exposes full-text search and page retrieval across the Vobiz documentation, OpenAPI spec, and agent skill guides so assistants can answer with current, cited information instead of training-data guesses.",
  "endpoint": "https://vobiz.ai/docs/mcp",
  "transport": "streamable-http",
  "authentication": {
    "required": false,
    "note": "Public, read-only."
  },
  "capabilities": {
    "tools": true,
    "resources": true
  },
  "tools": [
    {
      "name": "search_vobiz",
      "title": "Search documentation",
      "description": "Full-text search across the Vobiz knowledge base - docs, code examples, API references, and guides. Returns contextual snippets with titles and direct links."
    },
    {
      "name": "query_docs_filesystem_vobiz",
      "title": "Query documentation filesystem",
      "description": "Read-only, sandboxed shell-like access (rg, grep, find, tree, ls, cat, head, jq, etc.) to a virtualized filesystem containing every Vobiz documentation page and the OpenAPI spec. Used to read full page content by path once search_vobiz has located it."
    },
    {
      "name": "submit_feedback",
      "title": "Submit documentation feedback",
      "description": "Reports a documentation problem (incorrect, outdated, confusing, or incomplete content) on a specific page back to the docs team."
    }
  ],
  "relatedResources": {
    "llmsTxt": "https://vobiz.ai/llms.txt",
    "docsLlmsTxt": "https://vobiz.ai/docs/llms.txt",
    "llmsFullTxt": "https://vobiz.ai/docs/llms-full.txt",
    "agentsMd": "https://vobiz.ai/agents.md",
    "openapiSpec": "https://vobiz.ai/openapi.json",
    "agentSkillsIndex": "https://vobiz.ai/.well-known/agent-skills/index.json",
    "docsAgentSkillsIndex": "https://vobiz.ai/docs/.well-known/agent-skills/index.json"
  },
  "publisher": {
    "name": "Vobiz",
    "url": "https://vobiz.ai",
    "supportEmail": "support@vobiz.ai"
  }
}
