Skip to main content
For developers & AI agents

Build with Stunt Double

The Stunt Double platform exposes a Model Context Protocol (MCP) server so your AI assistant can manage workspaces, run checklists, trigger workflows, and more — without driving a browser.

MCP endpoint
Connect any MCP-compatible client (Claude Desktop, Cursor, etc.) to the Stunt Double platform via Streamable HTTP.
Transport
streamable-http
Endpoint URL
https://app.stuntdouble.io/api/mcp
Discovery manifest
https://stuntdouble.io/.well-known/mcp.json
Authentication
OAuth 2.1 with PKCE. Dynamic client registration is supported. Users can scope access to specific workspaces.
Authorization URL
https://app.stuntdouble.io/oauth/authorize
Token URL
https://app.stuntdouble.io/oauth/token

Full OAuth metadata is published at /.well-known/oauth-authorization-server on app.stuntdouble.io.

Tool catalogue
23 tools across 7 domains. All tools respect workspace-level permissions and enforce the authenticated user's row-level security policies.

Workspaces

  • list_workspaces
  • get_workspace
  • list_workspace_members

Actors

  • list_actors
  • get_actor
  • create_actor
  • update_actor

Knowledge

  • list_actor_knowledge
  • add_actor_knowledge
  • remove_actor_knowledge

Conversations

  • list_conversations
  • get_conversation

Checklists

  • list_checklists
  • get_checklist
  • get_checklist_run
  • run_checklist

Workflows

  • list_workflows
  • get_workflow
  • run_workflow
  • get_workflow_run

Feedback

  • list_feedback
  • get_feedback
  • update_feedback_status