Provides a foundational template for building Model Context Protocol (MCP) servers using a Domain-Driven Design (DDD) architecture, featuring sample Bitcoin information APIs.
This repository offers a comprehensive sample implementation of a Model Context Protocol (MCP) server, showcasing a robust and scalable architecture built on Domain-Driven Design (DDD) principles using Node.js/TypeScript. It serves as an excellent reference for developers looking to create their own MCP servers, demonstrating a clear separation of concerns across domain, application, infrastructure, and interface layers, and includes example API calls to fetch Bitcoin-related data.