Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions servers/worldpay-mcp/server.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: worldpay-mcp
image: mcp/worldpay-mcp
type: server
meta:
category: ecommerce
tags:
- ecommerce
about:
title: Worldpay
description: Make, take and manage payments
icon: https://avatars.githubusercontent.com/u/7138566?v=4
source:
project: https://github.com/Worldpay/worldpay-mcp
commit: 49bda972f2514c3d65a6a38d5091ddcefaa3ecd5
config:
description: Configure the connection to Worldpay
secrets:
- name: worldpay-mcp.password
env: WORLDPAY_PASSWORD
example: <WORLDPAY_PASSWORD>
env:
- name: WORLDPAY_USERNAME
example: USERNAME
value: "{{worldpay-mcp.worldpay_username}}"
- name: WORLDPAY_URL
example: https://try.access.worldpay.com
value: "{{worldpay-mcp.worldpay_url}}"
- name: MERCHANT_ENTITY
example: DEFAULT
value: "{{worldpay-mcp.merchant_entity}}"
parameters:
type: object
properties:
worldpayusername:
type: string
worldpayurl:
type: string
merchantentity:
type: string