Leadpipe MCP

Leadpipe MCP

Provides access to Leadpipe's intent and data APIs for topic discovery, audience management, and visitor data lookup. It enables agents to automate lead generation workflows, analyze website topics, and manage tracking pixels through natural language.

Category
访问服务器

README

Leadpipe MCP

Official MCP server for Leadpipe intent and data APIs.

Use this server to give agents direct access to:

  • topic discovery
  • website topic analysis
  • audience preview and ad hoc query
  • saved audience management
  • audience status, results, runs, stats, and exports
  • visitor data lookup
  • tracking pixel management
  • account health and credit status

What This Is

Leadpipe MCP wraps the public Leadpipe intent and data APIs in a local MCP server that agents can use over stdio.

This server is API-key authenticated by default so the full audience workflow, visitor data access, and pixel management workflows are available to agents.

Use With Claude, Cursor, and Codex

Most users do not need to clone this repo or build from source. The published package is:

npx -y @leadpipe/mcp

You will need:

export LEADPIPE_API_KEY=sk_...

Optional advanced override:

export LEADPIPE_BASE_URL=https://api.aws53.cloud

LEADPIPE_BASE_URL only needs to change if you are pointing at a non-default environment.

Claude Desktop

Add this to your Claude Desktop MCP config:

{
  "mcpServers": {
    "leadpipe": {
      "command": "npx",
      "args": ["-y", "@leadpipe/mcp"],
      "env": {
        "LEADPIPE_API_KEY": "sk_..."
      }
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "leadpipe": {
      "command": "npx",
      "args": ["-y", "@leadpipe/mcp"],
      "env": {
        "LEADPIPE_API_KEY": "sk_..."
      }
    }
  }
}

Codex

Add the server with the Codex CLI:

codex mcp add leadpipe --env LEADPIPE_API_KEY=sk_... -- npx -y @leadpipe/mcp

Then confirm it is configured:

codex mcp list

Quick Start

If you just want to verify the package runs:

npx -y @leadpipe/mcp

Run From Source

For local development or repo hacking:

npm install
npm run build
node dist/index.js

For iterative local development:

npm run dev

Local source build MCP config:

{
  "mcpServers": {
    "leadpipe": {
      "command": "node",
      "args": ["/absolute/path/to/mcp/dist/index.js"],
      "env": {
        "LEADPIPE_API_KEY": "sk_..."
      }
    }
  }
}

Tool Surface

Topic Discovery

  • list_topics
  • get_topic_facets
  • search_topics
  • get_topic_trend
  • compare_topics
  • get_topic_movers
  • analyze_website_topics

Audience Builder

  • get_audience_filters
  • preview_audience
  • query_audience
  • list_audiences
  • get_audience
  • create_audience
  • update_audience
  • delete_audience

Audience Results

  • get_audience_status
  • get_audience_results
  • list_audience_runs
  • get_audience_stats
  • export_audience

Visitor Data

  • query_visitor_data

Pixels

  • list_pixels
  • create_pixel
  • update_pixel

Account

  • get_account_status

Prompts

  • discover-audience-topics
  • operate-saved-audience
  • investigate-visitor-data

Prompt Examples

See examples/prompt-examples.md for copy-paste prompts that work well with this MCP server.

Good starting prompts:

  • "Find 5-10 B2B topics for cloud cost optimization software, compare their recent trends, and preview an audience."
  • "Create a saved audience for these topics, activate it, wait until it is ready, and then summarize the first page of results."
  • "Check the status of audience <audience-id>. If it is ready, export it and give me the download URL."
  • "Investigate visitor activity for example.com over the last 30 days and tell me whether our tracking setup looks healthy."
  • "List our pixels, find any paused ones, and explain what needs attention."

Agent Playbooks

For more structured operational flows, see:

Resources

  • leadpipe://docs/auth
  • leadpipe://docs/workflows
  • leadpipe://docs/data-api

Typical Agent Workflow

  1. Search or analyze topics
  2. Preview audience size
  3. Create or update a saved audience
  4. Check status until the audience is ready
  5. Fetch results or export CSV

Typical Data Workflow

  1. Check get_account_status
  2. Query visitor activity with query_visitor_data
  3. Inspect or create pixels with list_pixels / create_pixel
  4. Pause or reactivate tracking with update_pixel

Development

npm run typecheck
npm run build

License

MIT

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选