Skip to main content
Glama
jonathanxuu

double-check-mcp

by jonathanxuu

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GEMINI_API_KEYNoAPI key for Gemini provider.
OPENAI_API_KEYNoAPI key for OpenAI provider.
DEEPSEEK_API_KEYNoAPI key for DeepSeek provider.
ANTHROPIC_API_KEYNoAPI key for Anthropic provider.
VERIFIER_PLATFORM_KB_PATHNoAbsolute path to custom knowledge base Markdown file.
VERIFIER_PLATFORM_DATA_DIRNoDefault directory for keys and audit data.~/.verifier-platform
VERIFIER_PLATFORM_HTTP_HOSTNoHTTP listen address.127.0.0.1
VERIFIER_PLATFORM_HTTP_PORTNoHTTP listen port.4200
VERIFIER_PLATFORM_LLM_MODELNoModel name for the verification LLM. Defaults per provider.
VERIFIER_PLATFORM_TRACE_DIRNoDirectory for per-run trace files.
VERIFIER_PLATFORM_AUDIT_PATHNoPath to the audit JSONL file.
VERIFIER_PLATFORM_KB_ENABLEDNoWhether to enable the local knowledge base retrieval.true
VERIFIER_PLATFORM_LLM_API_KEYNoGeneric API key that takes priority over provider-specific keys.
VERIFIER_PLATFORM_LLM_BASE_URLNoOverride built-in API root URL. Required for openai-compatible provider.
VERIFIER_PLATFORM_LLM_PROVIDERNoThe LLM provider: openai, deepseek, anthropic, gemini, or openai-compatible. Defaults to deepseek.deepseek
VERIFIER_PLATFORM_AUDIT_ENABLEDNoWhether to append JSONL audit logs.true
VERIFIER_PLATFORM_HTTP_MCP_PATHNoMCP URL path for HTTP mode./mcp
VERIFIER_PLATFORM_SYSTEM_PROMPTNoCustom system prompt for the verification model.
VERIFIER_PLATFORM_TRACE_ENABLEDNoWhether to save per-run trace files.true
VERIFIER_PLATFORM_KB_MAX_RESULTSNoMaximum number of knowledge base sections to provide to the verifier (5 or 10).5
VERIFIER_PLATFORM_LLM_TIMEOUT_MSNoModel call timeout in milliseconds.120000
VERIFIER_PLATFORM_SIGNING_KEY_IDNoFixed Ed25519 public key fingerprint (sha256: + 64 hex). Servers refuse to start/sign if fingerprint does not match.
VERIFIER_PLATFORM_LLM_TEMPERATURENoTemperature for the verification model.0
VERIFIER_PLATFORM_MAX_INPUT_CHARSNoMaximum total input characters for system prompt and verification input.200000
VERIFIER_PLATFORM_PUBLIC_KEY_PATHNoCustom path to the Ed25519 public key.
VERIFIER_PLATFORM_CONFIDENCE_FLOORNoConfidence threshold for policy.pass.0.70
VERIFIER_PLATFORM_LLM_HEADERS_JSONNoAdditional request headers for the LLM as a JSON string.{}
VERIFIER_PLATFORM_PRIVATE_KEY_PATHNoCustom path to the Ed25519 private key.
VERIFIER_PLATFORM_HTTP_BEARER_TOKENNoOptional Bearer token for HTTP authorization.
VERIFIER_PLATFORM_HTTP_ALLOWED_HOSTSNoComma-separated list of allowed Host/Origin values.localhost,127.0.0.1,[::1]
VERIFIER_PLATFORM_WEB_SEARCH_ENABLEDNoWhether web search is enabled by default when callers omit webSearch.false
VERIFIER_PLATFORM_LLM_MAX_OUTPUT_TOKENSNoMaximum output tokens for verification.2048
VERIFIER_PLATFORM_WEB_SEARCH_TIMEOUT_MSNoTimeout for DeepSeek native web search in milliseconds.60000
VERIFIER_PLATFORM_DEEPSEEK_SEARCH_BASE_URLNoBase URL for DeepSeek Anthropic-compatible search endpoint.https://api.deepseek.com/anthropic/v1
VERIFIER_PLATFORM_DEEPSEEK_SEARCH_MAX_USESNoMaximum number of native search uses per request.5
VERIFIER_PLATFORM_DEEPSEEK_SEARCH_MAX_TOKENSNoMaximum output tokens for native search auxiliary round.4096
VERIFIER_PLATFORM_WEB_SEARCH_DEFAULT_RESULTSNoDefault number of web search results (5 or 10).5

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
verifier_platform_verifyA

把外部主模型生成的回答和完整可审计 reasoning 交给独立 verifier_platform 核查。question、answer、reasoning 均为必填。工具会先检索服务端配置的 UOB 本地知识库;webSearch 支持 enabled、maxResults(5 或 10)和可选 query,联网搜索复用服务端 DeepSeek API Key。返回本地知识库命中、联网来源、confidence、verdict、修正答案及 Ed25519 签名。

verifier_platform_verify_signatureA

只读、离线验签:使用 RFC 8785 JCS 规范化 payload,验证 verifier_platform 的 Ed25519 签名和可选 SHA-256。不会调用模型。

verifier_platform_statusA

只读:查看 verifier_platform 的脱敏配置、策略、审计状态和签名公钥。不会调用模型。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/jonathanxuu/double-check-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server