Skip to content

ktmcp-cli/ablyio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Platform API CLI

Production-ready command-line interface for the Platform API API.

⚠️ Unofficial CLI - This tool is an independent project built on the public API.

Features

  • Complete coverage of Platform API API endpoints
  • Simple, intuitive command structure
  • JSON and pretty-print output formats
  • Persistent configuration storage
  • Progress indicators for async operations

Installation

npm install -g @ktmcp-cli/platform-api

Or install locally:

cd platform-api
npm install
npm link

Configuration

Set API Key

platform-api config set apiKey YOUR_KEY_HERE

Environment Variables

export API_KEY=your_key_here
export API_BASE_URL=https://rest.ably.io

View Configuration

platform-api config list
platform-api config get apiKey

Usage

status

# List items
platform-api status list

# Get item by ID
platform-api status get <id>

# Output as JSON
platform-api status list --json

Available Resources

  • status
  • history
  • publishing
  • authentication
  • push
  • stats

JSON Output

All commands support --json flag for machine-readable output:

platform-api status list --json

License

MIT License - see LICENSE file for details.

About

MCP CLI for Ably.io Platform API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published