mcp-server-rycrawl
Verified Safeby DionteAlley
Overview
A basic Minimal Compliance Protocol (MCP) server providing an API for asset scanning (mocked) and message handling.
Installation
uvicorn main:app --host 0.0.0.0 --port 8000Environment Variables
- ENV
Security Notes
The provided source code is simple and does not contain any 'eval' or similar dangerous functions. There are no hardcoded secrets, obfuscation, or apparent malicious patterns. The 'run_scan' functionality is mocked and does not perform actual external operations, minimizing immediate security risks from its core logic. Standard web server vulnerabilities might exist if deployed publicly, but the code itself is very clean.
Similar Servers
test_mcp
Simple MCP server for testing FastMCP connectivity and demonstrating basic tool functionality.
mcp_hello_server
Minimal MCP-style server implemented with FastAPI for demonstrating and extending Model Context Protocol interactions.
Expense-tracker-mcp
The server provides an API for tracking and managing personal expenses, allowing users to add, list, delete, update, and query expense records.
tutto-mcp-server
Implements a Model Context Protocol (MCP) server in Python using FastMCP to expose custom tools and resources for consumption by language models.