Back to Browse

Elc Partnership Builder MCP Server

Developer ToolsModerate5.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Build and price an ELC community partnership: match, customize, 12-month plan, 16% AI discount.

About

Build and price an ELC community partnership: match, customize, 12-month plan, 16% AI discount.

Remote endpoints: streamable-http: https://www.engineeringleaders.io/mcp/partnership

Security Report

5.2
Moderate5.2Moderate Risk

This is a well-structured partnership builder MCP server with appropriate authentication and permission scoping. The server handles sensitive operations (offer submission, CRM integration, email notifications) with proper server-side validation and recomputation. No malicious patterns, hardcoded credentials, or dangerous code execution vulnerabilities detected. Minor findings relate to error handling breadth and logging practices, which are typical low-severity code quality issues that do not materially impact security for this category. Supply chain analysis found 1 known vulnerability in dependencies (1 critical, 0 high severity).

5 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

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

ToolAnswers
get_partnership_optionsShould my company partner with ELC, and how does membership work?
match_packageWhich package fits our goal and budget?
customize_packageWhat exactly is inside, and what does our version cost?
design_journeyWhat happens across the 12 months if we sign?
request_offerHow 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

Reviews

No reviews yet

Be the first to review this server!