MCP Server
MCP
Leadbay
AI lead discovery, qualification, and outreach prep on your Leadbay account.
Install
npx -y @leadbay/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.leadbay.app/mcp"
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@leadbay/mcp",
"version": "0.29.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "-y",
"type": "positional"
},
{
"value": "--package=@leadbay/[email protected]",
"type": "positional"
},
{
"value": "leadbay-mcp",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Bearer token, set by the installer. Run `npx -y -p @leadbay/mcp@latest installer` and sign in with your browser.",
"isRequired": true,
"isSecret": true,
"name": "LEADBAY_TOKEN"
},
{
"description": "us or fr - Leadbay backend that owns your account.",
"isRequired": true,
"format": "string",
"default": "fr",
"choices": [
"us",
"fr"
],
"name": "LEADBAY_REGION"
},
{
"description": "Set to 0 to hide composite write tools (default: 1, ON).",
"default": "1",
"name": "LEADBAY_MCP_WRITE"
},
{
"description": "Set to 1 to expose granular API tools.",
"default": "0",
"name": "LEADBAY_MCP_ADVANCED"
},
{
"description": "Product-usage telemetry (PostHog/Sentry). Set to false to opt out. On a local/stdio install this env var is the ONLY way to stop telemetry — the account-level toggle (leadbay_set_telemetry) governs the hosted connector, not a local process (default: true).",
"default": "true",
"name": "LEADBAY_TELEMETRY_ENABLED"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment