← validatedstrategies.com
INDIVIDUAL MCP TOOL
get_strategy_evidence
Get one canonical evidence packet, including gaps and limitations.
LIVE ENDPOINT
https://validatedstrategies.com/api/mcp
Connect to this endpoint to inspect the live schema for get_strategy_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.validated-evidence]
url = "https://validatedstrategies.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"validated-evidence": {
"type": "http",
"url": "https://validatedstrategies.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: validated-evidence
Remote MCP URL: https://validatedstrategies.com/api/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": {
"validated-evidence": {
"url": "https://validatedstrategies.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"validated-evidence": {
"type": "http",
"url": "https://validatedstrategies.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "validated-evidence",
"transport": "streamable-http",
"url": "https://validatedstrategies.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_strategies— Search evidence by name, ticker, category, platform, asset class, or verdict.compare_strategies— Compare strategies while preserving missing measurements.get_methodology— Get the canonical methodology URL and gate definitions.get_recent_changes— Get results validated after an ISO date.