Connect Claude, Cursor, or custom agents to Sellinger via the local stdio MCP server or our Team REST API. Query leads, send messages, and automate workflows — with ~13 stdio MCP tools and 165+ REST endpoints.
Install the local stdio MCP server or call the Team REST API directly. See setup examples below.
// Local stdio MCP server (Claude / Cursor)
{
"mcpServers": {
"sellinger": {
"command": "node",
"args": ["/path/to/mcp-server/dist/index.js"],
"env": {
"SELLINGER_API_KEY": "sk_live_...",
"SELLINGER_TEAM_ID": "your-team-uuid",
"SELLINGER_BASE_URL": "https://your-app.sellinger.ai"
}
}
}
}Leads, campaigns, conversations, and analytics via stdio MCP tools or direct REST endpoints.
Read lead profiles, enrichment data, qualification status, and full conversation history across channels.
List, create, pause, and modify outreach campaigns. Full CRUD access to your campaign configuration.
Access complete message threads across all channels — LinkedIn, Email, WhatsApp, SMS, Chat.
Pipeline metrics, channel performance, conversion rates, and historical trends — all queryable.
Send messages, book meetings, update lead status, trigger workflows — full write access.
Manage agent settings, channel configs, ICP definitions, and workspace preferences.
Whether you're building custom agents, integrating into your IDE, or automating workflows — MCP gives you full access.
Build your own AI agents that leverage Sellinger's multi-channel infrastructure. Read data, take actions, orchestrate workflows.
Learn moreUse Sellinger data directly in Cursor, VS Code, or any MCP-compatible IDE. Query leads while you code.
Learn moreConnect Sellinger to your AI-powered ops pipeline. Trigger actions based on external events.
Learn moreFrom API key to full integration in minutes. No SDK required — just standard MCP.
Generate an API key and copy your team UUID from the Sellinger dashboard.
Build mcp-server/ from the repo and add the stdio config to Claude or Cursor.
Your AI discovers ~13 stdio tools (list_leads, send_message, and more).
Query data, send messages, or call 165+ REST endpoints directly.
Generate an API key and copy your team UUID from the Sellinger dashboard.
Build mcp-server/ from the repo and add the stdio config to Claude or Cursor.
Your AI discovers ~13 stdio tools (list_leads, send_message, and more).
Query data, send messages, or call 165+ REST endpoints directly.
Follow the setup guide to install the stdio MCP server or use the REST API directly.
13+
Stdio Tools
165+
REST Routes
Claude & Cursor
Clients
Everything you need to know about connecting your AI tools to Sellinger via the Model Context Protocol.