ClawPay
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LITHIC_API_KEY | No | Lithic API key for virtual card shopping | |
| PAYPAL_CLIENT_ID | No | PayPal client ID | |
| STRIPE_SECRET_KEY | No | Stripe secret key for payment processing | |
| LITHIC_ENVIRONMENT | No | Lithic environment: production or sandbox | production |
| PAYPAL_ENVIRONMENT | No | PayPal environment: production or sandbox | production |
| PAYPAL_CLIENT_SECRET | No | PayPal client secret |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| setup_lithicA | Set up Lithic virtual card API for AI shopping. Reads LITHIC_API_KEY from environment. |
| browse_and_buyA | Browse an online store, add items to cart, and complete purchase using a Lithic virtual card. Requires Playwright installed. |
| setup_paymentB | Set up Stripe payment method for ClawPay. |
| payC | Create and confirm a payment in cents. |
| get_balanceB | Get Stripe account balance. |
| list_transactionsC | List recent payment transactions. |
| refundB | Refund a payment intent. |
| setup_paypalA | Link PayPal account using Client ID and Client Secret. Reads credentials from PAYPAL_CLIENT_ID and PAYPAL_CLIENT_SECRET environment variables or config file. |
| send_paypalB | Send money via PayPal Payouts to an email address or phone number. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/xodn348/clawpay'
If you have feedback or need assistance with the MCP directory API, please join our Discord server