Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PAYRE_BASE_URLNoPayre server URL. Defaults to https://payre.onrender.comhttps://payre.onrender.com
PAYRE_SECRET_KEYYesYour live merchant Secret API Key (starts with sk_live_...). Required.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_profileA

Get details of the currently authenticated merchant profile, including tier, KYC status, compliance limits, and active business context.

list_businessesA

List all business contexts configured under the merchant account with their payout wallet addresses and domain verification status.

get_businessB

Get full details of a specific business context by UUID.

get_active_businessA

Retrieve the currently active business context used as default for invoice generation.

create_businessB

Create a new business context for receiving direct crypto payments.

update_businessB

Update an existing business context name, payout wallets, or domain.

delete_businessB

Delete a business context by UUID.

switch_active_businessC

Switch the active business context (used as default for checkout invoice generation).

create_invoiceA

Create a new payment checkout invoice and generate the buyer checkout URL.

list_invoicesA

List invoices created by this merchant, with pagination.

get_invoice_detailsA

Get full details of a specific invoice including active payment deposit sessions and payment transactions.

delete_invoiceC

Cancel or delete an invoice by UUID.

list_transactionsB

List payment transaction records and ledger settlements associated with the merchant account.

get_merchant_statsA

Retrieve volume analytics, invoice counts (paid/pending/expired), net revenue, and compliance tier limits usage.

list_chainsA

Retrieve configured EVM and Solana chains and their active payment currencies/tokens.

get_webhook_deliveriesB

Fetch webhook delivery attempt logs for a specific invoice.

get_webhook_secretA

Retrieve merchant webhook HMAC signing secret used for verifying webhook callbacks.

regenerate_api_keysA

Regenerate public (pk_live_...) and secret (sk_live_...) API keys for the merchant account.

Prompts

Interactive templates invoked by user choice

NameDescription
create-crypto-invoiceGenerate a Payre payment checkout link for a customer order with automatic chain selection.
check-account-statusInspect current merchant balance, compliance tier limits, and latest payment transactions.

Resources

Contextual data attached and managed by the client

NameDescription
Supported Blockchains and TokensDocumentation of active EVM and Solana chains, contract tokens, and settlement times on Payre.
Authenticated Merchant ProfileLive profile data, verification tier, and active business context for this account.
Merchant Volume & Performance StatisticsRevenue totals, paid invoice counts, and rolling tier limit usage.

Latest Blog Posts

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/Payre-IO/payre-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server