This project provides a prototype implementation of an MCP server designed to enable generative AI applications, such as Claude Desktop, to interact with remote backend systems like Apache OFBiz and Moqui. It acts as an intermediary, receiving requests from an MCP client, exposing specific tools, and forwarding those requests to remote systems via RESTful API endpoints. Implemented in TypeScript using the Anthropic SDK, it supports both local (stdio transport) and remote (Streamable HTTP transport) server configurations, allowing AI applications to seamlessly query and retrieve information from these enterprise systems.