Skip to main content

MCP Server

Steerco provides an MCP (Model Context Protocol) server that lets AI tools interact with your presentations and data using natural language.

What is MCP?

MCP is an open protocol that allows AI assistants to connect to external tools and data sources. When you connect an MCP-compatible tool to Steerco, it can:
  • List and view your presentations
  • Generate new presentations from instructions
  • Export presentations to PPTX or PDF
  • Browse templates and themes
  • Search your CRM entities

Supported Tools

Claude Desktop

Anthropic’s desktop app for Claude

Cursor

AI-powered code editor

Server URL

https://api.getsteerco.com/mcp
You’ll be prompted to sign in on first connection. No additional configuration is needed — authentication is handled automatically via OAuth.

Available Tools

ToolDescriptionMutates?
list_workspacesList workspaces you have access toNo
list_presentationsList presentations with paginationNo
get_presentationGet presentation details including slidesNo
list_templatesList available templatesNo
list_themesList available themesNo
search_entitiesSearch accounts, contacts, etc.No
export_presentationExport to PPTX or PDFNo
generate_presentationGenerate a new AI presentationYes — creates a presentation
update_presentationUpdate an existing presentation with AI-driven editsYes — overwrites slides

Notes on specific tools

  • generate_presentation counts against your plan’s presentation limit. If you hit the limit you’ll see a 403 with an upgrade prompt.
  • update_presentation modifies the target presentation in place. There’s no automatic version history — keep a copy if you need to roll back.
  • export_presentation is asynchronous. The call may take 1–3 minutes while the file is generated, and the returned download URL is valid for 14 hours.

Privacy & data handling

OAuth tokens are scoped to the signing-in user and expire automatically. Revoke access at any time from your Steerco account’s connected apps page.