Skip to main content
Glama
eliaskress

FlowCheck Financial API MCP Server

by eliaskress

flowcheck_topup

Purchase additional API credits to continue using workflow analysis tools for detecting issues and validating financial processes.

Instructions

Buy 100 API credits for $5.00 using the payment method on file. Returns the new credit balance. Requires an active Stripe subscription.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler and registration logic for the flowcheck_topup tool.
    server.registerTool(
      "flowcheck_topup",
      {
        title: "Top Up Credits",
        description:
          "Buy 100 API credits for $5.00 using the payment method on file. " +
          "Returns the new credit balance. Requires an active Stripe subscription.",
        inputSchema: z.object({}),
      },
      async () => {
        const result = await client.request("POST", "/billing/topup");
        return { content: [{ type: "text" as const, text: result }] };
      },
    );

Latest Blog Posts

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/eliaskress/flow-check-financial-api-mcp-server'

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