PayArk MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PayArk MCP ServerGenerate a payment link for Rs. 2,500 for a new subscription."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@payark/mcp-server
What is this?
The PayArk MCP Server is a Model Context Protocol integration that gives AI agents like Claude, Cursor, and Gemini direct access to your PayArk account. Instead of switching between dashboards or writing boilerplate API calls, you can ask your AI in plain language:
"How many payments did we process through Khalti in the last 24 hours?" "Generate a checkout link for Rs. 500." "Why did payment
pay_abc123fail?"
Related MCP server: Bayarcash MCP Server
Available Tools
Tool | What it does |
| Lists all your PayArk projects and their IDs |
| Fetches transaction history with optional filters |
| Gets the full state of a single payment |
| Generates a hosted checkout URL |
Quick Start
Step 1 — Get your credentials
Go to your PayArk Dashboard → Developers.
Generate a Personal Access Token (PAT).
Keep it secret — it grants account-level access.
Step 2 — Connect your agent
Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"payark": {
"command": "npx",
"args": ["-y", "@payark/mcp-server"],
"env": {
"PAYARK_PAT": "pat_your_token_here",
"PAYARK_API_URL": "https://api.payark.dev"
}
}
}
}Cursor (Desktop IDE)
Open Cursor Settings → MCP.
Click + Add New MCP Server.
Set the name to
PayArk, type tocommand, and use this command:
export PAYARK_PAT=pat_... && npx @payark/mcp-serverRemote / SSE Mode
For web-based agents or cloud-to-cloud connections, run the server in SSE mode:
export PAYARK_PAT=pat_...
export PORT=3001
bun run @payark/mcp-server --sseThe SSE endpoint will be available at http://localhost:3001/sse.
Security
Authentication is handled via Personal Access Tokens (PATs), which are scoped to your user account rather than any single project. This means:
Full audit trail — every MCP-triggered action appears in your account's audit log.
Easy revocation — if a token is compromised, revoke it instantly from the dashboard.
Encrypted in transit — all communication with the PayArk API uses TLS 1.3.
Prompting Tips
To get better results from your agent, give it context upfront:
"You are a FinTech assistant with access to PayArk MCP tools. Help me monitor transactions and generate payment links. When I ask for a payment link, suggest the best provider based on recent success rates."
License
MIT © 2026 PayArk Labs.
This server cannot be deployed
Maintenance
Related MCP Connectors
Stripe payments for AI agents. Create links, verify, manage customers.
Nepal payments for AI agents — Khalti wallet via Khalti. Never holds funds.
Pakistan payments for AI agents — Safepay checkout via Safepay. Never holds funds.
Payment infrastructure for AI agents: spending rules, approval flows, single-use virtual cards.
Related MCP Servers
- FlicenseNot gradedqualityNot gradedmaintenanceEnables AI agents to interact with multiple payment providers (Stripe, Paystack) through a unified API. Supports payment initialization, verification, refunds, customer management, and invoicing without requiring knowledge of specific provider implementations.2-
- AlicenseAqualityDmaintenanceConnects AI assistants to the Bayarcash payment gateway API, enabling users to create payment intents, check transactions, monitor revenue, and manage Malaysian payment channels through natural language.81MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to interact with PayBridgeNP payment gateway accounts through natural language. Provides read-only access to payments, refunds, analytics, and account data, with write capabilities planned for future versions.8 npm1MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to accept payments, verify transactions, and manage customers via Paystack API through natural language.MIT