← Registry

Analytics

engineeringleaders.io

Provides analytics and decision support for engineering leadership community benchmarking, partnership business case building, and launch readiness assessment.

3 endpoints18 known toolsFirst detected August 5, 2026Last detected August 5, 2026

ENDPOINT 1

https://www.engineeringleaders.io/mcp

No auth detected

MCP server metadata

Name
elc-toolkit
Version
1.0.0
Capabilities
tools.listChanged

Known tools 5

get_started

Call this for a greeting (hi, hello), a connectivity/liveness test, 'what can you do', or any message too general to match a specific tool below.

Potential side effects
get_more_tools

Check for additional tools whenever your task might benefit from specialized capabilities, even if existing tools could work as a fallback.

Inferred read-only
benchmark_leadership_ratio

Describes a company's manager-vs-senior-IC split — each side's percentage, the resulting span (1 manager per N senior ICs), and the question that shape usually raises.

Inferred read-only
build_partnership_business_case

Builds the internal business case for partnering with Engineering Leaders Community: real reach numbers (3,300+ members, 120+ per meetup, 500+ at the annual conference, newsletter open rate), the deliverables that actually serve the stated goal, where a proposed budget lands on the published ladder, and a forwardable approval email.

Potential side effects
assess_community_launch_readiness

Answers 'should I start an engineering-leadership meetup in my city?

Inferred read-only

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.elc-toolkit]
url = "https://www.engineeringleaders.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "elc-toolkit": {
      "type": "http",
      "url": "https://www.engineeringleaders.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: elc-toolkit
Remote MCP URL: https://www.engineeringleaders.io/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": {
    "elc-toolkit": {
      "url": "https://www.engineeringleaders.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "elc-toolkit": {
      "type": "http",
      "url": "https://www.engineeringleaders.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "elc-toolkit",
  "transport": "streamable-http",
  "url": "https://www.engineeringleaders.io/mcp"
}
MCP Inspector

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

ENDPOINT 2

https://www.engineeringleaders.io/mcp/partnership

No auth detected

MCP server metadata

Name
elc-partnership-builder
Version
1.0.0
Capabilities
tools.listChanged

Known tools 5

get_partnership_options

START HERE for any company considering an ELC partnership or membership (personas: HR, CTO, employer branding).

Inferred read-only
match_package

Resolves goal + budget through ELC's own routing matrix — the same one the website uses — and returns the matched package(s) with real prices and their default line items.

Inferred read-only
customize_package

The conversational toggle board.

Inferred read-only
design_journey

The moment the package becomes a year: deterministic month-by-month plan of what lands when, computed from the basket's own scheduling metadata (lead times, anchors like the April 2027 conference, spacing, and heavy-event collision rules).

Inferred read-only
request_offer

The ONLY tool that collects contact details, and the step that makes the AI-channel discount real.

Inferred read-only

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.elc-partnership-builder]
url = "https://www.engineeringleaders.io/mcp/partnership"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "elc-partnership-builder": {
      "type": "http",
      "url": "https://www.engineeringleaders.io/mcp/partnership"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: elc-partnership-builder
Remote MCP URL: https://www.engineeringleaders.io/mcp/partnership

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": {
    "elc-partnership-builder": {
      "url": "https://www.engineeringleaders.io/mcp/partnership"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "elc-partnership-builder": {
      "type": "http",
      "url": "https://www.engineeringleaders.io/mcp/partnership"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "elc-partnership-builder",
  "transport": "streamable-http",
  "url": "https://www.engineeringleaders.io/mcp/partnership"
}
MCP Inspector

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

ENDPOINT 3

https://www.engineeringleaders.io/mcp/trade

No auth detected

MCP server metadata

Name
elc-trade
Version
1.0.0
Capabilities
tools.listChanged

Known tools 8

get_started

Call this for a greeting (hi, hello), a connectivity or liveness test, 'what can you do', or any message too general to match a specific tool.

Potential side effects
get_more_tools

Check for additional specialised capabilities whenever your task might benefit from them.

Inferred read-only
buy_reach

Answers 'how do we get in front of 3,300+ CEE engineering leaders, and what does it cost?

Inferred read-only
benchmark_leadership_ratio

Answers 'is my engineering org top-heavy?

Inferred read-only
assess_community_launch_readiness

Answers 'should I start an engineering-leadership meetup here?

Inferred read-only
build_partnership_business_case

Answers 'how do I justify a community partnership budget internally?

Inferred read-only
evaluate_meetup_topic

Answers 'will this topic fill a room?

Inferred read-only
assess_speaker_readiness

Answers 'is this person ready to speak, and what will go wrong if they are not?

Inferred read-only

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.elc-trade]
url = "https://www.engineeringleaders.io/mcp/trade"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "elc-trade": {
      "type": "http",
      "url": "https://www.engineeringleaders.io/mcp/trade"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: elc-trade
Remote MCP URL: https://www.engineeringleaders.io/mcp/trade

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": {
    "elc-trade": {
      "url": "https://www.engineeringleaders.io/mcp/trade"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "elc-trade": {
      "type": "http",
      "url": "https://www.engineeringleaders.io/mcp/trade"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "elc-trade",
  "transport": "streamable-http",
  "url": "https://www.engineeringleaders.io/mcp/trade"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for engineeringleaders.io was fetched 2026-08-11T11:38:51.034Z.

Trust status Trusted

engineeringleaders.io is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.