Apideck provides a unified API layer that lets you connect to dozens of CRM, HRIS, ATS, and accounting platforms through a single integration. This CLI lets you manage connections and query normalized data from your terminal.
Six months ago, everyone was talking about MCPs. And I was like, screw MCPs. Every MCP would be better as a CLI.
Install the CLI globally using npm:
npm install -g @ktmcp-cli/apideck # Set up credentials
apideck auth login --api-key YOUR_API_KEY --app-id YOUR_APP_ID
# Verify connection
apideck auth status # List CRM contacts
apideck crm contacts list
# Get a specific contact
apideck crm contacts get CONTACT_ID For complete documentation, API reference, and advanced usage examples, visit the GitHub repository. Each CLI includes comprehensive README.md, AGENT.md for AI integration, and OPENCLAW.md for tool definitions.