PullPush for AI agents
PullPush exposes MCP tools so AI agents can build, inspect, test, modify, and operate integrations. Connect any system to any system — from inside your IDE, CI pipeline, or custom agent.
What agents can do
Create connector definitions
Generate working connectors from API docs, OpenAPI specs, Postman collections, or plain-language descriptions.
Modify existing connectors
Add endpoints, change authentication, update pagination logic, or extend support for custom fields.
Suggest field mappings
AI matches source fields to canonical schema and destination fields with confidence scores.
Add custom transform code
Write validation logic, data enrichment, conditional routing, or complex field transformations.
Compose multi-step workflows
Build DAGs that chain multiple connectors, transforms, filters, and conditional branches.
Run previews
Compare source and destination data side-by-side before any writes happen.
Inspect sync logs
Query event traces, view delivery status, and track data through the entire pipeline.
Investigate errors
Analyze dead-letter queue entries, identify root causes, and suggest the safest fix.
Retry failed events
Replay individual events or batches from the DLQ with one command.
Compare shadow-mode output
See exactly what would change if a connector went live — diff every record.
Roll back connector versions
Revert to any previous version of a connector definition safely and instantly.
Example prompts
These are real prompts you can give to any MCP-connected AI assistant (Claude, Cursor, GPT) with PullPush tools enabled.
80+ MCP tools
PullPush implements the Model Context Protocol with tool groups for the full connector lifecycle.
Build
Generate and validate connectors from API documentation.
Connector Definitions
Manage the lifecycle of connector definitions.
Canonical
Work with the canonical data model and field mappings.
Sync
Run previews, reconciliation, and inspect flow state.
Compose
Build and deploy multi-step workflow DAGs.
Monitor
Monitor system health, inspect events, and manage the DLQ.
Connect to your IDE
Cursor
{
"mcpServers": {
"pullpush": {
"url": "https://api.pullpush.ai/mcp",
"headers": {
"Authorization": "Bearer YOUR_KEY"
}
}
}
}Claude Desktop
{
"mcpServers": {
"pullpush": {
"transport": "streamable_http",
"url": "https://api.pullpush.ai/mcp"
}
}
}The safety boundary
What AI does (build time)
- ✓ Read API documentation
- ✓ Generate connector definitions
- ✓ Suggest field mappings
- ✓ Write custom transform code
- ✓ Compose workflows
- ✓ Investigate errors and suggest fixes
What the runtime does (production)
- ✓ Execute versioned connector definitions
- ✓ Deliver events with per-key ordering
- ✓ Retry with exponential backoff
- ✓ Circuit-break on failures
- ✓ Deduplicate and guard against replays
- ✓ Encrypt all credentials per tenant
Start building integrations with AI
Connect PullPush to your AI assistant and start building connectors, mappings, and workflows in minutes.