Use Studio chat to drive this server — credentials stay in your workspace.
Ably is a real-time data streaming platform. Publish and subscribe to messages on channels, track presence, manage push notification devices and subscriptions, and monitor usage stats.
Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.
Browse all toolsDomain knowledge for Ably — workflow patterns, data models, and gotchas for your AI agent.
Ably is a real-time data streaming platform for building live applications. It provides pub/sub messaging, presence tracking, push notifications to mobile/web devices, and usage analytics.
App ─┬─ Channels (many, named streams) │ ├─ Messages (per channel, time-ordered) │ └─ Presence members (per channel, live set + history) ├─ Push Device Registrations (per app) │ └─ Push Channel Subscriptions (device → channel) └─ Stats (aggregated usage over time)
Unregister push devices. This permanently removes the device registration and all its channel subscriptions. Pass device_id to remove a single device,...
Get Ably channels. Pass channel_id to get metadata for a single channel (occupancy, status). Omit channel_id to list all active channels in the app. U...
Get message history for an Ably channel. Requires channel_id (the channel name from ably_get_channels). Messages are only available if persistence is ...
Get presence information for an Ably channel. By default returns the set of members currently present on the channel. Set history=true to get the pres...
List all channels that have at least one push notification subscriber. Useful for discovering which channels are being used for push notifications. Re...
Get push notification device registrations. Pass device_id to get full details of a single registered device. Omit device_id to list all devices regis...
List push notification channel subscriptions. At least one filter is required: channel, device_id, or client_id. Use ably_get_push_channels to find ch...
Get usage statistics for the Ably application. Stats are aggregated across all channels and cover messages published/received, connections, channels o...
Get the current Ably server time in milliseconds since the Unix epoch. Useful for synchronizing clocks between client and server, or for constructing ...
Publish a message to an Ably channel. All subscribers to the channel will receive this message in real time. Requires channel_id (channel name), name ...
Send a push notification directly to a device or client's devices. This bypasses channels — sends to the specified recipient immediately. Provide a re...
Request an Ably token for client-side authentication. Tokens are short-lived credentials that can be given to untrusted clients. The token inherits ca...
Reset the update token for a registered push device. After resetting, the device must re-authenticate its registration. Use when a device's update tok...
Subscribe a device or all devices for a client to receive push notifications from a channel. The device must already be registered via ably_upsert_pus...
Remove push notification channel subscriptions. Specify device_id or client_id plus optionally a channel. Without channel, removes ALL subscriptions f...
Register or update a push notification device. To create: provide id, platform, and push_recipient (the device token/registration). To update an exist...
Ably is a real-time data streaming platform. Publish and subscribe to messages on channels, track presence, manage push notification devices and subscriptions, and monitor usage stats. It provides 16 tools that AI agents can use through the Model Context Protocol (MCP).
Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/ably-io-platform. Authentication is handled automatically.
Ably provides 16 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.
Ably uses API Key. Ably requires credentials. Connect via MCPBundles and authentication is handled automatically.
Connect Ably to any MCP client in minutes
Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.
Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.
Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.
More developer tools integrations you might like
This server provides AI-powered tools for creating entity-relationship diagrams, helping users visua...
Algolia is a hosted search engine as a service providing developers with tools to index and search t...
Alpic provides advanced AI-driven solutions for various applications, focusing on enhancing user exp...
Amazon Redshift is a fast, fully managed, petabyte-scale data warehouse service in the cloud. Run co...
Workflow: 'Help me ask a great Stack Overflow question'. Search for similar questions to avoid dupli...
Astro is a modern web framework designed for building fast, content-focused websites and application...