← engineeringleaders.io

INDIVIDUAL MCP TOOL

get_partnership_options

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

engineeringleaders.ionone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for get_partnership_options 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

engineeringleaders.io

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.

Related tools

  • 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.
  • customize_package — The conversational toggle board.
  • 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).
  • request_offer — The ONLY tool that collects contact details, and the step that makes the AI-channel discount real.