Back to Home
QWED-AI icon

qwed-mcp

by QWED-AI

Overview

Provides deterministic verification tools for LLM outputs to enhance trustworthiness in mathematical calculations, logical reasoning, code safety, and SQL queries.

Installation

Run Command
qwed-mcp

Security Notes

The `verify_math_expression` function, which accepts mathematical expressions and claimed results directly from LLMs, utilizes SymPy's `parse_expr`. `parse_expr` is a known vector for remote code execution if supplied with malicious input, as it can be used to execute arbitrary Python code (e.g., via `__import__`). Although a `local_dict` is passed, it does not fully mitigate this risk, making the server vulnerable when processing untrusted mathematical expressions. The `verify_code` and `verify_sql` engines are designed for security detection, which is positive, but the math engine poses a critical vulnerability.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassLow
Stars0
Forks0
Last Update2026-01-18

Tags

LLM verificationAI assistantsecurity analysislogicmath