← mcpqueen.com
INDIVIDUAL MCP TOOL
get_trust_receipt
Get one MCP server's complete evidence receipt: operational grade, deterministic security/data-integrity/citation/claim observations, and reviewed real-usage field reports.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mcpqueen]
url = "https://mcpqueen.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcpqueen": {
"type": "http",
"url": "https://mcpqueen.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcpqueen
Remote MCP URL: https://mcpqueen.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mcpqueen": {
"url": "https://mcpqueen.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcpqueen": {
"type": "http",
"url": "https://mcpqueen.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcpqueen",
"transport": "streamable-http",
"url": "https://mcpqueen.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_servers— Search the MCP evidence registry using a natural multi-word task (e.search_tools— Search across the actual tools that graded MCP servers expose (their tool names and descriptions, captured live from tools/list) — not just server metadata.list_grades— List the top graded MCP servers from the mcpqueen registry (deterministic probe grades with evidence).get_server_grade— Get the full grade and verbatim probe evidence for one MCP server, by its official registry name (e.search_trust_evidence— Search published MCP trust evidence and reviewed real-usage field reports.submit_feedback— Submit a field report about an MCP server you have actually used (what worked, what failed, surprising behavior).