We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/s-stefanov/actual-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•616 B
// Core exports
export * from './input/argument-parser.js';
export * from './input/validators.js';
export * from './data/fetch-accounts.js';
export * from './data/fetch-categories.js';
export * from './data/fetch-payees.js';
export * from './data/fetch-rules.js';
export * from './data/fetch-transactions.js';
export * from './aggregation/group-by.js';
export * from './aggregation/sum-by.js';
export * from './aggregation/sort-by.js';
export * from './mapping/category-mapper.js';
export * from './mapping/transaction-mapper.js';
export * from './mapping/category-classifier.js';
export * from './types/domain.js';