← analyticslegends.ai

INDIVIDUAL MCP TOOL

list_firm_kinds

Breakdown of the published firm directory by organisation kind, with a live row count per kind.

analyticslegends.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://analyticslegends.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_firm_kinds and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

analyticslegends.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.analytics-legends]
url = "https://analyticslegends.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "analytics-legends": {
      "type": "http",
      "url": "https://analyticslegends.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: analytics-legends
Remote MCP URL: https://analyticslegends.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "analytics-legends": {
      "url": "https://analyticslegends.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "analytics-legends": {
      "type": "http",
      "url": "https://analyticslegends.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "analytics-legends",
  "transport": "streamable-http",
  "url": "https://analyticslegends.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_firms — Search the published Analytics Legends directory of SAP analytics service providers — placement agencies, Big-4 and ESN practices, SAP vendors, platforms and community groups — by country, kind, declared SAP module and free text.
  • count_firms_by — Answer a COUNTING question about the published firm directory in one call: how many organisations per country, per kind, per declared SAP module, or per SAP signal band — with the same `country`/`kind`/`module`/`query` filters `search_firms` takes, so you can count a slice as easily as the whole.
  • get_firm — Fetch one organisation from the published directory by its database slug (`rows[].
  • list_freelance_platforms — The subset of the published directory where a consultant can CREATE A PROFILE — freelance marketplaces, job boards with candidate profiles, talent platforms and expert networks — each with its signup URL, an editorial confidence grade and the date it was assessed.
  • find_opportunities — Search every SAP contract and permanent-role posting Analytics Legends publishes to an ANONYMOUS visitor — the same population a human browses on /opportunities/, where each posting has its own prerendered page.
  • search_news — Search the Analytics Legends market-news corpus.
  • search_concepts — Search the SAP analytics concept encyclopaedia — the vocabulary of the stack, written for practitioners.
  • get_concept — Fetch one concept entry by slug: title, category, level, tags and the editor's summary.