paydirt-mcp
v1.2.2
Published
MCP server for Paydirt - Voice AI feedback SDK for Claude Code integration
Maintainers
Readme
paydirt-mcp
MCP server for Paydirt - Voice AI feedback SDK for subscription apps.
Installation
claude mcp add paydirt -- npx paydirt-mcpAuthentication
Run paydirt_setup the first time you use the server. It opens the Paydirt setup flow in the browser and stores credentials locally in ~/.paydirt/credentials.json.
Legacy auth via environment variable is still supported:
export PAYDIRT_AUTH_TOKEN=your-tokenAvailable Tools
paydirt_setup- Authenticate and store credentials locallypaydirt_list_apps- List all your Paydirt appspaydirt_create_app- Create a new apppaydirt_get_app- Get app detailspaydirt_update_app- Update app settingspaydirt_list_forms- List forms for an apppaydirt_create_form- Create a feedback formpaydirt_get_form- Get form detailspaydirt_update_form- Update a formpaydirt_toggle_form- Enable or disable a formpaydirt_delete_form- Delete a formpaydirt_get_responses- Get form responsespaydirt_get_summary- Get AI-generated summary of responsespaydirt_ask- Ask questions about feedback datapaydirt_connect_slack- Get Slack OAuth URLpaydirt_slack_status- Check Slack connectionpaydirt_list_slack_channels- List Slack channelspaydirt_set_form_channel- Set Slack channel for a formpaydirt_health_check- Verify API connectivity
Usage with Claude Code
Once installed, ask Claude:
- "Run
paydirt_setupso I can connect my account" - "Create a Paydirt app called MyApp"
- "Add a cancellation form to my app"
- "Show me the feedback responses"
- "Summarize the feedback from the last 7 days"
License
MIT
