{
  "name": "bluplai",
  "title": "bluplai",
  "version": "1.1.0",
  "description": "Read-only MCP server exposing bluplai's own information — what the shared customer-success workspace does (the workspace, the satisfaction intelligence, and the agent surface) and how to engage — as typed tools, so an agent can learn about bluplai without scraping HTML. Note: this is the marketing-information server. The bluplai product itself has a separate full read-write MCP server at https://mcp.bluplai.com/mcp (OAuth 2.1 with browser consent, 36 tools, the user's own permissions and audit trail).",
  "vendor": {
    "name": "bluplai (a NavAIgate product)",
    "url": "https://bluplai.com"
  },
  "endpoint": "https://bluplai.com/api/mcp",
  "transport": "http",
  "protocolVersion": "2025-06-18",
  "authentication": "none",
  "capabilities": {
    "tools": true,
    "prompts": false,
    "resources": false,
    "logging": false
  },
  "tools": [
    {
      "name": "get_overview",
      "description": "Concise overview of bluplai: what it is, who it is for, and how to engage."
    },
    {
      "name": "list_features",
      "description": "List bluplai's product layers — the workspace, the intelligence, and the agent surface — with a short summary and who each is best for."
    },
    {
      "name": "get_feature",
      "description": "Fetch the full description of a single bluplai product layer by its id."
    }
  ],
  "links": {
    "site": "https://bluplai.com",
    "llms": "https://bluplai.com/llms.txt",
    "documentation": "https://bluplai.com/product.md",
    "productMcp": "https://mcp.bluplai.com/mcp"
  }
}
