Skip to main content
Glama

Payman AI MCP Server

by hrishi0102

create-crypto-payee

Generate a cryptocurrency payee by providing address, blockchain, currency, and name. Add optional tags or contact details for future reference within Payman AI MCP Server.

Input Schema

NameRequiredDescriptionDefault
addressYesThe cryptocurrency address to send funds to
chainYesThe blockchain to use for the transaction
contactDetailsNoContact details for this payee
currencyYesThe currency/token to use for the transaction
nameYesThe name you wish to associate with this payee for future lookups
tagsNoOptional labels you wish to assign to this payee
typeNoType of payment rails to useCRYPTO_ADDRESS

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "address": { "description": "The cryptocurrency address to send funds to", "type": "string" }, "chain": { "description": "The blockchain to use for the transaction", "type": "string" }, "contactDetails": { "additionalProperties": false, "description": "Contact details for this payee", "properties": { "address": { "additionalProperties": false, "description": "The address of the payee contact", "properties": { "city": { "description": "City", "type": "string" }, "country": { "description": "Country", "type": "string" }, "line1": { "description": "Address line 1", "type": "string" }, "line2": { "description": "Address line 2", "type": "string" }, "postalCode": { "description": "Postal code", "type": "string" }, "state": { "description": "State", "type": "string" } }, "type": "object" }, "email": { "description": "The email address of the payee contact", "format": "email", "type": "string" }, "phoneNumber": { "description": "The phone number of the payee contact", "type": "string" } }, "type": "object" }, "currency": { "description": "The currency/token to use for the transaction", "type": "string" }, "name": { "description": "The name you wish to associate with this payee for future lookups", "type": "string" }, "tags": { "description": "Optional labels you wish to assign to this payee", "items": { "type": "string" }, "type": "array" }, "type": { "const": "CRYPTO_ADDRESS", "default": "CRYPTO_ADDRESS", "description": "Type of payment rails to use", "type": "string" } }, "required": [ "address", "chain", "currency", "name" ], "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