PQS - Prompt Quality Score
Official
PQS MCPサーバー
世界初のAIプロンプト品質スコア(MCPサーバーとして提供)。
LLMプロンプトがモデルに送信される前に、スコアリング、最適化、比較を行います。PEEM、RAGAS、G-Eval、MT-Benchフレームワークに基づいて構築されています。
インストール
Claude Desktop
設定ファイル(~/Library/Application Support/Claude/claude_desktop_config.json)に追加してください:
{
"mcpServers": {
"pqs": {
"command": "npx",
"args": ["pqs-mcp-server"]
}
}
}Smithery
smithery mcp add onchaintel/pqsRelated MCP server: aipaygen-mcp
ツール
score_prompt(無料 — APIキー不要)
プロンプトがモデルに送信される前にスコアリングします。評価A〜F、40点満点のスコア、およびパーセンタイルを返します。
出力例:
{
"pqs_version": "1.0",
"prompt": "analyze this wallet",
"vertical": "crypto",
"score": 8,
"out_of": 40,
"grade": "D",
"upgrade": "Get full dimension breakdown at /api/score for $0.025 USDC via x402",
"powered_by": "PQS — pqs.onchainintel.net"
}optimize_prompt($0.025 USDC、x402経由)
プロンプトのスコアリングと最適化を行います。8つの次元の詳細な分析結果と最適化されたバージョンを返します。
要件: PQS APIキー(pqs.onchainintel.netで無料で取得可能)
compare_models($1.25 USDC、x402経由)
同じプロンプトでClaudeとGPT-4oを比較します。第三のモデルによって判定されます。勝者、スコア、推奨事項を返します。
要件: PQS APIキー(pqs.onchainintel.netで無料で取得可能)
業種
より正確なスコアリングのためにドメインコンテキストを指定してください:
software— ソフトウェアエンジニアリング、コード、デバッグcontent— コンテンツ作成、コピーライティング、ソーシャルメディアbusiness— ビジネス分析、財務、戦略education— 教育、研究、学術論文science— 科学研究、データ分析crypto— 暗号資産取引、DeFi、オンチェーン分析general— 汎用(デフォルト)
品質ゲートパターン
推論前の品質ゲートとしてPQSを使用します:
const score = await fetch("https://pqs.onchainintel.net/api/score/free", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ prompt: userPrompt, vertical: "software" })
});
const { score: pqsScore } = await score.json();
if (pqsScore < 28) throw new Error("Prompt quality too low — improve and retry");評価がD以下(28/40未満)の場合、そのプロンプトは推論コストを無駄にする可能性があることを意味します。
開発者
John / OnChainIntel — @OnChainAIIntel
pqs.onchainintel.net
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityDmaintenanceDynamic MCP server — 30+ tools across fact verification, agent memory, Indian NLP, contract risk, security threat modelling, sales call intelligence and more. x402/USDC micropayments on Base.3313MIT
- AlicenseNot gradedqualityCmaintenance250+ AI-powered MCP tools: research, write, code, translate, scrape, sentiment, vision, RAG, agent memory, marketplace, trading signals, and more. 15 models across 7 providers. Pay-per-use via API key or x402 USDC micropayments.2MIT

Parlayofficial
AlicenseNot gradedqualityBmaintenanceRemote MCP server for prediction markets — search and compare live odds across Polymarket, Kalshi, and Limitless from Claude, ChatGPT, or Gemini. Six read-only tools, free tier available.6MIT- AlicenseAqualityDmaintenanceAn MCP server for deterministic prompt optimization in Claude Code. Score prompts across 7 quality dimensions, auto-select from 11 Anthropic techniques, and return a structural scaffold.1162MIT
Related MCP Connectors
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing.
Free OpenAI-compatible inference with signed provenance receipts and 3 focused MCP tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/OnChainAIIntel/pqs-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server