# Klue > Klue is a Vancouver, BC based competitive enablement platform (founded 2015) that > collects, curates and delivers competitive intelligence and win-loss analysis to > B2B revenue teams. Klue exposes its curated intelligence to developers and AI > agents through a Content API (bearer API key) and a production Model Context > Protocol server with two connector surfaces and read/writeback tooling. Generated by the API Evangelist enrichment pipeline, last updated 2026-08-14 from Klue's public surface. Klue does not publish an llms.txt of its own; it does publish a company fact page for AI consumers at https://klue.com/llm-info. ## Authorization (the one machine-readable contract Klue publishes) Klue publishes no public OpenAPI, but its application host serves a real OpenID Connect Discovery / RFC 8414 document anonymously: - https://app.klue.com/.well-known/openid-configuration (HTTP 200) - https://app.klue.com/.well-known/oauth-authorization-server (HTTP 200, identical) Issuer https://app.klue.com. Authorization code grant with refresh tokens, PKCE (S256), RS256 ID tokens, pairwise subjects, and RFC 7591 dynamic client registration at https://app.klue.com/oauth/register. 23 published scopes, including `stak_play_mcp:read` and `stak_play_mcp:edit` (the MCP surface), `content:read`, `content:edit`, `win_loss:read`, `auto_insights:read`, `deal_answers:read`, `deal_context:read`, `crm:edit`, `transcript:edit`, `scim:read` and `scim:edit`. Full list with evidence: scopes/klue-scopes.yml. ## APIs - [Klue Content API](https://klue.com/blog/how-to-connect-klue-to-chatgpt): Returns an organization's published Klue cards and battlecards, filterable by competitor, battlecard, tag and date range. Bearer API key created by an Admin under Apps & Integrations > Content API > Manage API Keys. The OpenAPI schema is distributed inside the authenticated application, not on the public web. - [Klue MCP Server](https://klue.com/blog/introducing-klue-mcp-server): MCP server for internal AI agents and enterprise copilots. Two connector surfaces — v1 (cards, battlecards, search/fetch, create/update/delete) and v2 (Smart Answers, agent insights) — plus win-loss transcript and report tools on either surface. Hosted/remote deployment; Klue does NOT publish the endpoint URL, which is issued inside the authenticated help centre. There is no installable package. Do not guess a URL — mcp.klue.com does not resolve, and /mcp, /api/mcp, /mcp/admin and /v1/mcp on app.klue.com all return JSON 404 to an anonymous tools/list. ## Agent surfaces - [Klue MCP Agent Skill (source)](https://github.com/kluein/klue-mcp-public): Klue's own published operating instructions for agents using the Klue MCP server, including toolset detection, quick-answer vs deep-research routing, and citation rules. - MCP v1 tools: search, fetch, extract_cards, extract_battlecards, create_card, update_card, delete_cards, create_battlecard, update_battlecard, delete_battlecards - MCP v2 tools: match-smart-answers, search_agent_insights - Win/loss tools: search_win_loss_transcripts, list_win_loss_transcripts, get_win_loss_transcript, search_win_loss_reports, list_win_loss_reports, get_win_loss_report - Date filtering on search and extract_battlecards: updatedAfter / updatedBefore, ISO8601 ## Docs - [Help centre](https://help.app.klue.com/) - [Connect Klue to ChatGPT (Content API setup)](https://klue.com/blog/how-to-connect-klue-to-chatgpt) - [Introducing Klue's MCP Server](https://klue.com/blog/introducing-klue-mcp-server) - [Integrations](https://klue.com/product/integrations) - [Application](https://app.klue.com/) ## Security and compliance - [Security overview](https://klue.com/product/security): SOC 2 Type II, GDPR, CCPA, PIPEDA, TLS 1.2+, AES-256 at rest, AWS primary infrastructure. - [Trust center (Vanta)](https://app.vanta.com/klue.com/trust/ufqzv8ddoyrewipfmrufp) - [security.txt](https://klue.com/.well-known/security.txt): security@klue.com - [Status page](https://kluestatus.com/) ## Company - [Website](https://klue.com) - [About](https://klue.com/about) - [Blog and articles](https://klue.com/articles) - [News](https://klue.com/news) - [Contact](https://klue.com/contact) - [Careers](https://klue.com/careers) - [GitHub](https://github.com/kluein) - [AI company fact page](https://klue.com/llm-info) ## Legal - [Terms](https://klue.com/terms) - [Privacy](https://klue.com/privacy) ## API Evangelist artifacts - apis.yml — APIs.json 0.20 index for this provider - scopes/klue-scopes.yml — 23 OAuth scopes, probed from Klue's discovery document - mcp/klue-mcp.yml — MCP server manifest, deployment block, and full tool surface - skills/ — Klue's published Agent Skill, saved verbatim, plus _index.yml - authentication/klue-authentication.yml — auth profile - conventions/klue-conventions.yml — cross-cutting request/response semantics - conformance/klue-conformance.yml — standards and compliance posture - lifecycle/klue-lifecycle.yml — versioning, status page, SLA posture - security/ — domain security probe, vulnerability disclosure, trust center - well-known/ — /.well-known probe index, security.txt, and the verbatim OIDC and OAuth authorization-server metadata documents - packages/klue-packages.yml — no first-party SDK exists on any registry (checked) - plans/klue-plans-pricing.yml — no published pricing; contact-sales only - rate-limits/klue-rate-limits.yml — no published rate limits ## Known gaps (honest absences, not unchecked fields) - No public OpenAPI. app.klue.com/openapi.json, /swagger.json and /api-docs all 302 to /account/signin. Klue distributes the Content API schema inside the authenticated app. - No A2A agent card at either /.well-known/agent-card.json or /.well-known/agent.json. - No public changelog or release notes (/changelog, /product-updates, /release-notes, /whats-new all 404). The Statuspage incident feed at https://kluestatus.com/history.rss is the only dated public feed. - No published pricing, no published rate limits, no first-party SDK, no CLI. - Help centre (help.app.klue.com) is customer-only.