Back to Home
h1ddenpr0cess20 icon

mcp

Verified Safe

by h1ddenpr0cess20

Overview

Exposing various third-party RapidAPI services (jobs, finance, food, entertainment, social, real estate, news, search) as a collection of FastMCP servers for tool integration.

Installation

Run Command
python server.py --all

Environment Variables

  • RAPIDAPI_KEY

Security Notes

The RapidAPI MCP server acts as a wrapper for various RapidAPI services. API keys are handled securely via environment variables or `.env` files, which is good practice. The source code does not use `eval` or similar dangerous dynamic code execution functions. Input sanitization for RapidAPI parameters (e.g., converting booleans to strings, removing `None` values) is present. While FastMCP handles basic parameter typing, extensive deep input validation beyond that is not explicitly shown, relying on the underlying RapidAPI endpoints for data validation.

Similar Servers

Stats

Interest Score30
Security Score9
Cost ClassMedium
Avg Tokens750
Stars1
Forks0
Last Update2025-11-30

Tags

FastMCPRapidAPIAPI GatewayMicroservicesPython