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
Available Tools
| Tool | Description | Mutates? |
|---|---|---|
list_workspaces | List workspaces you have access to | No |
list_presentations | List presentations with pagination | No |
get_presentation | Get presentation details including slides | No |
list_templates | List available templates | No |
list_themes | List available themes | No |
search_entities | Search accounts, contacts, etc. | No |
export_presentation | Export to PPTX or PDF | No |
generate_presentation | Generate a new AI presentation | Yes — creates a presentation |
update_presentation | Update an existing presentation with AI-driven edits | Yes — overwrites slides |
Notes on specific tools
generate_presentationcounts against your plan’s presentation limit. If you hit the limit you’ll see a403with an upgrade prompt.update_presentationmodifies the target presentation in place. There’s no automatic version history — keep a copy if you need to roll back.export_presentationis asynchronous. The call may take 1–3 minutes while the file is generated, and the returned download URL is valid for 14 hours.

