hitpay-api
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Endpoint
Hosted endpoint · transport http
Connect
This is a remote MCP server — point an MCP client at the endpoint URL. Clients with native remote support (Claude, Cursor, VS Code, …):
For stdio-only clients (older Claude Desktop, etc.), bridge with mcp-remote:
If the server requires authentication, add the provider's token/header (e.g. an X-API-Key) per its docs. A quick reachability check:
Tools
get_account_status— Check KYC status and enabled providers.get_balances— Current account balances.get_payment_request— Payment request details.list_payment_requests— List payment requests.list_charges— List charges with filters.get_charge_detail— Charge details incl. fee breakdown.list_customers— List customers.get_customer— Customer details.list_invoices— List invoices.list_subscription_plans— List subscription plans.list_static_qrs— List static QR codes.get_supported_qr_methods— Available QR payment methods.get_account_info— Account summary.create_payment_request— Create a payment request with a checkout URL.create_customer— Create a customer record.create_invoice— Create an invoice.create_embedded_qr— Generate a QR for payment collection.create_static_qr— Create a permanent (POS) QR.create_webhook_event— Register a webhook URL.create_recurring_billing— Set up a subscription.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.