ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Pumble with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Bring your AI agent into your Pumble workspace. read channel history, post messages, create channels, and manage team communication seamlessly.

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 · 10 capabilities

The complete Pumble capability set.

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

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Pumble.

  1. 01

    Create chat channel

    Specify name and whether it should be private. Creates a new communication channel

  2. 02

    Get channel info

    Retrieves detailed information about a specific channel

  3. 03

    Get user info

    Retrieves detailed information for a specific user

  4. 04

    List all channels

    Lists all public and private channels available in the workspace

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Pumble.

  1. 05

    List workspace users

    Lists all users in the Pumble workspace

  2. 06

    Chat add reaction

    Adds an emoji reaction to a message

  3. 07

    Chat delete message

    This action is irreversible. Deletes a message from a Pumble channel

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Pumble.

  1. 08

    Chat history messages

    Retrieves recent messages from a channel

  2. 09

    Chat post message

    Specify the channel ID and the message text. Sends a message to a Pumble channel

  3. 10

    Chat update message

    Updates a pre-existing message

Observed, not estimated

947ms average. Fast in production.

Pumble is checked daily against the live service.

Daily averagePeak 1037ms
Aug 21Today
Fastest day
798ms
Slowest day
1037ms
14-day trend
Stable-2%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 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 Pumble, so you can see the experience inside your AI.

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

Pumble Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_4Sx6etxJF4y3fBjh6aBFRvVq4JmKLIrA6jdJWOmp/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 — Pumble capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "pumble-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_4Sx6etxJF4y3fBjh6aBFRvVq4JmKLIrA6jdJWOmp/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 Pumble owners ask.

  • 01

    How do I securely obtain my API Key?

    Installation in Pumble is unique. In your workspace, click + Add apps in the left sidebar, find the API addon, and install it. After doing so, go to any chat input box in Pumble and type /api-keys generate. A private, ephemeral message will appear containing your secret token. Paste that token here.

  • 02

    Can my AI automatically reply to unread issues?

    Yes. You can instruct your agent to regularly fetch messages from a specific channel (chat_history_messages). The agent can evaluate questions, generate answers based on your knowledge base, and then use chat_post_message to post the solution back to the team instantly.

  • 03

    Is it possible for the AI to react with emojis?

    Absolutely. It uses the chat_add_reaction functionality. A common use case is having the agent process a batch of tickets reported in Pumble, and instruct it to leave a '✅' checkmark reaction on the original message to signify that work is complete.

  • 04

    What happens if a bot message has a typo?

    Unlike standard webhooks, this integration provides full bidirectional control. If your AI posted something incorrect, simply ask it to update its previous message. It will fetch its message ID and push a new payload using the chat_update_message capability instantly without leaving double messages.