Back to Home
Snehalaxmi-S icon

mcp-server

Verified Safe

by Snehalaxmi-S

Overview

This server acts as an API Gateway, aggregating multiple external OpenAPI-defined services (like Petstore and Tenable) into a single unified endpoint using the FastMCP framework.

Installation

Run Command
python main.py

Security Notes

The code itself is clean, uses standard libraries (httpx, asyncio, fastmcp), and does not contain obvious malicious patterns, hardcoded secrets, or dangerous functions like 'eval'. It binds to '0.0.0.0' for the main server, which is common but means it listens on all network interfaces. The primary security consideration would be the integrity and trustworthiness of the external OpenAPI specifications it fetches and aggregates, and the security of the backend APIs it proxies to.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2025-11-24

Tags

API GatewayAPI OrchestrationOpenAPIMicroservicesPython