Control API v1 MCP Config
Use the Control API to manage your applications, namespaces, keys, queues, rules, and more. Detailed information on using this API can be found in the Ably <a href="https://ably.com/documentation/control-api">developer documentation</a>. Control API is currently in Beta.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcpbridge.org/config/ably-net-control.jsonOne-Click Install
Copy the snippet for your MCP client and paste it in — zero editing required.
Claude Desktop
Add to claude_desktop_config.json
{
"mcpServers": {
"ably-net-control": {
"command": "npx",
"args": [
"-y",
"@mcp/ably-net-control"
],
"env": {
"CONTROL_API_V1_API_KEY": "your_control_api_v1_api_key"
}
}
}
}Cursor
Settings → MCP Servers → Add
{
"mcpServers": {
"ably-net-control": {
"url": "https://mcpbridge.org/config/ably-net-control.json"
}
}
}VS Code
Use with MCP extension
{
"mcpServers": {
"ably-net-control": {
"url": "https://mcpbridge.org/config/ably-net-control.json"
}
}
}Configuration JSON
Use curl https://mcpbridge.org/config/ably-net-control.json to fetch programmatically.
{
"mcpServers": {
"ably-net-control": {
"command": "npx",
"args": ["-y","@mcp/ably-net-control"],
"env": {
"CONTROL_API_V1_API_KEY": "your_control_api_v1_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcpbridge.org/config/ably-net-control.jsonEnvironment Variables
CONTROL_API_V1_API_KEYReplace your_control_api_v1_api_key with your actual control api v1 api key
Endpoints
/accounts/{account_id}/appsLists apps
/accounts/{account_id}/appsCreates an app
/apps/{app_id}/keysLists app keys
/apps/{app_id}/keysCreates a key
/apps/{app_id}/keys/{key_id}Updates a key
/apps/{app_id}/keys/{key_id}/revokeRevokes a key
/apps/{app_id}/namespacesLists namespaces
/apps/{app_id}/namespacesCreates a namespace
/apps/{app_id}/namespaces/{namespace_id}Deletes a namespace
/apps/{app_id}/namespaces/{namespace_id}Updates a namespace
Similar APIs
Other APIs in the Productivity category.
Notion API
Create and manage Notion pages, databases, and blocks through your AI agent.
https://mcpbridge.org/config/notion.jsonLinear API
Manage issues, projects, and workflows in Linear through your AI agent.
https://mcpbridge.org/config/linear.jsonPlatform API
The [REST API specification](https://www.ably.io/documentation/rest-api) for Ably.
https://mcpbridge.org/config/ably-io-platform.jsonAdyen Test Cards API
The Test Cards API provides endpoints for generating custom test card numbers. For more information, refer to [Custom test cards](https://docs.adyen.com/development-resources/testing/create-test-cards) documentation.
https://mcpbridge.org/config/adyen-com-testcardservice.json