mcp
Verified Safeby 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
python server.py --allEnvironment 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
firecrawl-mcp-server
A Model Context Protocol (MCP) server for integrating Firecrawl's web scraping, crawling, search, and structured data extraction capabilities with AI agents.
scrapegraph-mcp
Provides AI-powered web scraping, structured data extraction, multi-page crawling, and agentic automation capabilities for language models.
scrapi-mcp
This MCP server enables AI agents to scrape web pages and retrieve their content as HTML or Markdown, with advanced browser interaction capabilities.
enterprise_mcp_server
Provides a robust, multi-component Model Context Protocol (MCP) solution with an API Gateway for routing and management, an Enterprise MCP Server for core services like authentication and tool administration, and a Tool Server for operational tool execution, designed for integration with clients like Cursor and Claude Code.