HiPay MCP Server
MCP server for integrating HiPay's Enterprise payment API, providing tools for transaction management, payment processing, and hosted payment pages.
README
HiPay MCP Server
A Model Context Protocol (MCP) server for integrating with HiPay's Enterprise payment processing API. This server provides comprehensive tools to interact with HiPay's transaction management, payment processing, and security features through a standardized MCP interface.
Features
- Transaction Management: Retrieve, create, and update transactions using V1 and V3 APIs
- Payment Processing: Create orders and hosted payment pages
- Order Management: Get all transactions associated with an order
- Environment Support: Works with both staging and production environments
- Secure Authentication: Uses Basic Auth with username/password credentials
- MCP Integration: Fully compatible with the Model Context Protocol standard
Usage
Command Line
# Using environment variables
export HIPAY_USERNAME="your_username"
export HIPAY_PASSWORD="your_password"
export HIPAY_ENVIRONMENT="stage"
npx @hipay/mcp-server --tools=transactions.get,transactions.update
# Using command line arguments
npx @hipay/mcp-server \
--tools=all \
--username=your_username \
--password=your_password \
--environment=production
# Enable specific tools
npx @hipay/mcp-server \
--tools=transactions.get,transactions.update \
--username=your_username \
--password=your_password
Available Tools
Transaction Tools
-
transactions.get- Retrieve transaction details by ID (V3 API) -
transactions.getV1- Retrieve transaction details by ID (V1 API) -
transactions.getByOrder- Get all transactions for an order -
transactions.update- Update a transaction (capture, refund, accept, etc.)
Hosted Payment Pages
hostedPaymentPages.create- Create a hosted payment page
Tool Selection
You can enable specific tools or all tools:
--tools=all- Enable all available tools--tools=transactions.get,transactions.update- Enable specific tools (comma-separated)--tools=- If omitted, all tools are enabled by default
Environment Options
stage- Use HiPay's staging environment (default)production- Use HiPay's production environment
Configuration
Environment Variables
HIPAY_USERNAME- Your HiPay API username (required)HIPAY_PASSWORD- Your HiPay API password (required)HIPAY_ENVIRONMENT- Environment to use:stageorproduction(default:stage)
Command Line Arguments
--tools- Comma-separated list of tools to enable, orallfor all tools (required)--username- HiPay API username (optional ifHIPAY_USERNAMEis set)--password- HiPay API password (optional ifHIPAY_PASSWORDis set)--environment- Environment to use:stageorproduction(default:stage)
Prerequisites
- Node.js 18+
- npm
Support
For issues and questions, please open an issue in the repository.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.