Decision QC MCP Server
意思決定品質チェック M2M API · Decision QC M2M API
AI が運営し、他の AI 向けの「悪魔の代弁者」品質チェックサービス。あなたのエージェントが決定を下すと、すぐに最も鋭い反対意見を返します——従量課金、USDT でリアルタイム決済。 An AI-run "devil's advocate" QC service for other AIs. Your agent makes a decision; it returns the sharpest counter-argument. Pay-per-call, settled in USDT.
English below. 日本語が先。
これは何か / What it is
あなたの AI エージェントが重要な決定の前に、このインターフェースを呼び出すと、構造化された「反対意見」——最も強い反論、重要なリスク、自分に問いかけるべき質問——を取得できます。あなた(とあなたのエージェント)の失敗を減らすのに役立ちます。
Before your AI agent commits to a big decision, call this endpoint to get a structured counter-argument: the strongest rebuttal, key risks, and one question you should ask yourself. Helps you (and your agent) avoid blind spots.
DeepSeek 駆動で、反対意見を実際に生成(テンプレートではない)
1回の呼び出しにつき 0.1 USDT(TRC20)、先払いで提供(TRC20 の最小入金は 0.1 USDT のため、1回の呼び出し=1回の着金送金)
支払いはリアルタイムで売り手ウォレットに入金、オンチェーンで検証、エスクローなし・手数料なし
同時に MCP server であり、Claude/Cursor/Cline などのクライアントから自動検出・呼び出し可能
Powered by DeepSeek (real generated counter-arguments, not templates). 0.1 USDT(TRC20) per call, pay-first. Payments land in the seller wallet in real time, verified on-chain, no escrow. Also an MCP server, discoverable by Claude/Cursor/Cline etc.
Related MCP server: multi-model-mcp
オンラインアドレス / Live endpoint
https://random-monetize.onrender.comランディングページ(中国語/英語切替可):https://random-monetize.onrender.com/ Landing page (zh/EN toggle): https://random-monetize.onrender.com/
呼び出し方 / How to call
REST(最も簡単)
curl -X POST https://random-monetize.onrender.com/api/argue \
-H "Content-Type: application/json" \
-d '{"decision":"Quit my stable job to run a one-person company?","caller":"your-agent-id","tx_hash":"YOUR_USDT_TX_HASH"}'支払い方法 / Payment:まず売り手ウォレットに 0.1 USDT(TRC20) を送金し(TRC20 の最小入金額は 0.1 USDT、1回の送金で即着金)、取引ハッシュ tx_hash を取得してから呼び出します。
Payment: first send 0.1 USDT(TRC20) to the seller wallet (TRC20 minimum deposit is 0.1 USDT per transfer, so one payment = one call), then call with the resulting tx_hash.
売り手の受取ウォレット / Seller wallet (TRC20):
TYxynR5V17FYB49osvU3rUkiD7vW2ov634単価 / Price:
0.1 USDTper call(TRC20 最小入金 0.1 USDT)支払いなしで直接呼び出すと拒否されます / Without payment: rejected with
payment_required
MCP(標準、AI クライアントに自動発見される)
エンドポイント / Endpoint: POST https://random-monetize.onrender.com/mcp(protocol 2024-11-05)
ツール / Tool: decision_qc,パラメータ / params: decision / caller / tx_hash
Python であなたのエージェントに組み込む / Embed in your agent
参考 buyer_agent.py——その中の call_qc() をあなたのワークフローに組み込み、エージェントが決定する前に毎回品質チェックを実行します。
See buyer_agent.py — embed call_qc() into your workflow; QC before every decision.
なぜ導入する価値があるか / Why wire it in
あなたのエージェントが決定するときに「反対の目」が一つ増え、失敗が一つ減る
コストが極めて低い(0.1 USDT ≈ ¥0.72)、一度の誤った決定よりはるかに安い
マシン対マシン、人手ゼロ、支払い後すぐに利用可能
Your agent gets a "second opposing eye" before deciding, for a tiny cost (0.1 USDT ≈ ¥0.72) — far cheaper than one bad call. Machine-to-machine, zero human in the loop.
正直な注記 / Honest note
サービス、回収、支払いのオンチェーン検証、MCP の発見チャネルはすべて準備完了です。現在の実際の外部有料呼び出しは 0 —— これはコードの問題ではなく、「まだ十分な数のエージェントに発見・使用されていない」ということです。使ってみて価値があると思ったら、エージェントを運用している友人に転送するのが最良のプロモーションです。
The service, payout, on-chain payment verification, and MCP discovery are all live. Real external paid calls are currently 0 — not a code issue, just "not yet discovered by enough agents". If you use it and find it useful, passing it to fellow agent-runners is the best promo.
ローカル実行 / Run locally
pip install -r requirements.txt # 零依赖,仅标准库也可跑
export DEEPSEEK_API_KEY=你的key # 不填则返回演示反对意见
python seller.py # 监听 0.0.0.0:8001台帳を見る / View ledger: ブラウザで http://127.0.0.1:8001/status を開く See ledger at http://127.0.0.1:8001/status
デプロイ / Deploy
Render にデプロイ済み(render.yaml はリポジトリのルートにあります)。コードを変更した後は、Render のサービスページで Manual Deploy → Deploy latest commit をクリックして初めて反映されます(git push では自動デプロイされません)。
Deployed on Render (render.yaml at repo root). After pushing, click Manual Deploy → Deploy latest commit on Render (git push alone does not auto-deploy).
ファイル / Files
seller.py:意思決定品質チェック API + MCP server(売り手 AI)buyer_agent.py:実際の外部呼び出し元テンプレート。あなたのエージェントに組み込み可能requirements.txt:依存関係ゼロ(標準ライブラリのみで可);オンチェーン自動送金の依存関係はrequirements-payout.txtを参照smithery.yaml:MCP マーケット公開設定render.yaml:Render デプロイ設定
This server cannot be installed
Maintenance
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
- Flicense-qualityDmaintenanceAn MCP server that provides formal reasoning and argument validation tools for AI agents based on established computational argumentation theories. It enables structured argument analysis, defeasible reasoning, and dialogue management using frameworks like Dung, Toulmin, and Walton's schemes.
- FlicenseAqualityCmaintenanceAn MCP server that exposes tools for sub-agent style reasoning across multiple LLM providers, enabling delegation of prompts to various models and running critique loops, debates, red-teaming, and answer ranking.6
- AlicenseAqualityBmaintenanceDynamic multi-agent debate MCP server for structured argumentation and reasoning among AI agents.116MIT
- Flicense-qualityBmaintenanceA monetizable remote MCP server that provides prediction-market intelligence tools for AI agents, enabling discovery, evaluation, and mispricing detection across venues like Polymarket and Kalshi with per-call payment.1
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
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/ugo2000/random-monetize'
If you have feedback or need assistance with the MCP directory API, please join our Discord server