Marketing

HeyReach MCP Server

Use Studio chat to drive this server — credentials stay in your workspace.

HeyReach's hosted Model Context Protocol server for LinkedIn outbound: campaigns, lead lists, conversations, sender network data, and account analytics through your HeyReach API key.

Official server
Agent guide included
API Key
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

AI Skill
SKILL.md

Domain knowledge for HeyReach MCP — workflow patterns, data models, and gotchas for your AI agent.

Use your HeyReach API key (Settings → API Keys). The hosted MCP endpoint expects it as Bearer credentials on each HTTP request; other header styles are rejected with 401.

This integration is dynamic: the live tool list comes from the server at connection time. Orient using concepts below, then match capabilities to the tools and descriptions your client shows.

Core domains

LinkedIn sender accounts: List and inspect the LinkedIn identities that send on your behalf. Many workflows need a sender or account scope before you change routing or interpret activity.

Campaigns: List, inspect, pause, resume, and manage leads inside sequences. Only add leads to campaigns that are actually ready to send (not draft or misconfigured states).

Lead lists: Create lists, page through them, add or remove rows by profile identity, and move leads between lists or campaigns when the product allows it.

Conversations: Pull thread-style activity with filters (sender, campaign, lead identifiers, free-text search) when you need reply context or inbox triage.

Tags and lead context: Attach or read tags on a lead when you need segmentation or follow-up logic driven by labels.

Webhooks: Register and inspect outbound HTTP hooks for product events when you are integrating external systems.

Messaging: Send outbound messages where the product permits; respect sequence state and compliance (do not blast cold contacts outside campaign rules).

Workflow patterns

Start from read operations to collect stable IDs (senders, campaigns, lists, leads) before write steps. Pagination parameters are first-class—default page sizes are not always implied, so pass explicit limits when the schema allows.

Aggregate analytics and rollups often require account and campaign scope in the payload; if the API responds with a validation error about missing scope, gather those IDs from listing endpoints first.

Batch lead imports and status toggles can hit rate limits—space writes and surface HTTP errors to the user in full.

Entity model (conceptual)

A campaign ties together LinkedIn senders, lead sources, and sequence steps. Leads are usually addressed by profile URL, email, or internal identifiers depending on the operation. Lists hold leads for bulk operations. Conversations link leads, senders, and campaigns for reply tracking.

Frequently Asked Questions

What is the HeyReach MCP server?

HeyReach's hosted Model Context Protocol server for LinkedIn outbound: campaigns, lead lists, conversations, sender network data, and account analytics through your HeyReach API key. It provides tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect HeyReach MCP to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/heyreach-mcp. Authentication is handled automatically.

What authentication does HeyReach MCP require?

HeyReach MCP uses API Key. HeyReach MCP requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect HeyReach MCP to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/heyreach-mcp

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to chat with HeyReach?

Same flow: Studio opens on this server after sign-in. Keep chatting to call tools from the conversation.

HeyReach MCP Server & Skill