JUHE API Marketplace
isaramadunika avatar
MCP Server

FastMCP QuickCalc Server

A simple calculator MCP server that provides basic arithmetic functions (add and subtract) through HTTP transport, designed to be cloud-ready and easily deployable.

0
GitHub Stars
11/22/2025
Last Updated
No Configuration
Please check the documentation below.
  1. Home
  2. MCP Servers
  3. fast-mcp

README Documentation

FastMCP QuickCalc Server

šŸŽ‰ LIVE DEPLOYMENT: https://web-production-de9a.up.railway.app/mcp/

A simple calculator MCP (Model Context Protocol) server built with FastMCP and deployed on Railway.

šŸš€ Live Demo

Your FastMCP server is live and running! You can use it directly in Claude Desktop.

Features

  • Add Function: Add two numbers together
  • Subtract Function: Subtract second number from first number
  • HTTP Transport: Uses streamable HTTP for easy deployment
  • Cloud Deployed: Running 24/7 on Railway
  • Production Ready: Configured for reliable operation

Quick Start with Claude Desktop

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "quickcalc-mcp-server": {
      "url": "https://web-production-de9a.up.railway.app/mcp/"
    }
  }
}

Then restart Claude Desktop and you'll have access to add and subtract tools!

Local Development

Prerequisites

  • Python 3.11+
  • Virtual environment

Setup

  1. Clone the repository:
git clone https://github.com/isaramadunika/fast-mcp.git
cd fast-mcp
  1. Create and activate virtual environment:
python -m venv .venv
# Windows
.venv\Scripts\activate
# Linux/Mac
source .venv/bin/activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the server:
python server.py

The server will start on http://0.0.0.0:9000/mcp/

Claude Desktop Configuration

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "quickcalc-mcp-server": {
      "command": "path/to/your/.venv/Scripts/python.exe",
      "args": ["path/to/your/server.py"],
      "cwd": "path/to/your/project",
      "env": {
        "PYTHONPATH": "path/to/your/project"
      }
    }
  }
}

Deployment

Railway

  1. Push to GitHub
  2. Go to Railway
  3. Connect GitHub account
  4. Deploy from repository
  5. Update Claude config with Railway URL + /mcp/

Render

  1. Go to Render
  2. Create new Web Service
  3. Connect GitHub
  4. Build Command: pip install -r requirements.txt
  5. Start Command: python server.py

Available Tools

  • add(a: int, b: int) -> int: Add two numbers
  • subtract(a: int, b: int) -> int: Subtract second number from first

License

MIT License

Quick Actions

View on GitHubView All Servers

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source

Boost your projects with Wisdom Gate LLM API

Supporting GPT-5, Claude-4, DeepSeek v3, Gemini and more.

Enjoy a free trial and save 20%+ compared to official pricing.

Learn More
JUHE API Marketplace

Accelerate development, innovate faster, and transform your business with our comprehensive API ecosystem.

JUHE API VS

  • vs. RapidAPI
  • vs. API Layer
  • API Platforms 2025
  • API Marketplaces 2025
  • Best Alternatives to RapidAPI

For Developers

  • Console
  • Collections
  • Documentation
  • MCP Servers
  • Free APIs
  • Temp Mail Demo

Product

  • Browse APIs
  • Suggest an API
  • Wisdom Gate LLM
  • Global SMS Messaging
  • Temp Mail API

Company

  • What's New
  • Welcome
  • About Us
  • Contact Support
  • Terms of Service
  • Privacy Policy
Featured on Startup FameFeatured on Twelve ToolsFazier badgeJuheAPI Marketplace - Connect smarter, beyond APIs | Product Huntai tools code.marketDang.ai
Copyright Ā© 2025 - All rights reserved