Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Developer Tools
  3. Analytics Legends β€” SAP Analytics Intelligence
A
Health: ActiveRecent health check succeeded.Last checked 8/26/2026, 10:16:12 PM

Analytics Legends β€” SAP Analytics Intelligence

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

AI agent for SAP analytics: firms, day rates, contract radar, news, concepts, studies

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "analytics-legends-sap-analytics-intelligence-2": {
      "url": "https://modelcontextprotocol.io"
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Analytics Legends β€” SAP Analytics MCP Server

A read-only Model Context Protocol 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:

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

The public tools need no credential.


Connect

Claude Code
Terminal
claude mcp add --transport http analytics-legends https://analyticslegends.ai/mcp
# with a subscriber key, to open the six gated tools:
claude mcp add --transport http analytics-legends https://analyticslegends.ai/mcp \
  --header "Authorization: Bearer alk_…"
Claude web, Desktop and mobile (custom connector)

Add a custom connector pointing at https://analyticslegends.ai/mcp. The public tranche answers immediately, with no credential.

To open the paid tranche, use the connector's request-header authentication and set Authorization to Bearer alk_…. The credential is entered once, by whoever adds the connector, and is shared by that workspace β€” one key, one daily quota. There is no OAuth consent flow to walk: this server's unit of access is a personal API key minted on an analyticslegends.ai account, not a delegated identity.

Claude Desktop / any client reading a JSON config
config.json
{
  "mcpServers": {
    "analytics-legends": {
      "type": "streamable-http",
      "url": "https://analyticslegends.ai/mcp"
    }
  }
}
With a subscriber key (opens the six gated tools)
config.json
{
  "mcpServers": {
    "analytics-legends": {
      "type": "streamable-http",
      "url": "https://analyticslegends.ai/mcp",
      "headers": { "Authorization": "Bearer alk_…" }
    }
  }
}

The manifest is served at /.well-known/mcp.json and mirrored in this repository as mcp.json. tools/list is the authority for the surface β€” this README is a copy, and a copy can drift.


The 20 tools

Fourteen are public and unauthenticated. Six need a subscriber key; they are listed and refuse by name, never hidden β€” an agent can see what it is missing. Three open at Consultant, three at Legend, and the MCP Pass opens all six.

ToolAnswers
search_firmsWhich SAP analytics providers match a country, kind, free text
count_firms_byA counting question in one call, instead of a page of rows
get_firmOne organisation from the published directory
list_firm_kindsThe directory's breakdown by organisation kind, with live counts
find_opportunitiesThe live contract and permanent-role radar
search_newsThe curated SAP analytics news corpus
search_conceptsThe concept encyclopaedia β€” the vocabulary of the stack
get_conceptOne concept: title, category, level, tags, editor's summary
list_studiesThe deep-research study editions and their metadata
get_day_rate_benchmarkThe public day-rate aggregate by country, stack, seniority
list_sap_modulesThe canonical SAP module/product taxonomy
list_freelance_platformsThe CV/profile platforms a consultant can sign up on
find_academy_modulesThe Academy training catalogue, searchable by module
query_knowledge_graphA traversal of the learning knowledge graph
πŸ”’ get_concept_cardThe full encyclopaedia card β€” body, key points, cheat sheet
πŸ”’ get_studyOne study body
πŸ”’ get_academy_moduleOne Academy module, in full
πŸ”’ find_sap_clientsThe SAP end-customer corpus β€” who runs SAP
πŸ”’ get_sap_client_profileOne end-customer's SAP footprint and analytics estate
πŸ”’ get_firm_intelA 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 six gated tools open with an analyticslegends.ai subscription (Consultant or above), or with the MCP Pass (€39.90/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 β€” read its generated_at rather than assuming a cadence.

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

Licence

MIT for the contents of this repository. The licence does not grant rights over the data served by the endpoint, which stays under the platform's terms.

Related MCP Servers

View all in Developer Tools View all alternatives
  • A
    Analytics Legends β€” SAP Analytics Intelligence

    AI agent for SAP analytics: firms, day rates, contract radar, news, concepts, studies

    πŸ’» Developer Tools1 views
    Compare vs Analytics Legends β€” SAP Analytics Intelligence β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • TokenSave logoTokenSave

    Code intelligence for 15+ languages: semantic graph queries instead of file reads. 37 MCP tools.

    πŸ’» Developer Tools0 views
    Compare vs TokenSave β†’
  • Appfigures logoAppfigures

    Access your app analytics, ASO tools, and app market intelligence with Appfigures.

    πŸ’» Developer Tools0 views
    Compare vs Appfigures β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Analytics Legends β€” SAP Analytics Intelligence

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "analytics-legends-sap-analytics-intelligence": { "command": "npx", "args": ["-y", "Analytics Legends β€” SAP Analytics Intelligence"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAnalytics Legends β€” SAP Analytics Intelligence AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/analytics-legends-sap-analytics-intelligence-2?style=directory)](https://allmcps.com/mcp/analytics-legends-sap-analytics-intelligence-2)
HTML Embed
<a href="https://allmcps.com/mcp/analytics-legends-sap-analytics-intelligence-2"><img src="https://allmcps.com/api/badge/analytics-legends-sap-analytics-intelligence-2?style=directory" alt="Analytics Legends β€” SAP Analytics Intelligence on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit7d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 19, 2026
40Quality signal: Fair Β· 40/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Analytics Legends β€” SAP Analytics Intelligence β†’Install in Claude DesktopInstall in CursorInstall in VS Code