← engineeringleaders.io

INDIVIDUAL MCP TOOL

fit_to_budget

Use when the visitor names a NUMBER rather than a band — 'we have 8,000 approved', 'can we do this for five thousand'.

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 fit_to_budget 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

  • get_started — Call this for a greeting (hi, hello), a connectivity/liveness test, 'what can you do', or any message too general to match a specific tool below.
  • get_more_tools — Check for additional tools whenever your task might benefit from specialized capabilities, even if existing tools could work as a fallback.
  • get_reach_options — START HERE when a company wants ONE thing once, not a year-long membership: a section or a dedicated send in the Leaders' Brief newsletter, a meetup hosted in their office, a podcast episode, a decision-maker dinner, a community survey, a demo session, a LinkedIn post, a job board listing.
  • quote_reach_combo — Pass the one-off ids the visitor picked; returns each item's price, the list total, the combo discount by item count (job board listings never count), and the final total.
  • get_partnership_options — START HERE for any company considering an ELC membership (personas: HR, CTO, employer branding).
  • 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.
  • book_intro_call — The second legitimate ending besides request_offer: a direct booking link for a 1:1 intro meeting with Marian Kamenistak, ELC's founder.