ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Zeplo with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Schedule, queue, and manage background jobs and webhooks via Zeplo directly from your AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 17 capabilities

The complete Zeplo capability set.

These are the exact actions your AI can choose when you ask it to work with Zeplo.

Capability set01 / 05

01-04

4 capabilities in this set.

Part of 17 available through Zeplo.

  1. 01

    Create queue

    Create a new queue

  2. 02

    Delete schedule

    Delete a schedule

  3. 03

    Get queue

    Get queue details and metrics

  4. 04

    Create token

    The token value is only returned once. Create a new token for a workspace

Capability set02 / 05

05-08

4 capabilities in this set.

Part of 17 available through Zeplo.

  1. 05

    Delete queue

    Delete a queue

  2. 06

    Get request

    Get request details and timeline

  3. 07

    Invite team member

    Invite a new member to the workspace team

  4. 08

    List queues

    List queues in a workspace

Capability set03 / 05

09-11

3 capabilities in this set.

Part of 17 available through Zeplo.

  1. 09

    List schedules

    List schedules in a workspace

  2. 10

    List team

    List team members in a workspace

  3. 11

    List tokens

    List tokens in a workspace

Capability set04 / 05

12-14

3 capabilities in this set.

Part of 17 available through Zeplo.

  1. 12

    Cancel request

    Cancel a pending or scheduled request

  2. 13

    Create schedule

    Create a new schedule

  3. 14

    Enqueue request

    Resolves queue from token. Enqueue a new HTTP request

Capability set05 / 05

15-17

3 capabilities in this set.

Part of 17 available through Zeplo.

  1. 15

    List queue logs

    Get paginated request history for a queue

  2. 16

    Update queue

    Update a queue

  3. 17

    Update schedule

    Update, pause, or resume a schedule

Observed, not estimated

974ms average. Fast in production.

Zeplo is checked daily against the live service.

Daily averagePeak 1488ms
Aug 24Today
Fastest day
873ms
Slowest day
1488ms
14-day trend
Slowing+17%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 17 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Zeplo, so you can see the experience inside your AI.

It does not authenticate your account with Zeplo. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Zeplo Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_5Sj7Y435YhL7etC5VxbdO9r2LKHpV7HuKFTmESFi/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Zeplo capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "zeplo-queue-background-job-api-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_5Sj7Y435YhL7etC5VxbdO9r2LKHpV7HuKFTmESFi/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Zeplo owners ask.

  • 01

    Can I schedule a job to run at a specific time in the future?

    Yes! Use the enqueue_job capability and specify a delay or a schedule parameter. You can tell the AI 'Schedule this request for tomorrow at 10am' and it will handle the timestamp conversion for Zeplo.

  • 02

    How do I check why a specific background job failed?

    You can use the get_job capability with the Job ID. The AI will retrieve the full execution log, including the response body and status code from your endpoint, helping you debug the failure instantly.

  • 03

    Is it possible to cancel a job that hasn't run yet?

    Absolutely. Use the cancel_job capability with the target Job ID. This is useful for stopping scheduled tasks or queued jobs that are no longer necessary.