🚀 Kongtext MCP Server
✓ Online
Give any AI instant access to everything about your brand
Features
- ✓ MCP 2026-07-28 — stateless Streamable HTTP (legacy 2025 clients supported)
- ✓ OAuth 2.1 authentication
- ✓ Multi-brand support
- ✓ Semantic search (Pinecone)
- ✓ AI intent classification (OpenAI)
Quick Setup
For Claude Web Users
- Get your MCP server URL from the Kongtext dashboard
- Open Claude.ai → Settings → Connectors
- Click "Add custom connector"
- Paste your MCP server URL
- Complete OAuth authentication
For Claude Code Users
claude mcp add --transport http kongtext YOUR_MCP_URL
API Endpoints
GET /health - Health check
GET /brands/:brandId/mcp/info - Get MCP server info
GET|POST /brands/:brandId/mcp - MCP Streamable HTTP endpoint (authenticated)
GET /oauth/authorize - OAuth authorization
POST /oauth/token - OAuth token exchange
Documentation
Visit docs.kongtext.com for complete setup instructions.
Kongtext MCP Server v1.0.0 | MCP 2026-07-28