Build a tailored company membership with Engineering Leaders Community — 3,300+ 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: memberships assembled through this AI channel get 16% off the composed package total, applied automatically when the inquiry is sent. Under 16 minutes from first question to the itemized offer. Limited: the first membership closed through this channel takes the discount, until 30 September 2026.
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,300+ leaders, 12 meetups/yr, 500+ conference), and the two qualifying questions that start the wizard |
get_reach_options | We want one thing once (a newsletter send, a meetup in our office, a dinner). What does it cost? | Every one-off with price, lead time, examples and reach figures; the combo discount; the 90-day credit against a membership; what is not for sale |
quote_reach_combo | What do these one-offs cost together? | Authoritative total for a one-off basket with the combo discount by item count applied |
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 |
book_intro_call | Can we just talk to a human first? | Direct booking link for an intro meeting with ELC's founder — the second ending besides the offer; the free layer is the third |
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
Microsoft 365 Copilot (via Copilot Studio) — open your agent → Tools → Add a tool → New tool → Model Context Protocol → Server URL https://www.engineeringleaders.io/mcp/partnership, authentication None → Add to agent. Streamable HTTP, which is the one transport Copilot Studio supports.
Perplexity (Pro/Enterprise) — profile → All settings → Connectors → Custom connector → Remote → MCP Server URL https://www.engineeringleaders.io/mcp/partnership, transport Streamable HTTP, authentication None.
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, membership 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