exp-mcp-server

exp-mcp-server

3.2

If you are the rightful owner of exp-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server implementation using Node.js and TypeScript.

The Model Context Protocol (MCP) is an open protocol that standardizes how applications provide context to LLMs (Large Language Models). It allows for seamless communication between AI applications and various data sources and tools. This MCP server implementation is built using Node.js and TypeScript, offering a robust platform for integrating LLMs with various applications. It supports both stdio and HTTP/SSE transport methods, making it versatile for different use cases. The server includes tools and resources for arithmetic operations, server information retrieval, message echoing, and prompt templates for greetings and code reviews. It also features a comprehensive logging system to ensure smooth operation and debugging.

Features

  • Calculator tool with basic arithmetic operations (add, subtract, multiply, divide)
  • Server information resource with system metrics
  • Echo resource for message reflection
  • Greeting prompt template with formal/casual options
  • Support for both stdio and HTTP/SSE transport methods

Tools

  1. calculate

    Perform arithmetic operations