Polytomic MCP Server
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 |
Related MCP server: nango-mcp-server
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>Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseAqualityAmaintenanceModel Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration. More information https://www.apideck.com/mcp-server426115MIT- AlicenseCqualityBmaintenanceMCP server for managing Nango environments, integrations, connections, and proxy requests. Provides tools for environment checks, integration management, connection handling, Connect sessions, and provider API calls through Nango Proxy.232MIT
- AlicenseAqualityCmaintenanceAn MCP server for controlling Fivetran data pipelines. Enables AI assistants to manage syncs, monitor connection status, and control pipelines through natural language.152MIT
- Alicense-qualityCmaintenanceMCP server for the HubSpot CRM API with tools for managing contacts, companies, deals, tickets, and CRM workflows. Generated with MCPForge. Sensitive operations can be protected with permissions, audit logs, and approval workflows.16MIT
Related MCP Connectors
MCP server for managing Prisma Postgres.
Search, document and execute authenticated API calls across 500+ apps via one MCP server
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/therevenueengineer/polytomic-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server