streamable-httpMITupdated 9d ago
"What does it cost to partner with an engineering community in Central Europe, and what do we get month by month?"
elc partnership builder 能做什么?
elc-partnership-builder
"What does it cost to partner with an engineering community in Central Europe, and what do we get month by month?"
This MCP server answers it with real numbers. It builds a tailored company partnership with Engineering Leaders Community — 3,100+ CTOs, VPs of Engineering, engineering managers and tech leads across Prague, Brno, Bratislava and Kraków — directly from your AI assistant: qualify the goal, match a package, customize priced line items, lay out the 12-month journey, send the itemized offer.
Inquiries sent through the AI channel get 16% off the composed total, applied automatically at submission. That is the whole point of connecting: the discount lives on this channel and the web configurator does not carry it.

Connect
Endpoint: https://www.engineeringleaders.io/mcp/partnership (streamable HTTP, no auth, no signup)
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 the endpoint.
Cursor (.cursor/mcp.json):
{ "mcpServers": { "elc-partnership": { "url": "https://www.engineeringleaders.io/mcp/partnership" } } }
ChatGPT (developer mode): Settings → Connectors → Add → the endpoint as the MCP server URL.
No MCP-capable tool? The same builder runs as a chat at engineeringleaders.io/partner/chat, and the connect guide lives at engineeringleaders.io/partner/ai.
Tools
| Tool | Answers |
|---|---|
get_partnership_options |
Should my company partner with ELC, and how does membership work? |
match_package |
Which package fits our goal and budget? |
customize_package |
What exactly is inside, and what does our version cost? |
design_journey |
What happens across the 12 months if we sign? |
request_offer |
How do we get this in writing? (The only tool that takes contact details.) |
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 number engineeringleaders.io/partner/membership disagrees with. The machine-readable catalog is public at /partner/offer-catalog.json.
Architecture
One tool core, two doors: POST /mcp/partnership speaks MCP, POST /mcp/partnership/chat serves the site's chat widget through the same in-process tool functions. The 12-month journey engine is deterministic — a journey can only ever contain items in the basket, because a generated month is a delivery commitment, not prose.
src/data/offer-catalog.json is generated from a private source-of-truth catalog and is not in this repo; the runtime redacts internal fields before anything is returned. Cloudflare Workers, McpAgent, streamable HTTP.
License
MIT. Built and maintained by Engineering Leaders Community. Questions: weare@engineeringleaders.io
安装
把 elc partnership builder 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http elc-partnership-builder https://www.engineeringleaders.io/mcp/partnershipcodex mcp add elc-partnership-builder --url https://www.engineeringleaders.io/mcp/partnership{
"mcpServers": {
"elc-partnership-builder": {
"url": "https://www.engineeringleaders.io/mcp/partnership"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"elc-partnership-builder": {
"type": "http",
"url": "https://www.engineeringleaders.io/mcp/partnership"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"elc-partnership-builder": {
"url": "https://www.engineeringleaders.io/mcp/partnership"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"elc-partnership-builder": {
"serverUrl": "https://www.engineeringleaders.io/mcp/partnership"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
5 个工具
elc partnership builder 向已连接的智能体提供 5 个工具。
- get_partnership_options
- Should my company partner with ELC, and how does membership work?
- match_package
- Which package fits our goal and budget?
- customize_package
- What exactly is inside, and what does our version cost?
- design_journey
- What happens across the 12 months if we sign?
- request_offer
- How do we get this in writing? (The only tool that takes contact details.)
评分
72 / 100
良好
- 文档22/25
- 维护19/25
- 可信度13/20
- 能力6/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 1 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 5 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年8月8日 |