pqs-mcp-server

OnChainAIIntel/pqs-mcp-server
★ 1 stars JavaScript 🤖 AI/LLM Updated 3d ago
The world's first named AI prompt quality score. Score any LLM prompt before it hits any model — returns grade (A-F), score out of 40, percentile, and dimension breakdown across 8 quality dimensions.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pqs-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "OnChainAIIntel/pqs-mcp-server"
      ]
    }
  }
}