Skip to main content
Glama
OnChainAIIntel

PQS - Prompt Quality Score

Official

GitHub Marketplace pqs-mcp-server MCP server

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/pqs

Related 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

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Dynamic 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.
    33
    13
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    250+ 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.
    2
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Remote 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.
    6
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    An 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.
    1
    16
    2
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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