FastMCP Tools Calculator
Scrapes and provides access to MuleSoft Runtime Versions information through RSS feed parsing.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@FastMCP Tools Calculatorcalculate 15% of 200"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
1. Virtual env setup & install pre-requisites
echo "Create a virtual environment"
python -m venv .venv
echo "Activate the virtual environment"
.venv/Scripts/activate.bat
echo "Install all pre-requisites/packages"
pip install -r requirements.txt
echo "Optional - upgrade pip"
python.exe -m pip install --upgrade pip
1.1 Explore & Test -FastMCP - Stdio ONLY
echo "Required package is fastmcp"
echo "pip install fastmcp"
echo "Run mcp server"
python quickstart/calculator_stdio.py
echo "In a new terminal; inspect mcp"
npx @modelcontextprotocol/inspector python quickstart/calculator_stdio.py
echo "Explore mcp inspector; connect & test resources - tools."Related MCP server: Calculator MCP Server
1.2 Explore & Test -FastAPI-MCP
echo "Required packages are fastapi, fastapi-mcp & uvicorn (server)"
echo "pip install fastapi fastapi-mcp uvicorn[standard]"
echo "Run mcp server"
python quickstart/calculator_api_http.py
echo "In a new terminal; inspect mcp"
npx @modelcontextprotocol/inspector python quickstart/calculator_api_http.py
echo "Explore mcp inspector; connect & test resources - tools."Generate mcp-json config.
fastmcp install mcp-json --server-spec quickstart/calculator_http.py --copy1.3 MuleSoft Runtime Versions Scraper
echo "Run MuleSoft scraper as HTTP server"
python quickstart/rssfeed_http.py
echo "Run MuleSoft scraper as Stdio server"
python quickstart/rssfeed_stdio.py
echo "In a new terminal; inspect mcp"
npx @modelcontextprotocol/inspector python quickstart/rssfeed_http.py
echo "Explore mcp inspector; connect & test resources - tools."This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceA demonstration MCP server built with FastMCP v2.0 that provides basic mathematical calculations and greeting functionality. Features Docker containerization, comprehensive testing, and CI/CD automation for learning MCP development patterns.Last updated2
- Flicense-qualityDmaintenanceA simple MCP server that provides basic calculator functionality for performing mathematical operations. Built with FastMCP and demonstrates fundamental MCP server implementation patterns.Last updated
- Alicense-qualityDmaintenanceA minimal FastMCP server implementation that provides basic mathematical and greeting tools. Enables users to perform simple operations like adding numbers and greeting people by name through a lightweight MCP interface.Last updatedMIT
- Flicense-qualityDmaintenanceA demonstration MCP server built with FastAPI that provides basic mathematical operations and greeting services. Integrates with Gemini CLI to showcase MCP protocol implementation with simple REST endpoints.Last updated
Related MCP Connectors
This MCP server enables users to perform scientific computations regarding linear algebra and vect…
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
MCP server exposing the Backtest360 engine API as tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sriharsha-inthub/mcp-applications'
If you have feedback or need assistance with the MCP directory API, please join our Discord server