Serversio.github.leadpipe-com/leadpipe
L

io.github.leadpipe-com/leadpipe

io.github.leadpipe-com/leadpipe · v0.2.1
▦ npm
v0.2.1npm npm: @leadpipe/mcp↗ Repository
{}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.leadpipe-com/leadpipe",
  "description": "Official MCP server for Leadpipe intent and data APIs.",
  "repository": {
    "url": "https://github.com/leadpipe-com/mcp",
    "source": "github"
  },
  "version": "0.2.1",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}