← Back to Plugins
MCP Server MCP

io.github.leadpipe-com/leadpipe

github By github 👁 1 views ▲ 0 votes

Official MCP server for Leadpipe intent and data APIs.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...