DMCPServer: DMCPServer is a master control protocol server developed in Delphi. It allows transforming Delphi code into an MCP server, supporting HTTP and STDIO protocols. It enables registration of custom actions and resources for easy integration with LLMs.; fastmcp: FastMCP is a standard framework for building Model Context Protocol (MCP) applications, which connect LLMs to tools and data. It simplifies the process by automatically generating schemas, validation, and documentation for tools, and managing transport negotiation and authentication for server connections. FastMCP offers a comprehensive solution for developing, deploying, and scaling MCP-powered systems.
Build a weather query MCP server using external API
Building LLM applications that interact with custom tools and data sources