Server Details
PayRam is a self-hosted crypto payment gateway. You deploy it on your own server — no signup, no KYC, no third-party custody. Accept USDT, USDC, Bitcoin, and ETH across Ethereum, Base, Polygon, and Tron.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
43 toolsassess_payram_projectInspect
Inspects dependency files, frameworks, and .env status to suggest the next integration actions.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
explain_payment_flowInspect
Describe how payments move from customer initiation through settlement.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
explain_payram_basicsInspect
Explain Payram's product pillars, architecture, payments, and payouts capabilities.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
explain_payram_conceptsInspect
Glossary-backed explanation of Payram terminology and constraints.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
explain_referral_flowInspect
Detail the referrer/referee lifecycle and required APIs.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
explain_referrals_basicsInspect
Summarize how Payram referral campaigns are configured and managed.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
generate_env_templateInspect
Creates a .env template for configuring a merchant backend to talk to a self-hosted Payram server.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
generate_mock_webhook_eventInspect
Generates a snippet to send mock Payram webhook events to your local endpoint for testing.
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Payment status to simulate in the mock webhook event | |
| language | Yes | Language/tool for the mock webhook request (curl for command-line testing) |
generate_payment_http_snippetInspect
Generates a raw HTTP sample for creating a Payram payment in the requested language.
| Name | Required | Description | Default |
|---|---|---|---|
| language | Yes | Programming language for the HTTP payment creation snippet |
generate_payment_route_snippetInspect
Generates a ready-to-use backend endpoint (e.g., /api/pay/create) that creates a Payram payment.
| Name | Required | Description | Default |
|---|---|---|---|
| framework | Yes | Web framework for the payment route handler (Express.js or Next.js) |
generate_payment_sdk_snippetInspect
Generates backend code using the official Payram JS/TS SDK to create a payment.
| Name | Required | Description | Default |
|---|---|---|---|
| framework | Yes | Target framework for the SDK payment snippet. generic-http provides a framework-agnostic example. |
generate_payment_status_snippetInspect
Generates backend code to query the status of a Payram payment.
| Name | Required | Description | Default |
|---|---|---|---|
| style | Yes | Style of code snippet: sdk uses the Payram SDK, http uses raw HTTP requests |
generate_payout_sdk_snippetInspect
Generates a backend code snippet for creating a payout using the Payram JS/TS SDK.
| Name | Required | Description | Default |
|---|---|---|---|
| framework | Yes | Target framework for the payout SDK snippet |
generate_payout_status_snippetInspect
Generates backend code to query the status of a payout using the Payram SDK.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
generate_referral_route_snippetInspect
Generates a backend route such as /api/referrals/create for logging referral events.
| Name | Required | Description | Default |
|---|---|---|---|
| framework | Yes | Web framework for the referral route handler (Express.js or Next.js) |
generate_referral_sdk_snippetInspect
Generates a backend route or service snippet to create a referral event using the Payram SDK.
| Name | Required | Description | Default |
|---|---|---|---|
| framework | Yes | Target framework for the referral SDK snippet |
generate_referral_status_snippetInspect
Generates code to fetch referral progress, rewards, or status.
| Name | Required | Description | Default |
|---|---|---|---|
| style | Yes | Style of code snippet: sdk uses the Payram SDK, backend-only shows direct API calls |
generate_referral_validation_snippetInspect
Generates a snippet to validate referral IDs, statuses, and eligibility.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
generate_setup_checklistInspect
Returns a step-by-step checklist of everything a merchant must configure to start using Payram.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
generate_webhook_event_routerInspect
Generates a backend event router that dispatches Payram webhook events to domain handlers.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
generate_webhook_handlerInspect
Generates backend code to handle Payram webhook HTTP requests.
| Name | Required | Description | Default |
|---|---|---|---|
| framework | Yes | Web framework for the webhook handler code |
get_agent_setup_flowInspect
Returns the step-by-step setup flow for deploying PayRam as an agent. Covers install, wallet creation, faucet funding, contract deployment, and first payment. Includes chain recommendations (ETH Sepolia for testnet, Base for mainnet), faucet URLs, card-to-crypto prerequisites, and status/recovery commands for interrupted sessions.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_daily_volumeInspect
Returns the total payment volume for a given date, with breakdowns by network and currency. Only counts closed (completed) payments. Defaults to today if no date is specified.
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date in YYYY-MM-DD format. Defaults to today (UTC). | |
| externalPlatformId | No | Optional. Auto-discovered from your account if omitted. |
get_payment_summaryInspect
Returns payment counts: total, open, closed, and cancelled. Useful for a quick overview of payment activity.
| Name | Required | Description | Default |
|---|---|---|---|
| externalPlatformId | No | Optional. Auto-discovered from your account if omitted. |
get_payram_doc_by_idInspect
Returns the markdown for a Payram doc given its id, e.g. "features/payouts".
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
get_payram_linksInspect
Surface official documentation, website, and community links.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_referral_dashboard_guideInspect
Explain how to embed and manage the referral dashboard experience.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_unswept_balancesInspect
Returns unswept (unsettled) balances across all wallets, broken down by blockchain and currency. Shows sweep readiness status for each entry (sweep, sweep_in_progress, sweep_not_allowed, no_balance).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
list_payram_docsInspect
Lists the available Payram doc ids relative to docs/payram-docs-live. Optionally scope by a prefix such as "features".
| Name | Required | Description | Default |
|---|---|---|---|
| prefix | No |
list_platformsInspect
Lists all external platforms (projects) for the authenticated user. Use this to discover your platform ID, which other tools auto-resolve if omitted.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
lookup_paymentInspect
Look up payments by transaction hash, email, reference ID, customer ID, or invoice ID. Returns up to 5 matching payments with full details.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query: transaction hash, email address, reference ID (UUID), customer ID, or invoice ID. The backend auto-detects the query type. | |
| externalPlatformId | No | Optional. Auto-discovered from your account if omitted. |
onboard_agent_setupInspect
Returns the complete autonomous agent setup guide for deploying Payram without any web UI or human interaction.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
prepare_payram_testInspect
Confirm hosting, credentials, and environment variables before generating demo apps.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
scaffold_payram_appInspect
Generates a minimal full-stack app skeleton with Payram payments and payouts routes (and a simple UI) for a chosen language and framework.
| Name | Required | Description | Default |
|---|---|---|---|
| appName | No | Name for the generated application. If not provided, defaults to payram-{framework}-starter | |
| language | Yes | Programming language for the application (node for JavaScript/TypeScript) | |
| framework | Yes | Web framework to use for scaffolding the application | |
| includeWebhooks | No | Whether to include webhook handler code in the scaffolded application |
search_paymentsInspect
Search and filter payments with full control over status, network, currency, dates, webhook status, and pagination. Returns a paginated list of matching payments.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results per page. Defaults to 50. | |
| query | No | Free-text search: tx hash, email, reference ID, customer ID, or invoice ID. | |
| dateTo | No | End date filter (ISO 8601, e.g. 2024-12-31T23:59:59Z). | |
| offset | No | Pagination offset. Defaults to 0. | |
| sortBy | No | Sort field. Valid: created_at, updated_at, payment_status, currency, network, block_id, from_address, to_address, invoice_id, reference_id, customer_id, email, created_by. | |
| network | No | Filter by blockchain network (e.g. BTC, ETH, TRX, BASE, POLYGON). | |
| currency | No | Filter by currency code (e.g. USDC, USDT, BTC, ETH, TRX, CBBTC). | |
| dateFrom | No | Start date filter (ISO 8601, e.g. 2024-01-01T00:00:00Z). | |
| createdBy | No | Filter by creator type. | |
| paymentStatus | No | Filter by payment status. | |
| sortDirection | No | Sort direction. Defaults to DESC. | |
| webhookStatus | No | Filter by webhook delivery status. | |
| externalPlatformId | No | Optional. Auto-discovered from your account if omitted. |
snippet_express_payment_routeInspect
Returns an Express router that posts to Payram's /api/v1/payment endpoint.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
snippet_fastapi_payment_routeInspect
Returns a FastAPI handler that calls Payram's create-payment HTTP API.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
snippet_go_payment_handlerInspect
Returns a Gin handler that proxies /api/pay/create to Payram's create-payment API.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
snippet_laravel_payment_routeInspect
Returns a Laravel controller that posts to Payram's /api/v1/payment endpoint.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
snippet_nextjs_payment_routeInspect
Returns a Next.js App Router API route that calls Payram's create-payment HTTP API.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
snippet_spring_payment_controllerInspect
Returns a Spring Boot controller that calls Payram's /api/v1/payment endpoint.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
suggest_file_structureInspect
Suggests a recommended backend folder/file structure for integrating Payram.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
test_payram_connectionInspect
Checks the /api/v1/payment endpoint on a Payram server using baseUrl and apiKey. If they are not provided, returns a .env template you can add to your workspace.
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | No | Your Payram API key from the dashboard. If not provided, uses PAYRAM_API_KEY from environment. | |
| baseUrl | No | The base URL of your Payram server (e.g., https://your-server.example). If not provided, uses PAYRAM_BASE_URL from environment. |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Sign in to verify ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!