The Chili Piper MCP just got stronger. The latest round of MCP and Edge API improvements include:
  1. OAuth for MCP
    . Connect Claude Desktop or claude.ai to your Chili Piper tenant via a custom connector. No API key, no mcp-remote bridge. Admin-only for now, with access to every API scope once connected
  2. MCP tool calls now show in tenant logs
    . In Command Center → Integrations → API logs, you can see whether a call came in via MCP or the HTTP API (Edge)
  3. Reschedule and reassign
    . The new meeting-patch endpoint lets you change a meeting's time or host
  4. Run-now for Scheduled Trigger in Distro
    . Fire a Scheduled Trigger router on demand via Edge/MCP, no need to open the app
  5. Suggested Times widget + single-use scheduling links
    . scheduling-link-init now accepts outputs: ["SuggestedTimes", "SingleUseLink"] and returns inline-CSS email HTML for Suggested Times (pair with the Gmail MCP to auto-draft emails with times baked in) and a one-time-use scheduling URL. Handoff supports the same outputs via Edge today, with MCP coming soon
  6. Richer filters on list endpoints
    . Agents no longer have to paginate through everything. New filters on meeting-list-put (status), meeting-export-v2-put (assignees, hosts, bookers, meeting types, status), distribution-list-put (name, assignment type), and team-list-put (name, member)
  7. hostName on meeting responses
    . Meeting GET and list endpoints now return hostName alongside hostId and hostEmail, removing the need for a follow-up /user/find call
  8. More data on distribution responses
    . distribution-list-put now returns current level, who's up next, who's on vacation, who's reached a cap, and when the distribution last reset, in addition to team and weights
Check out the support article for more information.