sh-momina/Test-remote-mcp-server
3.2
If you are the rightful owner of Test-remote-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 dayong@mcphub.com.
The FastMCP Remote Server is a minimal MCP server designed to demonstrate the exposure of Python functions as MCP endpoints for remote access.
Tools
2
Resources
0
Prompts
0
🧠 FastMCP Remote Server (Demo Local Server)
This project is a Minimal MCP (Model Context Protocol) Remote Server built with the FastMCP framework.
It demonstrates how to expose simple Python tools (functions) as MCP endpoints that can be accessed remotely — for use with AI models, MCP inspectors, or connected clients like Claude or ChatGPT with MCP support.
🚀 Features
- ⚡ FastMCP Framework: Lightweight, async server built with FastMCP
- 🧮 Example Tools:
roll_dice(n_dice)→ rolls multiple six-sided diceadd_number(a, b)→ adds two numbers
- 🌐 HTTP Transport: Runs on a simple HTTP server (
localhost:8000/mcp) - 🔒 MCP Compatible: Can connect with the MCP Inspector or proxy tools