Skip to main content
Glama

Bunq MCP

by WilcoKruijer
bunqAccounts.ts710 B
import { BunqClient } from "../bunq/BunqClient"; export default function bunqAccountsTool(bunqClient: BunqClient) { return { name: "bunqAccounts", description: "Get accounts from bunq", parameters: {}, handler: async () => { try { const accounts = await bunqClient.account.getMonetaryBankAccounts(); return { content: [ { type: "text", text: JSON.stringify(accounts), }, ], }; } catch (error) { console.error(error); return { content: [{ type: "text", text: `Error fetching user info: ${error}` }], isError: true, }; } }, }; }

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/WilcoKruijer/bunq-mcp'

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