Build a tailored company partnership with Engineering Leaders Community — 3,100+ engineering leaders across Prague, Brno, Bratislava and Kraków — directly from your AI assistant: understand what ELC membership is, match a package to your goal and budget, customize it line item by line item, and send the inquiry.
Why build it here: partnerships assembled through this AI channel get 16% off the composed package total, applied automatically when the inquiry is sent.
Endpoint: https://www.engineeringleaders.io/mcp/partnership (streamable HTTP, no auth, no signup)
| Tool | Answers the question | What it returns |
|---|---|---|
get_partnership_options | Should my company partner with ELC, and how does membership work? | How company membership works, real reach figures (3,100+ leaders, 12 meetups/yr, 500+ conference), and the two qualifying questions that start the wizard |
match_package | Which ELC package fits our goal and budget? | Goal + budget resolved through the same routing matrix the website uses; matched packages with real prices and default line items |
customize_package | What exactly is in the package, and what does our version cost? | Toggle priced line items on and off; authoritative recomputed total, foundation items flagged, add-ons listed |
design_journey | What actually happens across the year if we sign? | Month-by-month plan computed from the chosen basket: launch, dinners, hosted meetup, spotlights, the April 2027 conference, closing review — plus the recurring monthly layer |
request_offer | How do we get this offer in writing? | Sends the itemized offer by email with the AI-channel discount applied, notifies ELC, files the company into the partners queue |
Claude Code
claude mcp add -t http elc-partnership https://www.engineeringleaders.io/mcp/partnership
Claude.ai / Claude Desktop — Settings → Connectors → Add custom connector → paste https://www.engineeringleaders.io/mcp/partnership
Cursor — add to .cursor/mcp.json:
{ "mcpServers": { "elc-partnership": { "url": "https://www.engineeringleaders.io/mcp/partnership" } } }
ChatGPT (developer mode) — Settings → Connectors → Add → MCP server URL https://www.engineeringleaders.io/mcp/partnership
No AI tool that supports MCP? The same builder runs as a chat on engineeringleaders.io/partner/chat, and the classic click-through configurator lives at /partner/membership/.
The read-only tools double as GET endpoints for scripts and spreadsheets: https://www.engineeringleaders.io/mcp/partnership/api/options, /api/match?goal=hiring&budget=solid, /api/customize, /api/journey. Spec: openapi.json. Sending an offer stays on the MCP tool and the chat — the doors that carry the discount.
ELC's general toolkit (leadership-ratio benchmark, partnership business case, community-launch readiness) runs at engineeringleaders.io/mcp — same pattern, complementary tools.
Every price comes from ELC's published offer catalog — the same generated file the website's own configurator renders, so this server cannot quote a price the site disagrees with. Community figures come from ELC's member base, no survey panels, no scraped data.
Built and maintained by Engineering Leaders Community. Questions: weare@engineeringleaders.io