Skip to main content
Glama
eliaskress

FlowCheck Financial API MCP Server

by eliaskress

flowcheck_list_webhooks

View all registered webhook endpoints, their subscribed events, and current status to monitor integration points.

Instructions

List all registered webhook endpoints with their events and status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The registration and handler implementation for the "flowcheck_list_webhooks" tool.
    server.registerTool(
      "flowcheck_list_webhooks",
      {
        title: "List Webhooks",
        description: "List all registered webhook endpoints with their events and status.",
        inputSchema: z.object({}),
      },
      async () => {
        const result = await client.request("GET", "/webhooks");
        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