Skip to main content
Glama

Payman AI MCP Server

by hrishi0102

send-payment

Execute payments securely by specifying the payee ID, amount, and wallet ID. Designed for precise fund transfers using the Payman AI MCP Server.

Input Schema

NameRequiredDescriptionDefault
amountDecimalYesAmount to send (in decimal)
payeeIdYesID of the payee to send payment to
walletIdNoThe ID of the specific wallet from which to send the funds

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amountDecimal": { "description": "Amount to send (in decimal)", "exclusiveMinimum": 0, "type": "number" }, "payeeId": { "description": "ID of the payee to send payment to", "type": "string" }, "walletId": { "description": "The ID of the specific wallet from which to send the funds", "type": "string" } }, "required": [ "payeeId", "amountDecimal" ], "type": "object" }

Other Tools from Payman AI MCP Server

Related Tools

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/hrishi0102/payman_mcp'

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