INDIVIDUAL MCP TOOL
get_evidence
Read original evidence or a labelled Roboto editorial answer and its citations by stable ID.
LIVE ENDPOINT
https://bestsanityagency.com/mcp
Connect to this endpoint to inspect the live schema for get_evidence and invoke it with your own arguments.
Indexed 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 server
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.com-bestsanityagency-evidence]
url = "https://bestsanityagency.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-bestsanityagency-evidence": {
"type": "http",
"url": "https://bestsanityagency.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-bestsanityagency-evidence
Remote MCP URL: https://bestsanityagency.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": {
"com-bestsanityagency-evidence": {
"url": "https://bestsanityagency.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-bestsanityagency-evidence": {
"type": "http",
"url": "https://bestsanityagency.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-bestsanityagency-evidence",
"transport": "streamable-http",
"url": "https://bestsanityagency.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_evidence— Search published Roboto evidence by words, source, verified author or topic.get_entity— Read a verified organization or person, or a published topic, with paginated related evidence.build_evidence_pack— Assemble up to twelve published records with citations into a bounded Markdown or JSON pack.list_changes— List publication additions, changes and removals since an ISO timestamp.