loading…
Search for a command to run...
loading…
LLM Compliance Comparison - MCP server providing AI-powered tools and automation by MEOK AI Labs
LLM Compliance Comparison - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for llm compliance comparison mcp operations
Llm Compliance Comparison MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
compare_providers |
Compare LLM providers (Claude, GPT-4, Gemini, Llama, Mistral) against |
recommend_for_use_case |
Given a use case and jurisdiction, recommend the most compliant LLM provider. |
provider_risk_profile |
Generate a detailed risk profile for a specific LLM provider. |
compliance_matrix |
Generate a compliance matrix showing all providers against all frameworks. |
crosswalk_providers |
Map LLM provider safety policies to CSOAI Partnership Charter articles. |
pip install meok-llm-compliance-comparison-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"llm-compliance-comparison-mcp": {
"command": "python",
"args": ["-m", "meok_llm_compliance_comparison_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"llm-compliance-comparison-mcp": {
"command": "npx",
"args": []
}
}
}