Back to Home
DionteAlley icon

mcp-server-rycrawl

Verified Safe

by DionteAlley

Overview

A basic Minimal Compliance Protocol (MCP) server providing an API for asset scanning (mocked) and message handling.

Installation

Run Command
uvicorn main:app --host 0.0.0.0 --port 8000

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2025-12-10

Tags

FastAPIMCPServerSecurity ScanPython