Skip to main content
Glama
flevy-com

KPI Depot

README.md
# KPI Depot MCP Server

[![Listed on Glama](https://img.shields.io/badge/Glama-MCP_Connector-6e56cf)](https://glama.ai/mcp/connectors/com.kpidepot/kpi-depot)

Connect Claude and other AI assistants to [KPI Depot](https://kpidepot.com): **20,000+ corporate KPIs** with definitions, formulas, common pitfalls, and improvement levers, plus **30,000+ source-attributed industry benchmarks** across 15 corporate functions and 150+ industries.

> This is a **remote, hosted MCP server**. There is nothing to install or run from this repository; it documents the public endpoint.

## Endpoint

```
https://kpidepot.com/mcp
```

- **Transport:** Streamable HTTP (JSON responses)
- **Auth:** OAuth 2.1 with PKCE and dynamic client registration, or an API key sent as `Authorization: Bearer <key>` (free keys: https://kpidepot.com/mcp/register). Anonymous access works for search and KPI details.
- **Discovery:** `/.well-known/oauth-protected-resource` and `/.well-known/oauth-authorization-server` on kpidepot.com
- **Official MCP Registry:** `com.kpidepot/kpi-depot`

## Tools (all read-only, annotated)

| Tool | Title | What it returns |
|---|---|---|
| `search_kpis` | Search KPIs | Up to 10 relevance-ranked KPIs by keyword, with optional corporate-function and industry filters |
| `get_kpi` | Get KPI Details | Definition, standard formula, common pitfalls, improvement levers, related KPIs, KPI groups, and benchmark metadata |
| `get_benchmarks` | Get KPI Benchmarks | Benchmark data for one KPI, shaped by account tier; every response includes a citation URL |

## Access Tiers

| Capability | No sign-in | Free account | Subscriber |
|---|---|---|---|
| KPI search, definitions, formulas, pitfalls, levers | Yes | Yes | Yes |
| Benchmark counts and metadata | Yes | Yes | Yes |
| Benchmark values | No | Featured benchmark per KPI | All benchmarks |
| Source attribution (name, link, excerpt, date) | No | No | Yes |

## Connect from Claude

1. Settings -> Connectors -> Add custom connector
2. URL: `https://kpidepot.com/mcp`
3. Search and KPI details work immediately; asking for benchmark values prompts sign-in (a free account can be created inside the flow).

## Example prompts

- "Search KPI Depot for KPIs about customer churn"
- "Get the full KPI Depot details for Days Sales Outstanding"
- "Our maintenance cost is 4% of replacement asset value - how does that compare to industry benchmarks?"

## Links

- Documentation: https://kpidepot.com/mcp
- Glama listing: https://glama.ai/mcp/connectors/com.kpidepot/kpi-depot
- Plans (full source-attributed data): https://kpidepot.com/plans
- Privacy policy: https://kpidepot.com/privacy
- Support: support@kpidepot.com