finance
Paystack MCP, CLI, and Lua Integration for AI Agents
Paystack integration docs for AI agents: MCP gateway setup, Paystack CLI commands, Lua API reference, credentials, and function schemas.
7 functions 5 read 2 write API key auth
Paystack for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
paystack- route_slug
paystack- package
paystack- auth_strategy
api_keyAPI key- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Paystack CLIHeadless setup and direct function calls. Paystack MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Paystack MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Paystack.
Claude Code Paystack MCP setup for Claude Code. Cursor Paystack MCP setup for Cursor. Codex Paystack MCP setup for Codex. OpenAI Agents Paystack MCP setup for OpenAI Agents SDK. Claude Agent SDK Paystack MCP setup for Claude Agent SDK. Vercel AI SDK Paystack MCP setup for Vercel AI SDK. LangChain Paystack MCP setup for LangChain. LangGraph Paystack MCP setup for LangGraph. CrewAI Paystack MCP setup for CrewAI. MCP clients Paystack MCP setup for Generic MCP Clients.
Paystack CLI Matrix
Use these pages for direct Paystack CLI workflows in scripts, CI, cron, and agent wrappers.
CI Paystack CLI for CI. Cron Jobs Paystack CLI for cron jobs. Shell Scripts Paystack CLI for shell scripts. Headless Automation Paystack CLI for headless automation. Coding Agents Paystack CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
paystack.paystack_list_transactions | Read read | 6 | List transactions on your Paystack integration. Supports filtering by status, customer, and date range with pagination. |
paystack.paystack_get_transaction | Read read | 1 | Get details of a specific Paystack transaction by its ID or reference. |
paystack.paystack_initialize_transaction | Write write | 4 | Initialize a new payment transaction on Paystack. Returns an authorization URL for the customer to complete payment. |
paystack.paystack_list_customers | Read read | 2 | List customers on your Paystack integration. Supports pagination. |
paystack.paystack_create_customer | Write write | 4 | Create a new customer on your Paystack integration. |
paystack.paystack_list_plans | Read read | 3 | List subscription plans on your Paystack integration. Supports filtering by status and pagination. |
paystack.paystack_get_current_user | Read read | 0 | Verify the Paystack API connection and retrieve integration payment session timeout settings. Use this to check if the API key is valid and the service is reachable. |