Skip to main content
Glama
eliaskress

FlowCheck Financial API MCP Server

by eliaskress

flowcheck_create_plaid_link_token

Generate a Plaid Link token to securely connect bank accounts in web applications, enabling financial data access for workflow validation.

Instructions

Create a Plaid Link token to initiate bank connection in the browser. Use the returned link_token with the Plaid Link SDK.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Registration of the tool "flowcheck_create_plaid_link_token" in src/tools/connect.ts.
    server.registerTool(
      "flowcheck_create_plaid_link_token",
      {
        title: "Create Plaid Link Token",
        description:
          "Create a Plaid Link token to initiate bank connection in the browser. " +
          "Use the returned link_token with the Plaid Link SDK.",
        inputSchema: z.object({}),
      },
  • The handler implementation for the "flowcheck_create_plaid_link_token" tool.
    async () => {
      const result = await client.request(
        "POST",
        "/connect/plaid/link-token",
      );
      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