Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Polytomic MCP Servertrigger the 'Salesforce to Snowflake' sync"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Polytomic MCP Server
A Model Context Protocol (MCP) server for interacting with the Polytomic API.
Available Tools
Connections
Tool | Description |
| List all available connection types (connectors) |
| List all data connections |
| Get details for a specific connection |
| Create a new data connection |
| Update an existing connection |
| Delete a connection |
Models
Tool | Description |
| List all data models |
| Get details and fields for a specific model |
| Create a new data model |
| Update an existing model |
| Delete a model |
Model Syncs (Reverse ETL)
Tool | Description |
| List all model syncs |
| Get details for a specific sync |
| Create a new model sync |
| Update an existing sync |
| Delete a sync |
| Activate (enable) a sync |
| Manually trigger a sync to run |
| Get the current status of a sync |
| List execution history for a sync |
| Get details for a specific sync execution |
Bulk Syncs (ELT)
Tool | Description |
| List all bulk syncs |
| Get details for a specific bulk sync |
| Create a new bulk sync |
| Update an existing bulk sync |
| Delete a bulk sync |
| Activate or deactivate a bulk sync |
| Manually trigger a bulk sync to run |
| Get the current status of a bulk sync |
| List execution history for a bulk sync |
| Get available schemas/tables for a bulk sync |
| Update which schemas/tables are enabled for a bulk sync |
Setup
Create and activate a virtual environment:
cd projects/mcp-servers/polytomic python -m venv venv source venv/bin/activateInstall the package:
pip install -e .Run the server:
python -m polytomic_mcp.server # or polytomic-mcp
Environment Variables
POLYTOMIC_API_KEY- Your Polytomic API key (Bearer token)
Usage with mcporter
The server is configured in mcporter and can be used via:
mcporter call polytomic.list_connections
mcporter call polytomic.get_sync id=<sync-id>
mcporter call polytomic.trigger_sync id=<sync-id>Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.