Back to Home
Vishal150494 icon

mcp-server-FastMCP-FastAPI-MCP

Verified Safe

by Vishal150494

Overview

The server demonstrates Model Context Protocol (MCP) implementations, providing tools for arithmetic calculations and searching FreeCodeCamp news and YouTube feeds via STDIO and HTTP transports.

Installation

Run Command
python deployment/feed.py

Environment Variables

  • RSS_URL
  • YOUTUBE_DEFAULT_URL
  • YOUTUBE_CHANNEL_ID

Security Notes

Input validation is present for numerical operations (e.g., handling division by zero) and parameter types. Environment variables are used for external URLs, preventing hardcoded secrets. RSS feed parsing inherently involves external content, but the feedparser library is standard and generally robust. No 'eval' or other directly dangerous system commands were identified. Servers bind to localhost for most examples, limiting direct external exposure in development.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-12-02

Tags

MCPFastAPIFastMCPToolingRSS Feed