paystack-mcp

Daniel-Sogbey/paystack-mcp

3.1

If you are the rightful owner of paystack-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The Paystack MCP Server is a tool designed to facilitate the initialization and verification of transactions using Paystack's payment gateway through the Model Context Protocol (MCP).

Paystack MCP Server

A Model Context Protocol (MCP) tool providing Paystack transaction initialization and verification.

Features

  • .well-known/mcp-manifest (discovery)
  • /mcp/paystack/initialize (POST)
  • /mcp/paystack/verify/:reference (GET)

Quickstart (dev)

export PAYSTACK_SECRET_KEY="sk_test_xxx"
docker run -p 8080:8080 -e PAYSTACK_API_KEY=$PAYSTACK_API_KEY -e PAYSTACK_BASE_URL="https://api.paystack.co" -e PORT="8080"  sogbey/paystack-mcp:latest
curl -X GET "http://localhost:8080/.well-known/mcp-manifest"