Skip to main content
Glama

Finix MCP Server

by bquigley1

search_finix_docs

Search Finix documentation to quickly find API references and payment processing guides using targeted queries with category filtering.

Instructions

This tool searches the Finix documentation for relevant information.

It takes the following arguments:

  • query (str): The search query to find relevant Finix documentation.

  • limit (int, optional): Maximum number of results to return (default: 10).

  • category (str, optional): Filter by document category - "api" for API Reference, "docs" for Documentation, or "all" for both (default: "all").

Input Schema

NameRequiredDescriptionDefault
categoryNoall
limitNo
queryYesThe search query to find relevant Finix documentation

Input Schema (JSON Schema)

{ "properties": { "category": { "default": "all", "enum": [ "api", "docs", "all" ], "type": "string" }, "limit": { "default": 10, "maximum": 50, "minimum": 1, "type": "integer" }, "query": { "description": "The search query to find relevant Finix documentation", "type": "string" } }, "required": [ "query" ], "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