mcp-server

gfidente/mcp-server

3.1

If you are the rightful owner of 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.

This is a basic MCP server designed to experiment with the use of Model Context Protocol (MCP) with Large Language Models (LLMs).

Tools

Functions exposed to the LLM to take actions

calculator.add

Returns the sum of numbers 'a' and 'b'.

calculator.subtract

Returns the difference between 'a' and 'b'.

calculator.multiply

Returns the product of 'a' and 'b'.

calculator.divide

Returns the quotient of 'a' divided by 'b', provided that 'b' is not zero.

calculator.power

Returns 'a' raised to the power of 'b'.

calculator.remainder

Returns the remainder when 'a' is divided by 'b'.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources