Skip to main content
HitPay’s AI tools cover two jobs: operating your business from an AI assistant, and building payment integrations by describing what you want in natural language. There are four tools. Pick the ones that match your workflow.

HitPay MCP Server

Connect Claude to your business data: query sales, transactions, payouts, and balances, or create payment links and invoices. Authenticates with your HitPay login over OAuth.

Claude Code Plugin

MCP server with 28 live API tools, 5 auto-triggered skills, and 4 slash commands for building integrations. Claude Code only.

AI Agent Skills

Code-generation skills for Claude Code, Cursor, GitHub Copilot, and Windsurf. Install once, describe what you want.

HitPay CLI

Drive the API from your terminal, scripts, and CI pipelines. Test webhooks locally with hitpay listen and hitpay trigger.

Which tool should I use?

MCP ServerClaude Code PluginAgent SkillsHitPay CLI
Best forChatting with your business dataBuilding integrations in Claude CodeCode generation in any AI IDEScripts, CI, terminal
AuthenticationHitPay login (OAuth)API keyAPI keyAPI key
Requires coding
Live data access
Code generation
Webhook testing
Works with Cursor / Copilot / Windsurf
Sandbox support✓ (default)✓ (default)
  • Querying your own business data? Connect the MCP Server to Claude to look up sales, payouts, and transactions.
  • Using Claude Code to build an integration? Start with the Claude Code Plugin, which combines live API access with auto-triggered skills. Add Agent Skills for offline code generation templates.
  • Using Cursor, Copilot, or Windsurf? Install Agent Skills. It works with any AI coding assistant and generates code from natural language prompts.
  • Scripting, CI, or terminal work? Use the HitPay CLI, especially for webhook development with hitpay listen and hitpay trigger.
The tools can be used together; for example, the MCP Server for checking data while the CLI handles webhook testing.

Prerequisites

The MCP Server only needs a HitPay account. You sign in as an owner or admin of the business when connecting. The three developer tools require API credentials:
  1. HitPay Account: create an account or use the sandbox environment
  2. API Key: found in Settings → Payment Gateway → API Keys
  3. Webhook Salt: found in Settings → Developers → Webhook Endpoints
When building integrations, always start in sandbox mode. The three developer tools default to the sandbox environment. Switch to production only when you are ready to accept real payments.

Quick start by tool

MCP Server

In claude.ai or the Claude desktop app, open Settings → Connectors → Add custom connector and enter https://mcp.hit-pay.com/. From Claude Code:
Sign in with your HitPay account, then ask: “What were my total sales last month?” Full guide

Claude Code Plugin

Install inside Claude Code:
Set your credentials:
Then describe what you want: “Add PayNow and GrabPay to my Next.js checkout” Full guide

Agent Skills

Install in your project:
Then prompt your AI assistant: “Add HitPay payment integration to my Next.js app” Full guide

HitPay CLI

Install and log in:
Create a payment or test a webhook:
Full guide
Last modified on July 14, 2026