Generate documentation for an MCP server using the MCP Server Boilerplate. Input the server name to create a starter template for integrating AI assistants and custom tools.
Generate documentation for MCP servers by providing a server name. This tool helps developers create structured documentation from the MCP Server Boilerplate template.
Provides interactive calculator assistance with context-aware support, solving queries and offering guidance based on user input and additional context.
A lightweight TypeScript-based MCP server that demonstrates how to build custom MCP tools by implementing a simple addition calculator. Serves as a starting point for building MCP-compatible tools.
A stateful calculator server using Server-Sent Events for real-time communication, enabling AI assistants to perform calculations with session management and history tracking.
A simple MCP server that provides basic calculator functionality for performing mathematical operations. Built with FastMCP and demonstrates fundamental MCP server implementation patterns.