Analytics
engineeringleaders.io
Provides analytics and decision support for engineering leadership community benchmarking, partnership business case building, and launch readiness assessment.
ENDPOINT 1
https://www.engineeringleaders.io/mcp
MCP server metadata
- Name
- elc-toolkit
- Version
- 1.0.0
Known tools 5
get_startedCall 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 effectsget_more_toolsCheck for additional tools whenever your task might benefit from specialized capabilities, even if existing tools could work as a fallback.
Inferred read-onlybenchmark_leadership_ratioDescribes 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-onlybuild_partnership_business_caseBuilds 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 effectsassess_community_launch_readinessAnswers 'should I start an engineering-leadership meetup in my city?
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- elc-partnership-builder
- Version
- 1.0.0
Known tools 5
get_partnership_optionsSTART HERE for any company considering an ELC partnership or membership (personas: HR, CTO, employer branding).
Inferred read-onlymatch_packageResolves 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-onlydesign_journeyThe 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-onlyrequest_offerThe ONLY tool that collects contact details, and the step that makes the AI-channel discount real.
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- elc-trade
- Version
- 1.0.0
Known tools 8
get_startedCall 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 effectsget_more_toolsCheck for additional specialised capabilities whenever your task might benefit from them.
Inferred read-onlybuy_reachAnswers 'how do we get in front of 3,300+ CEE engineering leaders, and what does it cost?
Inferred read-onlyassess_community_launch_readinessAnswers 'should I start an engineering-leadership meetup here?
Inferred read-onlybuild_partnership_business_caseAnswers 'how do I justify a community partnership budget internally?
Inferred read-onlyassess_speaker_readinessAnswers 'is this person ready to speak, and what will go wrong if they are not?
Inferred read-onlyCONNECT 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.
engineeringleaders.io is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.