Productivity

Apideck

@ktmcp-cli/apideck

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.

Peter Steinberger
🦞
Six months ago, everyone was talking about MCPs. And I was like, screw MCPs. Every MCP would be better as a CLI.
Peter Steinberger, Founder of OpenClaw · Lex Fridman Podcast #491 · @steipete

Quick Start

Install the CLI globally using npm:

npm install -g @ktmcp-cli/apideck

Features

Unified CRM data access
Manage API connections
Contacts and companies
Deals and pipelines
Multi-platform support
Normalized data schemas

Usage Examples

Authentication

# Set up credentials
apideck auth login --api-key YOUR_API_KEY --app-id YOUR_APP_ID

# Verify connection
apideck auth status

List resources

# List CRM contacts
apideck crm contacts list

# Get a specific contact
apideck crm contacts get CONTACT_ID

Documentation

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.