MCP Server
MCP
io.github.leadpipe-com/leadpipe
Official MCP server for Leadpipe intent and data APIs.
Install
npx -y @leadpipe/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@leadpipe/mcp",
"version": "0.2.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Leadpipe API key used for authenticated intent and data workflows.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "LEADPIPE_API_KEY"
},
{
"description": "Optional alternate Leadpipe API base URL for non-default environments.",
"format": "string",
"name": "LEADPIPE_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment