Payoza MCP Server
Enables the management of crypto payments, addresses, and balances on the Ethereum blockchain through the Payoza API.
Facilitates processing crypto transactions and monitoring payment links on the Polygon network through the Payoza platform.
Provides tools for handling Solana-based crypto payments, subscriptions, and checkout sessions via the Payoza API.
Click on "Install 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., "@Payoza MCP ServerShow me my revenue analytics for the past 7 days"
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.
Setup
cd mcp
npm install
npm run buildRelated MCP server: BlindPay MCP Server
Environment Variables
Variable | Required | Default | Description |
| No |
| Payoza API base URL |
| Yes | — | JWT bearer token |
| Yes | — | Team ID for scoped requests |
Claude Desktop Configuration
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"payoza": {
"command": "node",
"args": ["/path/to/mcp/dist/index.js"],
"env": {
"PAYOZA_API_URL": "https://api.payoza.io",
"PAYOZA_API_TOKEN": "your-jwt-token",
"PAYOZA_TEAM_ID": "your-team-id"
}
}
}
}Claude Code Configuration
claude mcp add payoza -- node /path/to/mcp/dist/index.jsOr add to .claude/settings.json:
{
"mcpServers": {
"payoza": {
"command": "node",
"args": ["/path/to/mcp/dist/index.js"],
"env": {
"PAYOZA_API_URL": "https://api.payoza.io",
"PAYOZA_API_TOKEN": "your-jwt-token",
"PAYOZA_TEAM_ID": "your-team-id"
}
}
}
}Available Tools (38 total)
Overview
Tool | Description |
| High-level account overview: balances, transaction/link/customer counts |
Payment Links
Tool | Description |
| List payment links with pagination |
| Create a new payment link |
| Update a payment link |
| Delete a payment link |
Checkout Sessions
Tool | Description |
| List checkout sessions with pagination |
| Create a new checkout session |
| Get checkout session details by ID |
Customers
Tool | Description |
| List customers with pagination |
| Create a new customer |
| Get customer details by ID |
| Update a customer |
Transactions
Tool | Description |
| List transactions with pagination |
| Get transaction details by ID |
Subscriptions
Tool | Description |
| List subscriptions with pagination |
| Get subscription details by ID |
| Pause an active subscription |
| Resume a paused subscription |
| Cancel a subscription |
Balance
Tool | Description |
| Get balances across all currencies/chains |
| Get paginated ledger entries |
Settlements
Tool | Description |
| List settlements with pagination |
Webhooks
Tool | Description |
| List configured webhooks |
| Create a webhook endpoint |
| Update a webhook |
| Get delivery events for a webhook |
| Delete a webhook |
Prices
Tool | Description |
| Get exchange rate between two currencies |
| Get prices for multiple tokens |
Analytics
Tool | Description |
| Get daily revenue analytics data |
| Get platform fee analytics data |
Addresses
Tool | Description |
| List deposit addresses |
| Create a deposit address for a chain |
Notifications
Tool | Description |
| List notifications with pagination |
| Get unread notification count |
| Mark a notification as read |
| Mark all notifications as read |
| Delete a notification |
Team Members
Tool | Description |
| List team members |
| Invite a new member |
| Update a member's role |
| Remove a team member |
API Keys
Tool | Description |
| List API keys |
| Create a new API key |
| Delete an API key |
Available Resources
URI | Description |
| Current authenticated user/team information |
| API documentation summary |
Supported Chains
solana · ethereum · base · polygon · bsc · arbitrum · avalanche
Supported Tokens
SOL · ETH · BTC · USDC · USDT · DAI and more depending on chain configuration.
Development
npm run dev # Run with tsx (no build step)
npm run typecheck # Type-check without emitting
npm run build # Compile to dist/
npm start # Run compiled outputThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- 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 gradedqualityAmaintenanceEnables AI assistants to interact with BlindPay's stablecoin payment infrastructure, allowing users to create receivers, process payouts and payins across multiple blockchains, manage virtual accounts and wallets, and configure payment operations through natural language.1,4089MIT

MCP Bitnovo Payofficial
AlicenseAqualityCmaintenanceEnables AI agents to create cryptocurrency payments, check payment status, generate QR codes, and manage transactions through Bitnovo Pay API integration with automatic webhook support.5164MIT- AlicenseNot gradedqualityDmaintenanceConnects AI agents to Nepal's payment infrastructure through the PayArk API. It enables users to monitor transaction history, manage projects, and generate hosted checkout links using natural language.12MIT
Related MCP Connectors
Let AI agents add Yolfi crypto checkout, paylinks, webhooks, and status checks.
Keyless non-custodial crypto payments for AI agents: payment links and tip jars, no API key.
Pakistan payments for AI agents — Safepay checkout via Safepay. Never holds funds.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Payoza/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server