Polytomic MCP Server
This MCP server enables interaction with the Polytomic API to manage data connections, models, and synchronization tasks. It supports both Reverse ETL and ELT operations, allowing users to trigger syncs, monitor execution status, and configure data pipelines.
README
Polytomic MCP Server
A Model Context Protocol (MCP) server for interacting with the Polytomic API.
Available Tools
Connections
| Tool | Description |
|---|---|
list_connection_types |
List all available connection types (connectors) |
list_connections |
List all data connections |
get_connection |
Get details for a specific connection |
create_connection |
Create a new data connection |
update_connection |
Update an existing connection |
delete_connection |
Delete a connection |
Models
| Tool | Description |
|---|---|
list_models |
List all data models |
get_model |
Get details and fields for a specific model |
create_model |
Create a new data model |
update_model |
Update an existing model |
delete_model |
Delete a model |
Model Syncs (Reverse ETL)
| Tool | Description |
|---|---|
list_syncs |
List all model syncs |
get_sync |
Get details for a specific sync |
create_sync |
Create a new model sync |
update_sync |
Update an existing sync |
delete_sync |
Delete a sync |
activate_sync |
Activate (enable) a sync |
trigger_sync |
Manually trigger a sync to run |
get_sync_status |
Get the current status of a sync |
list_sync_executions |
List execution history for a sync |
get_sync_execution |
Get details for a specific sync execution |
Bulk Syncs (ELT)
| Tool | Description |
|---|---|
list_bulk_syncs |
List all bulk syncs |
get_bulk_sync |
Get details for a specific bulk sync |
create_bulk_sync |
Create a new bulk sync |
update_bulk_sync |
Update an existing bulk sync |
delete_bulk_sync |
Delete a bulk sync |
activate_bulk_sync |
Activate or deactivate a bulk sync |
trigger_bulk_sync |
Manually trigger a bulk sync to run |
get_bulk_sync_status |
Get the current status of a bulk sync |
list_bulk_sync_executions |
List execution history for a bulk sync |
get_bulk_sync_schemas |
Get available schemas/tables for a bulk sync |
update_bulk_sync_schemas |
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/activate -
Install 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>
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.