RemoteMCPServer
Verified Safeby soumyajindal07
Overview
Provides an HTTP API for programmatic web searching using the Tavily search engine.
Installation
python main.pyEnvironment Variables
- TAVILY_API_KEY
Security Notes
The code uses environment variables for API keys, preventing hardcoded secrets. No 'eval' or direct arbitrary code execution functions were found. The server binds to '0.0.0.0', which is standard for a publicly accessible service but requires proper firewalling and access control in production environments.
Similar Servers
ketchup-draw-mcp-server
Enables MCP clients (like Claude Desktop) to generate and optimize images using Ketchup AI and automatically upload them to URUSAI! for permanent URLs.
KM-remote-mcp-server
AI-powered expense management assistant that helps users track, summarize, and manage their personal expenses through natural language interactions.
NinjaCode-MCP
NinjaCode is an MCP server that provides AI agents with real-time code quality, security, and best practice guidance during development.
nova-canvas-mcp-server
Provides a backend server for a real-time collaborative canvas application, likely handling synchronization and persistence of drawing data for multiple users.