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_KEYExample: 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
/channelsEnumerate all active channels of the application
GET
/channels/{channel_id}Get metadata of a channel
GET
/channels/{channel_id}/messagesGet message history for a channel
POST
/channels/{channel_id}/messagesPublish a message to a channel
GET
/channels/{channel_id}/presenceGet presence of a channel
GET
/channels/{channel_id}/presence/historyGet presence history of a channel
POST
/keys/{keyName}/requestTokenRequest an access token
GET
/push/channelSubscriptionsList channel subscriptions
POST
/push/channelSubscriptionsSubscribe a device to a channel
DELETE
/push/channelSubscriptionsDelete a registered device's update token