Leadbay✓
io.github.leadbay/leadbay-mcp · v0.6.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.leadbay/leadbay-mcp",
"description": "AI lead discovery, qualification, and outreach prep on your Leadbay account.",
"title": "Leadbay",
"repository": {
"url": "https://github.com/leadbay/leadclaw",
"source": "github",
"subfolder": "packages/mcp"
},
"version": "0.6.2",
"websiteUrl": "https://leadbay.ai",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@leadbay/mcp",
"version": "0.6.2",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "-y",
"type": "positional"
},
{
"value": "@leadbay/mcp@0.6",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Bearer token; mint with `npx -y @leadbay/mcp@0.6 login --email <you> --region <us|fr>`.",
"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"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"category": "data-access",
"tags": [
"sales",
"lead-generation",
"b2b",
"enrichment",
"outreach"
]
},
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}