Skip to main content
Glama

Payman AI MCP Server

by hrishi0102

search-payees

Find payees by name, contact details, account info, or crypto data using partial, case-insensitive matches. Simplify payee lookup with flexible search criteria.

Input Schema

NameRequiredDescriptionDefault
accountNumberNoThe US Bank account number to search for
agentReferenceNoThe Payman agent reference (id or handle) to search for
contactEmailNoThe contact email to search for
contactPhoneNumberNoThe contact phone number to search for
contactTaxIdNoThe contact tax id to search for
cryptoAddressNoThe crypto address to search for
cryptoChainNoThe crypto chain to search for
cryptoCurrencyNoThe crypto currency to search for
nameNoThe name of the payee to search for (partial, case-insensitive match)
routingNumberNoThe US Bank routing number to search for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "accountNumber": { "description": "The US Bank account number to search for", "type": "string" }, "agentReference": { "description": "The Payman agent reference (id or handle) to search for", "type": "string" }, "contactEmail": { "description": "The contact email to search for", "format": "email", "type": "string" }, "contactPhoneNumber": { "description": "The contact phone number to search for", "type": "string" }, "contactTaxId": { "description": "The contact tax id to search for", "type": "string" }, "cryptoAddress": { "description": "The crypto address to search for", "type": "string" }, "cryptoChain": { "description": "The crypto chain to search for", "type": "string" }, "cryptoCurrency": { "description": "The crypto currency to search for", "type": "string" }, "name": { "description": "The name of the payee to search for (partial, case-insensitive match)", "type": "string" }, "routingNumber": { "description": "The US Bank routing number to search for", "type": "string" } }, "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