fastapi-mcp-server
by Magical-Bear
Overview
An API server built with FastAPI, likely for managing or processing data related to an application or system referred to as 'MCP'.
Installation
No command providedSecurity Notes
The actual source code is not available for review. Without code, it's impossible to check for specific vulnerabilities like 'eval' usage, obfuscation, or custom code flaws. General security risks of running any API server apply (e.g., potential for unauthenticated access, injection vulnerabilities, or improper data handling) if not robustly implemented within the server's logic.
Similar Servers
lex
Provides a UK legal research API with advanced search capabilities for legislation, caselaw, explanatory notes, and amendments, designed for integration with AI agents via the MCP protocol.
mcp-server-FastMCP-FastAPI-MCP
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.
MCP_server
This server provides two interfaces for basic arithmetic operations: one via a `fastmcp` framework for tool-calling/agent integration, and another via a standard FastAPI HTTP API.
mcp_server_example
This server exposes simple Python functions as API endpoints using the FastMCP framework, providing a demonstration of a microservice.