Skip to main content
ClaudeWave
analyticslegends avatar
analyticslegends

analytics-legends-mcp

Ver en GitHub

Read-only MCP server for the SAP analytics services market — firms, contract radar, day rates, concepts, studies. Hosted, no install.

MCP ServersRegistry oficial0 estrellas0 forksMITActualizado 7d ago
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/19/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/analyticslegends/analytics-legends-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "analytics-legends-mcp": {
      "command": "node",
      "args": ["/path/to/analytics-legends-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/analyticslegends/analytics-legends-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

<!-- mcp-name: ai.analyticslegends/sap-analytics -->

# Analytics Legends — SAP Analytics MCP Server

A **read-only** [Model Context Protocol](https://modelcontextprotocol.io) server over a
curated corpus of the **SAP analytics services market**: who delivers SAP Datasphere,
Business Data Cloud, SAP Analytics Cloud and BW/4HANA work, what the contract market
looks like, what the day rates are, what the vocabulary means, and what has just
happened.

It exists so that an assistant answering an SAP analytics question can **cite a record
instead of guessing**. Every row carries a `citation_url` on analyticslegends.ai, and
every response carries the size of the population it was drawn from.

**Nothing to install.** The server is hosted:

```
https://analyticslegends.ai/mcp        streamable-http
```

The public tools need no credential.

---

## Connect

<details open>
<summary><b>Claude Code</b></summary>

```bash
claude mcp add --transport http analytics-legends https://analyticslegends.ai/mcp
```
</details>

<details>
<summary><b>Claude Desktop / any client reading a JSON config</b></summary>

```json
{
  "mcpServers": {
    "analytics-legends": {
      "type": "streamable-http",
      "url": "https://analyticslegends.ai/mcp"
    }
  }
}
```
</details>

<details>
<summary><b>With a subscriber key</b> (opens the five gated tools)</summary>

```json
{
  "mcpServers": {
    "analytics-legends": {
      "type": "streamable-http",
      "url": "https://analyticslegends.ai/mcp",
      "headers": { "Authorization": "Bearer alk_…" }
    }
  }
}
```
</details>

The manifest is served at
[`/.well-known/mcp.json`](https://analyticslegends.ai/.well-known/mcp.json) and mirrored
in this repository as [`mcp.json`](./mcp.json). `tools/list` is the authority for the
surface — this README is a copy, and a copy can drift.

---

## The 16 tools

**Eleven are public and unauthenticated.** Five need a subscriber key; they are
**listed and refuse by name**, never hidden — an agent can see what it is missing.

| Tool | Answers |
|---|---|
| `search_firms` | Which SAP analytics providers match a country, kind, free text |
| `count_firms_by` | A counting question in one call, instead of a page of rows |
| `get_firm` | One organisation from the published directory |
| `list_firm_kinds` | The directory's breakdown by organisation kind, with live counts |
| `find_opportunities` | The live contract and permanent-role radar |
| `search_news` | The curated SAP analytics news corpus |
| `search_concepts` | The concept encyclopaedia — the vocabulary of the stack |
| `get_concept` | One concept: title, category, level, tags, editor's summary |
| `list_studies` | The deep-research study editions and their metadata |
| `get_day_rate_benchmark` | The public day-rate aggregate by country, stack, seniority |
| `list_sap_modules` | The canonical SAP module/product taxonomy |
| 🔒 `get_concept_card` | The full encyclopaedia card — body, key points, cheat sheet |
| 🔒 `get_study` | One study **body** |
| 🔒 `find_sap_clients` | The SAP end-customer corpus — who *runs* SAP |
| 🔒 `get_sap_client_profile` | One end-customer's SAP footprint and analytics estate |
| 🔒 `get_firm_intel` | A firm's practice size, partner level, delivery flags |

Every tool is annotated `readOnlyHint: true`. The server writes nothing, anywhere.

---

## Two rules it holds itself to

**A count is read at query time, and it comes with its population.** Responses carry
`_meta.match_count` (what your filters matched) and `_meta.tranche_total_row_count` (the
whole tranche). Quote those rather than any number written in a description — including
the ones in this file.

**A citation says what it is.** Every item carries `citation_url` **and**
`citation_scope`. `record` means the URL is that item's own page; `section_hub` means
this platform publishes no page for that item and the URL is the section index — say so,
or cite the section, but do not present a hub URL as the item's page. News items also
carry `source_url` for the upstream publisher: cite both.

---

## What is deliberately **not** served, at any tier

- **People.** Individual professionals are held as initials only. No tool returns
  anyone's identity or contact details.
- **The matchers.** Opportunity-to-consultant scoring stays on the platform.
- **SAP's own documentation.** Not ours to restate — cite SAP.

Retrieval with attribution is permitted. **Training-data use is not.**

---

## Subscriptions

The five gated tools open with an
[analyticslegends.ai](https://analyticslegends.ai/pricing/) subscription (Consultant or
above), or with the **MCP Pass** (€39/month) — the machine-access subscription: this
server's entire paid tranche, no web subscriber screens.

---

## Where the source lives

The platform's application repository is private: it holds a paid corpus and personal
data. **This repository is the server's public face** — its manifest, its registry
descriptor, its client configuration and this documentation. The server itself answers
at `https://analyticslegends.ai/mcp`, and the honest way to inspect it is to call
`tools/list` against it.

Health, with its own timestamp:
[`/api/mcp-health.json`](https://analyticslegends.ai/api/mcp-health.json) — read its
`generated_at` rather than assuming a cadence.

Published in the official MCP registry as **`ai.analyticslegends/sap-analytics`**.

## Licence

[MIT](./LICENSE) for the contents of this repository — see [NOTICE](./NOTICE.md) for
the scope: the licence grants no right over the data served by the endpoint, which
stays under the platform's own terms.
ai-agentsdataspheremcpmodel-context-protocolsapsap-analytics

Lo que la gente pregunta sobre analytics-legends-mcp

¿Qué es analyticslegends/analytics-legends-mcp?

+

analyticslegends/analytics-legends-mcp es mcp servers para el ecosistema de Claude AI. Read-only MCP server for the SAP analytics services market — firms, contract radar, day rates, concepts, studies. Hosted, no install. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-11.

¿Cómo se instala analytics-legends-mcp?

+

Puedes instalar analytics-legends-mcp clonando el repositorio (https://github.com/analyticslegends/analytics-legends-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar analyticslegends/analytics-legends-mcp?

+

Nuestro agente de seguridad ha analizado analyticslegends/analytics-legends-mcp y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene analyticslegends/analytics-legends-mcp?

+

analyticslegends/analytics-legends-mcp es mantenido por analyticslegends. La última actividad registrada en GitHub es del 2026-08-11, con 0 issues abiertos.

¿Hay alternativas a analytics-legends-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega analytics-legends-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: analyticslegends/analytics-legends-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/analyticslegends-analytics-legends-mcp)](https://claudewave.com/repo/analyticslegends-analytics-legends-mcp)
<a href="https://claudewave.com/repo/analyticslegends-analytics-legends-mcp"><img src="https://claudewave.com/api/badge/analyticslegends-analytics-legends-mcp" alt="Featured on ClaudeWave: analyticslegends/analytics-legends-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a analytics-legends-mcp