Skip to main content
Glama
eliaskress

FlowCheck Financial API MCP Server

by eliaskress

flowcheck_get_alerts

Retrieve active alerts and discrepancies categorized by severity (high/medium/low) with summaries and related payout IDs to detect issues and validate financial workflows.

Instructions

Get active alerts and discrepancies. Returns severity-categorized alerts (high/medium/low) with summaries and related payout IDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler implementation for the `flowcheck_get_alerts` tool, which fetches active alerts and discrepancies from the FlowCheck API.
    server.registerTool(
      "flowcheck_get_alerts",
      {
        title: "Active Alerts",
        description:
          "Get active alerts and discrepancies. " +
          "Returns severity-categorized alerts (high/medium/low) " +
          "with summaries and related payout IDs.",
        inputSchema: z.object({}),
      },
      async () => {
        const result = await client.request("GET", "/agent/alerts");
        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