AI
Build with COUNT's AI toolkit
Most partners start with the Prompt Generator to ship a Partner API integration with an AI coding assistant. Use MCP or the CLI when you want workspace automation inside an agent.
Which surface should I use?
Match the tool to your build target. You can use more than one — many teams generate integration prompts first, then wire MCP for internal ops automation.
Your product on the Partner API
OAuth, HMAC, REST. Build COUNT into your own app or backend.
Prompt GeneratorA coding agent on your laptop
Claude Code, Cursor, or Windsurf with local login and stdio MCP.
COUNT CLIRemote MCP endpoint
https://api.getcount.com/mcpSetup guideQuick start
For local MCP in a coding agent, install the CLI, sign in, and print MCP configuration:
Terminal
npm install -g @countfinancial/cli
count login
count mcp print-configTwo paths, one API
Build an integration with the Prompt Generator (REST + OAuth + HMAC). Automate a workspace with CLI or remote MCP (COUNT_* tools). Local and remote MCP expose the same tool names and partner API paths.