Skip to content
MCP-Bridge
ProductivityAuto-generated

Platform API MCP Server

The [REST API specification](https://www.ably.io/documentation/rest-api) for Ably.

Quick Setup

Transport: STDIO

Command: npx -y @mcp/ably-io-platform

Environment Variables

PLATFORM_API_API_KEY

Example: your_platform_api_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "ably-io-platform": {
      "command": "npx",
      "args": ["-y","@mcp/ably-io-platform"],
      "env": {
      "PLATFORM_API_API_KEY": "your_platform_api_api_key"
}
    }
  }
}

Endpoints

GET/channels

Enumerate all active channels of the application

GET/channels/{channel_id}

Get metadata of a channel

GET/channels/{channel_id}/messages

Get message history for a channel

POST/channels/{channel_id}/messages

Publish a message to a channel

GET/channels/{channel_id}/presence

Get presence of a channel

GET/channels/{channel_id}/presence/history

Get presence history of a channel

POST/keys/{keyName}/requestToken

Request an access token

GET/push/channelSubscriptions

List channel subscriptions

POST/push/channelSubscriptions

Subscribe a device to a channel

DELETE/push/channelSubscriptions

Delete a registered device's update token