streamable-httpMITupdated 8d ago
Hosted MCP servers for the tools you already use — connect from Claude, Cursor, or any MCP client. No local install, no key-juggling: authorize once and go.
ably で何ができる?
usefulapi
Hosted MCP servers for the tools you already use — connect from Claude, Cursor, or any MCP client. No local install, no key-juggling: authorize once and go.
Portal: https://usefulapi.io
Servers
More servers land here as they launch — each is a folder with its own README + server.json,
and a tile on the portal.
What's in each folder
README.md— what the server does, tools, pricing, the "Add to Claude" snippetserver.json— the official MCP Registry record (namespaceio.usefulapi/*), pointing at the hosted endpoint
License
MIT — see LICENSE. Documentation only; servers are hosted.
インストール
ably をクライアントに追加します。お使いのものを選んでください。
claude mcp add --transport http ably https://ably.usefulapi.io/mcpcodex mcp add ably --url https://ably.usefulapi.io/mcp{
"mcpServers": {
"ably": {
"url": "https://ably.usefulapi.io/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"ably": {
"type": "http",
"url": "https://ably.usefulapi.io/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"ably": {
"url": "https://ably.usefulapi.io/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"ably": {
"serverUrl": "https://ably.usefulapi.io/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
スコア
39 / 100
情報不足
- ドキュメント14/25
- メンテナンス19/25
- 信頼性13/20
- 機能0/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 0 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 1.0.1最新 | 2026年7月17日 |
| 1.0.0 | 2026年7月17日 |