Skip to main content
The Pipecorn MCP server enables your AI agents and tools to interact directly with Pipecorn’s products via the Model Context Protocol. Once connected, your AI assistant can find companies, search leads, and enrich contacts on your behalf. Server URL: https://mcp.pipecorn.com/mcp
Two authentication methods are supported: OAuth (for Claude and ChatGPT) and API key (for Claude Code, Cursor, and any MCP-compatible tool that supports custom headers).

Prerequisites

  • A Pipecorn account with an API key
  • Node.js — only required for Claude Code and Cursor

Installation

Claude

1

Open the Connectors panel

In the Claude sidebar, click Customize, then go to Connectors.
2

Add a custom connector

Click +, then Add custom connector.
3

Fill in the connector details

Set Name to Pipecorn and URL to https://mcp.pipecorn.com/mcp, then save.
4

Authenticate

Follow the OAuth flow to connect your Pipecorn account.

ChatGPT

1

Enable developer mode

Go to Settings → Apps → Advanced settings and activate Developer mode.
2

Create a new app

Click Create app.
3

Fill in the app details

Set Name to Pipecorn, MCP server URL to https://mcp.pipecorn.com/mcp, and Authentication to OAuth, then save.
4

Authenticate

Follow the OAuth flow to connect your Pipecorn account.

Claude Code

Run the following command in your terminal, replacing YOUR-API-KEY with your Pipecorn API key:

Available tools

Tools trigger actions on behalf of the user based on the goals and information already in the LLM’s context.

Companies

Leads

Contacts

Lists

Personas

Signals

Jobs

Utilities

Example prompts

Here are some examples of what you can ask your AI agent to do with the Pipecorn MCP server.

People enrichment

Find the workers at Pipecorn and find their phones and emails.
The agent uses enrich_account to find Pipecorn’s LinkedIn ID, then search_leads_in_company to list employees, then bulk_enrich_contacts to retrieve their emails and phones.

Targeted prospecting

Find the [job title] of [industry] companies in Paris.
The agent uses search_locations to get the Paris location ID, then search_accounts to find [industry] companies, then search_leads_in_company to find [job title] at each company, then bulk_enrich_contacts to retrieve their emails and phones.

Roadmap

The MCP server is updated regularly. Upcoming work:
  • Additional tools for Signals and Lists
  • CSV download support
  • Custom UI cards
  • Token-usage optimizations