RemoteServerMCP

JPS4321/RemoteServerMCP

3.2

If you are the rightful owner of RemoteServerMCP 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 repository implements a Model Context Protocol (MCP) server using FastMCP, providing remote invocation of various tools including basic arithmetic operations and text echo.

Tools

Functions exposed to the LLM to take actions

echo

Returns the exact text received.

sum

Adds two numbers.

resta

Subtracts the second number from the first.

multiplicacion

Multiplies two numbers.

division

Divides the first number by the second, with error handling for division by zero.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources