Skip to content
MCP-Bridge
Developer Tools

Qakka MCP Config

API for Qakka Queue System

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/apache-org-qakka.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/apache-org-qakka.json to fetch programmatically.

{
  "mcpServers": {
    "apache-org-qakka": {
      "command": "npx",
      "args": ["-y","@mcp/apache-org-qakka"],
      "env": {
      "QAKKA_API_KEY": "your_qakka_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/apache-org-qakka.json

Environment Variables

QAKKA_API_KEY

Replace your_qakka_api_key with your actual qakka api key

Endpoints

GET/queues

Get list of all Queues.

POST/queues

Create new queue.

DELETE/queues/{queueName}

Delete Queue.

GET/queues/{queueName}/config

Get Queue config.

PUT/queues/{queueName}/config

Update Queue configuration.

GET/queues/{queueName}/data/{queueMessageId}

Get data associated with a Queue Message.

GET/queues/{queueName}/messages

Get next Queue Messages from a Queue

POST/queues/{queueName}/messages

Send Queue Message with a binary data (blob) payload.

DELETE/queues/{queueName}/messages/{queueMessageId}

Acknowledge that Queue Message has been processed.

GET/status

Status of webapp.