PQS is the fastest way to get better output from any AI model.
Score any prompt before it hits the model. Get a grade (A-F), score out of 80, percentile, and 8-dimension breakdown across clarity, specificity, context, constraints, output format, role definition, examples, and chain-of-thought structure. Built on PEEM, RAGAS, MT-Bench, G-Eval, and ROUGE frameworks. Pre-flight, not post-hoc.
The AI input quality problem is real. PQS solves it.
MCP Tools:
- score_prompt: Free. Returns grade (A-F), score out of 80, percentile, and full 8-dimension breakdown. No API key needed.
- optimize_prompt: $0.025 USDC via x402. Returns a rewritten, higher-scoring version of your prompt with before/after dimension deltas. Requires API key from promptqualityscore.com.
HTTP API (x402-native on Base):
- /api/score/free: Free. Grade, percentile, and 8-dimension breakdown. No payment required.
- /api/score: $0.025 USDC. Single score, pay-per-call.
- /api/score/full: $0.125 USDC. Grade, percentile, dimension breakdown, and rewrite.
- /api/score/batch: $0.25 USDC. Score multiple prompts in a single call.
- /api/preflight: $0.05 USDC. Lightweight pre-flight quality check.
Paste a prompt. Get an optimized version. Ship better work.
Cheaper than one bad prompt.
https://promptqualityscore.com
サーバー設定
{
"mcpServers": {
"pqs": {
"url": "https://promptqualityscore.com/api/mcp"
},
"pqs-local": {
"command": "npx",
"args": [
"-y",
"pqs-mcp-server@latest"
]
}
}
}