Skip to main content
Glama

Finix MCP Server

by bquigley1

list_buyers

Retrieve a filtered list of buyers from Finix payment processing services using email search or limit results for efficient buyer management.

Instructions

This tool will fetch a list of Buyers from Finix.

It takes two arguments:

  • limit (int, optional): The number of buyers to return.

  • email (str, optional): A case-sensitive filter on the list based on the buyer's email field.

Input Schema

NameRequiredDescriptionDefault
emailNo
limitNo

Input Schema (JSON Schema)

{ "properties": { "email": { "type": "string" }, "limit": { "maximum": 100, "minimum": 1, "type": "integer" } }, "type": "object" }

Other Tools from Finix 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/bquigley1/finix-mcp'

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