Acerca de
This tool serves as a minimal Node.js (TypeScript) MCP server designed to provide financial account data. It implements the MCP to offer a clean abstraction layer, making it easy for MCP clients (like AI agents or other tools) to retrieve account information. The server supports an in-memory mock dataset for development and testing, and can optionally connect to an external 'Members 1st' HTTP-backed data source, handling authentication, caching, and data transformations. It offers flexible deployment with both stdio and HTTP transport options.