Server data from the Official MCP Registry
MCP server for contract review ai. Features analyze contract, extract clauses, identify risk...
MCP server for contract review ai. Features analyze contract, extract clauses, identify risk...
This MCP server has several critical security issues that prevent approval. The most severe is an external code dependency (auth_middleware from ~/clawd/meok-labs-engine/shared) that is not version-controlled, auditable, or validated—this creates a supply chain vulnerability where arbitrary code could be injected. Additionally, the rate limiting implementation uses in-memory storage that persists across requests without proper cleanup, enabling authentication bypass through concurrent requests. The API key parameter is passed explicitly as a string argument rather than via secure environment variables, and authentication is applied inconsistently across tools with missing validation in some code paths. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
6 files analyzed · 14 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-csoai-org-contract-review-ai-mcp": {
"args": [
"-y",
"contract-review-ai-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Installation · Docs · Report Bug
pip install contract-review-ai-mcp
# or
npm install -g @meok-ai/contract-review-ai-mcp
See the project repository for full documentation and examples.
MIT © CSOAI
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.