@coretext-ai/qa-zip-c8d9e0f1-a2b3-4456-b789-890123456780
v1.0.3
Published
MCP server with zip integration
Readme
zip-mcp-server
MCP server with zip integration
This MCP server was generated using the Template Orchestrator and includes the following integrations:
Available Tools
This MCP server provides 25 tools across 1 integrations:
Zip Tools
- zip_create_checkout: Create a new checkout session for Buy Now Pay Later payment processing
- zip_get_checkout: Retrieve details of a specific checkout session
- zip_cancel_checkout: Cancel an existing checkout session
- zip_create_order: Create a new order after successful checkout completion
- zip_get_order: Retrieve details of a specific order including payment status and installment schedule
- zip_list_orders: List orders with optional filtering and pagination
- zip_capture_order: Capture an authorized order to begin the installment payment schedule
- zip_cancel_order: Cancel an order and stop future installment payments
- zip_create_refund: Create a full or partial refund for an order
- zip_get_refund: Retrieve details of a specific refund
- zip_list_refunds: List refunds with optional filtering and pagination
- zip_create_customer: Create a new customer profile for repeat purchases
- zip_get_customer: Retrieve details of a specific customer
- zip_update_customer: Update customer information
- zip_list_customers: List customers with optional filtering and pagination
- zip_get_installments: Get installment payment schedule for an order
- zip_create_adjustment: Create an adjustment to modify order amount or installment schedule
- zip_get_merchant_configuration: Get merchant configuration settings and limits
- zip_update_merchant_configuration: Update merchant configuration settings
- zip_create_webhook_endpoint: Create a webhook endpoint for receiving payment event notifications
- zip_get_webhook_endpoint: Retrieve details of a specific webhook endpoint
- zip_update_webhook_endpoint: Update webhook endpoint configuration
- zip_delete_webhook_endpoint: Delete a webhook endpoint
- zip_list_webhook_endpoints: List all webhook endpoints for the merchant
- zip_get_webhook_events: Get webhook event delivery history for a specific endpoint
Installation
npm install @coretext-ai/qa-zip-c8d9e0f1-a2b3-4456-b789-890123456780Environment Setup
Create a .env file with the following variables:
ZIP_API_KEY=your_zip_api_key_hereUsage
Running the server
# Development mode
npm run dev
# Production mode
npm run build && npm startUsing with Claude Desktop
Add this to your Claude Desktop configuration:
{
"mcpServers": {
"zip-mcp-server": {
"command": "npx",
"args": ["@coretext-ai/qa-zip-c8d9e0f1-a2b3-4456-b789-890123456780"],
"env": {
"ZIP_API_KEY": "your_zip_api_key_here"
}
}
}
}Instructions for Fetching API Keys/Tokens
- COMING SOON
Generated Information
- Generated at: Thu Jul 24 2025 03:08:01 GMT+0000 (Coordinated Universal Time)
- Orchestrator version: 0.0.2
- Template repository: Coretext-AI-Dev/server-template-v2
- Total endpoints: 25
