← Index

io.github.leadpipe-com/leadpipe

io.github.leadpipe-com/leadpipe·v0.2.1·Other
Quality Score
80
/100

Official MCP server for Leadpipe intent and data APIs.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "leadpipe": {
      "command": "npx",
      "args": [
        "-y",
        "@leadpipe/mcp"
      ],
      "env": {
        "LEADPIPE_API_KEY": "<your-leadpipe_api_key>",
        "LEADPIPE_BASE_URL": "<leadpipe_base_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "leadpipe": {
      "command": "npx",
      "args": [
        "-y",
        "@leadpipe/mcp"
      ],
      "env": {
        "LEADPIPE_API_KEY": "<your-leadpipe_api_key>",
        "LEADPIPE_BASE_URL": "<leadpipe_base_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @leadpipe/mcp
§02  Environment variables
LEADPIPE_API_KEY
requiredsecret

Leadpipe API key used for authenticated intent and data workflows.

LEADPIPE_BASE_URL

Optional alternate Leadpipe API base URL for non-default environments.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other