We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/KoltonG/Lunch-Money-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•216 B
// Barrel exports for MCP tools - clean re-export of all tool modules
export * from "./getTransactions.js";
// Future tools can be added here:
// export * from "./getCategories.js";
// export * from "./getTags.js";