Requirements
- Node.js v22 or newer
- A Creem API key (test or live)
npx fetches the creem package on demand.
Quickstart
Claude Code
Claude Desktop
Add toclaude_desktop_config.json:
Cursor
Add the same block to.cursor/mcp.json in your project, or to ~/.cursor/mcp.json for every project.
Available tools
49 tools, covering the API surface.Security
Two things to do about that: Develop against test mode. Use a test key while you build. Nothing you break is real. Mount only the tools you need.--tool is repeatable and limits what the server exposes:
Options
Verifying it works
Confirm with a real call instead. Ask your agent something harmless and read-only:Troubleshooting
Every call returns 401 Invalid API Key
Every call returns 401 Invalid API Key
You’re using a test key without
--server test, so requests go to production. Add the flag and restart your MCP client.Note that your client will still have shown the server as connected — the health check can’t see this.The server doesn't start
The server doesn't start
Check
node --version — v22 or newer is required. Then run the command directly in a terminal; MCP clients often swallow startup errors.My agent can't see the tools
My agent can't see the tools
Restart the MCP client after editing its config — most read it only at launch. Then confirm the server is listed and connected in your client’s MCP settings.
I want to see what the agent is doing
I want to see what the agent is doing
Start with
--log-level debug and check your client’s MCP logs.Related
- Skill files — reference material your agent reads
- CLI for agents — scriptable,
--jsonoutput - TypeScript SDK — the package this server ships in