Sign In

pullpush-mcp-dev

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pullpush-mcp-dev

MCP server for PullPush.ai platform development — connector authoring, canonical schemas, billing, partner admin, and batch operations

latest
npmnpm
Version
1.0.1
Version published
Weekly downloads
5
Maintainers
1
Weekly downloads
 
Created
Source

pullpush-mcp-dev

MCP server for PullPush.ai platform development — connector authoring, canonical schema management, marketplace publishing, billing, partner admin, and batch operations.

This is the developer/admin companion to kaduno-pullpush-mcp. It exposes the full tool surface including platform administration tools that require elevated API keys.

Quick Start

{
  "mcpServers": {
    "pullpush-dev": {
      "command": "npx",
      "args": ["-y", "pullpush-mcp-dev@latest"],
      "env": {
        "PULLPUSH_API_KEY": "<admin-or-org-key>"
      }
    }
  }
}

Add to ~/.cursor/mcp.json (Cursor) or your MCP client config.

Requires an admin or org-level API key — tenant keys will work but with limited tool access.

Environment Variables

VariableRequiredDefaultDescription
PULLPUSH_API_KEYYesAdmin or org-level API key
PULLPUSH_API_URLNohttps://api.pullpush.aiAPI base URL

CLI Flags

npx pullpush-mcp-dev --help      # Show usage help
npx pullpush-mcp-dev --version   # Show version

Tools Overview

Everything in kaduno-pullpush-mcp, plus:

Connector Development

  • AI Generationpullpush.connector.generate creates connector definitions from API docs
  • Compose Loop — Iterative AI-driven connector refinement with test gates
  • Live Test — Test connectors against real APIs in sandbox mode
  • Discover Docs — AI-powered API documentation discovery

Canonical Schema Management

  • Propose — Draft canonical type extensions with migration planning
  • Extend — Add fields to live canonical types safely
  • Activate — Promote draft schemas to active state

Marketplace

  • Publish — Submit connectors to the community marketplace
  • Stats — Connector install/usage analytics

Platform Admin

  • Tenant Governance — Create tenants, manage registrations, approve access
  • Billing — Subscriptions, usage, invoices, revenue metrics
  • Partners — Partner orgs, commissions, payouts
  • Backup — Configure automated backup policies and restore

Batch Operations

  • preview-all — Preview sync across all active flows
  • reconcile-all — Reconcile all flows in parallel
  • health-matrix — Status dashboard across all connections
  • pause-degraded — Auto-pause unhealthy flows

Guided Prompts

MCP prompts provide step-by-step workflows:

PromptUse case
onboard-connectorBuild a new connector from scratch
extend-canonicalAdd fields to a canonical type
set-up-syncConfigure source→destination sync
diagnose-flowSystematic failure diagnosis
shadow-cutoverSafely go live from shadow mode

Which Package Do I Need?

PackageAudienceKey
kaduno-pullpush-mcpOperators, tenantsTenant or org key
pullpush-mcp-devDevelopers, adminsAdmin or org key

If you only need to manage your own connections and flows, use kaduno-pullpush-mcp. If you build connectors, manage the platform, or need billing/partner tools, use this package.

Development

git clone <repo-url>
cd publish/mcp-dev
npm install
npm run dev    # Run from source via tsx
npm run build  # Compile with tsup

License

MIT

Keywords

mcp

FAQs

Package last updated on 02 Jul 2026

Related posts