Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.usefulapi/ably

REMOTE · ABLY.USEFULAPI.IO · SCANNED AUG 3

MCP server for Ably — channel history, presence, occupancy, stats, publish, and app management.

+4 this week 74 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security78
Transport & Reachability100
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1261 tokens (~84/item across 15 items; 15 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · ably.usefulapi.io

# add to Claude Code
claude mcp add --transport http io-usefulapi-ably https://ably.usefulapi.io/mcp
# ~/.codex/config.toml
[mcp_servers.io-usefulapi-ably]
url = "https://ably.usefulapi.io/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-usefulapi-ably": {
      "type": "remote",
      "url": "https://ably.usefulapi.io/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add io-usefulapi-ably --url https://ably.usefulapi.io/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  io-usefulapi-ably:
    url: "https://ably.usefulapi.io/mcp"
// mcp.json
{
  "mcpServers": {
    "io-usefulapi-ably": {
      "type": "http",
      "url": "https://ably.usefulapi.io/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 1 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

  • 28 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 27 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 69

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://ably.usefulapi.io/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=usefulapi.io CN=WE1,O=Google Trust Services,C=US 17 Jul 2026 15 Oct 2026 ECDSA 256 ECDSA-SHA256 fa4da067d0aab15f0eb0a580232dc9f3
SANs: usefulapi.io, ably.usefulapi.io, *.ably.usefulapi.io
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of ably.usefulapi.io. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
io. present 57355 8 Verified
usefulapi.io. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication Enforced and verified

The endpoint asked for a token and published valid RFC 9728 metadata describing how to get one.

Result Enforced and verified
Enforced On tool calls
HTTP status 200

WWW-Authenticate challenge Bearer realm="OAuth", resource_metadata="https://ably.usefulapi.io/.well-known/oauth-protected-resource/mcp", error="invalid_token", error_description="Missing or invalid access token"

Bearer realm="OAuth", resource_metadata="https://ably.usefulapi.io/.well-known/oauth-protected-resource/mcp", error="invalid_token", error_description="Missing or invalid access token"

Protected resource metadata

Document https://ably.usefulapi.io/.well-known/oauth-protected-resource/mcp
Retrieved Yes
Resource https://ably.usefulapi.io/mcp
Authorisation server https://ably.usefulapi.io
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://ably.usefulapi.io/mcp Verified 200
http (plaintext) http://ably.usefulapi.io/mcp Inconclusive 401
MCP tools — 15 exposed · ~1,261 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
ably_get_account_stats ~141

Retrieve aggregated usage statistics across the whole account, bucketed by time. Account id is resolved from the control token when ABLY_ACCOUNT_ID is unset. Control API: GET /accounts/{account_id}/stats.

NameTypeReqDescription
account_idstringOverride the account id (defaults to the token's account).
endintegerEnd of range, ms since epoch (inclusive).
limitintegerMax buckets (<=1000). Default 100.
startintegerStart of range, ms since epoch (inclusive).
unitstringBucket size: minute | hour | day | month. Default minute.

No output schema declared.

No examples provided.

ably_get_channel_details ~47

Get status and occupancy metrics for a single channel (connections, publishers, subscribers, presence members). REST: GET /channels/{channel}.

NameTypeReqDescription
channelstringyesChannel name.

No output schema declared.

No examples provided.

ably_get_channel_history ~123

Retrieve historical messages published to a channel, newest-first by default. REST: GET /channels/{channel}/messages.

NameTypeReqDescription
channelstringyesChannel name, e.g. 'chat:room1'.
directionstringforwards (oldest-first) or backwards (newest-first, default).
endintegerLatest message time, ms since epoch (inclusive).
limitintegerMax messages (<=1000). Default 100.
startintegerEarliest message time, ms since epoch (inclusive).

No output schema declared.

No examples provided.

ably_get_presence ~88

List the members currently present on a channel (who is online now). REST: GET /channels/{channel}/presence.

NameTypeReqDescription
channelstringyesChannel name.
clientIdstringFilter to a specific clientId.
connectionIdstringFilter to a specific connectionId.
limitintegerMax members (<=1000). Default 100.

No output schema declared.

No examples provided.

ably_get_presence_history ~108

Retrieve historical presence events (enter/leave/update) for a channel. REST: GET /channels/{channel}/presence/history.

NameTypeReqDescription
channelstringyesChannel name.
directionstringforwards or backwards (default backwards).
endintegerLatest event time, ms since epoch (inclusive).
limitintegerMax events (<=1000). Default 100.
startintegerEarliest event time, ms since epoch (inclusive).

No output schema declared.

No examples provided.

ably_get_service_time ~40

Return the current Ably service time in ms since epoch. Useful for aligning start/end windows to the server clock. REST: GET /time.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

ably_get_stats ~119

Retrieve message/connection/channel usage statistics for the app tied to the API key, bucketed by time. REST: GET /stats.

NameTypeReqDescription
directionstringforwards or backwards (default backwards).
endintegerEnd of range, ms since epoch (inclusive).
limitintegerMax buckets (<=1000). Default 100.
startintegerStart of range, ms since epoch (inclusive).
unitstringBucket size: minute | hour | day | month. Default minute.

No output schema declared.

No examples provided.

ably_list_apps ~74

List all apps in the account (id, name, status, tls-only). Account id is resolved automatically from the control token when ABLY_ACCOUNT_ID is unset. Control API: GET /accounts/{account_id}/apps.

NameTypeReqDescription
account_idstringOverride the account id (defaults to the token's account).

No output schema declared.

No examples provided.

ably_list_channels ~97

Enumerate channels that are currently active in the app. Requires the API key to have the 'channel-metadata' capability. REST: GET /channels.

NameTypeReqDescription
bystringReturn channel ids only ('id', default) or full details ('value').
limitintegerMax channels per page (<=1000). Default 100.
prefixstringOnly return channels whose name starts with this prefix.

No output schema declared.

No examples provided.

ably_list_keys ~56

List the API keys for an app, including their capabilities (but not the full secret). Control API: GET /apps/{app_id}/keys.

NameTypeReqDescription
app_idstringyesApp id (from ably_list_apps).

No output schema declared.

No examples provided.

ably_list_namespaces ~62

List the channel namespaces (channel-rule prefixes) configured for an app, e.g. persistence and push settings. Control API: GET /apps/{app_id}/namespaces.

NameTypeReqDescription
app_idstringyesApp id (from ably_list_apps).

No output schema declared.

No examples provided.

ably_list_queues ~66

List the Ably Queues (AMQP/STOMP message queues) provisioned for an app, with their state and messaging stats. Control API: GET /apps/{app_id}/queues.

NameTypeReqDescription
app_idstringyesApp id (from ably_list_apps).

No output schema declared.

No examples provided.

ably_list_rules ~69

List the integration rules (reactor rules: webhooks, AWS Lambda/SQS/Kinesis, Kafka, Pulsar, etc.) configured for an app. Control API: GET /apps/{app_id}/rules.

NameTypeReqDescription
app_idstringyesApp id (from ably_list_apps).

No output schema declared.

No examples provided.

ably_publish_message ~125

WRITE: publish a message to a channel. Every connected subscriber receives it in real time. This is a real, outward-facing side effect — confirm the channel and payload before calling. REST: POST /channels/{channel}/messages.

NameTypeReqDescription
channelstringyesChannel name to publish to, e.g. 'chat:room1'.
clientIdstringOptional clientId to attribute the message to.
datastringyesMessage payload (string; send JSON as a stringified value).
namestringOptional event name for the message.

No output schema declared.

No examples provided.

ably_whoami ~46

Return details about the configured control token: the account and user it belongs to and its capabilities. Good first call to confirm control-plane access. Control API: GET /me.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.