Configure the MCP
Steps
- 1In the Pulbot app, go to Profile → API Keys.
- 2Click «Generate new API Key». Copy the value — it can't be viewed again.
- 3To use with Claude Code: add the configuration in ~/.claude/settings.json under the MCP servers section.
- 4Restart your Claude Code session to load the MCP tools.
- 5Verify the connection by running: list_flows or list_tools from the MCP client.
Reference
- Authentication header
- X-API-Key: {your_api_key}
- Base URL
- https://dev.pulbot.com/api/v1 (dev) / https://pulbot.com/api/v1 (prod)
- User-Agent
- Cloudflare's WAF may block the default User-Agent of some clients. Set a custom User-Agent if you receive 403.
- Scope
- The API Key grants access to all resources of the user who generated it.
- Security
- Treat the API Key like a password. Rotate it if you suspect compromise.
Common errors
- 403 Forbidden
- API Key is incorrect or WAF blocked the request. Verify the X-API-Key header and User-Agent.
- 401 Unauthorized
- X-API-Key header not sent or key is invalid.
- Tools not loading in Claude Code
- Restart the Claude Code session after adding the MCP configuration.
Next step
Review the available tools inventory.