MCP Reference

Complete reference for HeyWarmLead's Model Context Protocol tools.

MCP Endpoint

Use this endpoint to connect any MCP-compatible AI assistant:

https://heywarmlead.com/api/v1/mcp

Configuration Examples

Claude Desktop

{
  "mcpServers": {
    "heywarmlead": {
      "url": "https://heywarmlead.com/api/v1/mcp"
    }
  }
}

Claude Code (.mcp.json)

{
  "mcpServers": {
    "heywarmlead": {
      "url": "https://heywarmlead.com/api/v1/mcp"
    }
  }
}

Generic MCP Client

Point any MCP-compatible client to the endpoint above. HeyWarmLead uses streamable HTTP transport.

Available Tools

CategoryMCP Tools
Businesses
create_businesslist_businessesget_businessupdate_businessdelete_business
Leads
create_leadlist_leadsget_leadupdate_leaddelete_lead
Contacts
create_contactlist_contactsget_contactupdate_contactdelete_contact
Agents
create_agentlist_agentsget_agentupdate_agentdelete_agent
Touchpoints
log_touchpointlist_touchpoints
Social Profiles
create_social_profilelist_social_profilesget_social_profileupdate_social_profiledelete_social_profile

Next Steps

Last updated