MCP server exposing 5 tools for intercom.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/intercom/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
ic_search_contacts — Search for contacts by name, email, or custom attributes. Returns contact ID, name, email, and metadata.ic_get_contact — Get full contact details by ID. Returns name, email, phone, attributes, tags, and conversation history.ic_list_conversations — List conversations with pagination. Returns conversation ID, participants, status, created date, and last message preview.ic_get_conversation — Get complete conversation thread by ID. Returns all messages, timestamps, participants, and metadata.ic_list_companies — List companies with pagination. Returns company ID, name, website, employee count, and custom attributes.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/intercom/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io