Skip to content

Tool Connections (MCP)

Heard connects to your external tools like CRM, billing, and ticketing systems via the Model Context Protocol (MCP). MCP is an open standard that lets the AI call your tools directly, without needing any custom integration code.

When a tool is connected, the AI can use it as part of its action plans: update a CRM field, issue a refund in Stripe, create a ticket in Jira, or look up account details in your billing system.


  1. Navigate to Settings → Tool Connections
  2. Click Add Connection
  3. Enter the connection details:
FieldDescriptionExample
NameA friendly name for this tool”Stripe Billing”
MCP Server URLThe URL of the MCP serverhttps://mcp.stripe.com/v1 or http://internal.yourco.com:3001/mcp
AuthenticationAPI key or OAuth credentials for the toolsk_live_abc123...
Assigned TeamsWhich teams can use this toolSupport, Billing
  1. Click Test Connection — Heard discovers the tool’s available capabilities
  2. Click Save

Once connected, the AI can include tool calls in its action plans:

Action Plan:

  1. Send apology email to customer (SEND_EMAIL)
  2. Credit $450 to their Stripe account (CRM_UPDATE via Stripe)
  3. Create follow-up ticket in Jira (CRM_UPDATE via Jira)

Each tool call goes through the same HITL gate as any other action. This ensures you maintain full control over what the AI does with your tools.


Tools are assigned to specific teams. The Support team cannot access the Sales team’s HubSpot connection. This ensures:

  • Data isolation between departments
  • Least-privilege access to external systems
  • Audit clarity — you know exactly which team accessed which tool

If your MCP server is behind a firewall or VPN, the cloud-hosted Heard API can’t reach it directly. In this case, the OpenClaw acts as a bridge:

  1. The OpenClaw runs inside your network (or has VPN access)
  2. The AI dispatches the tool call to the OpenClaw
  3. The OpenClaw executes the call locally and returns the result
  4. The result is fed back to the AI for the next step

See OpenClaw Setup for details.


Any system with an MCP server works with Heard. Common examples:

ToolUse Case
StripeIssue refunds, look up subscription status
HubSpotUpdate CRM contacts, move deals through pipeline
SalesforceUpdate opportunities, log activities
JiraCreate tickets, update status
ZendeskCreate tickets, add internal notes
Custom APIsAny internal system exposed via MCP