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.jsonConfiguration 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
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.jsonEnvironment Variables
QAKKA_API_KEYReplace your_qakka_api_key with your actual qakka api key
Endpoints
GET
/queuesGet list of all Queues.
POST
/queuesCreate new queue.
DELETE
/queues/{queueName}Delete Queue.
GET
/queues/{queueName}/configGet Queue config.
PUT
/queues/{queueName}/configUpdate Queue configuration.
GET
/queues/{queueName}/data/{queueMessageId}Get data associated with a Queue Message.
GET
/queues/{queueName}/messagesGet next Queue Messages from a Queue
POST
/queues/{queueName}/messagesSend Queue Message with a binary data (blob) payload.
DELETE
/queues/{queueName}/messages/{queueMessageId}Acknowledge that Queue Message has been processed.
GET
/statusStatus of webapp.