LIVE ENDPOINT
https://canon.wallstreet.wiki/mcp
Connect to this endpoint to inspect the live schema for canon_sites 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.wallstreet-wiki-canon]
url = "https://canon.wallstreet.wiki/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"wallstreet-wiki-canon": {
"type": "http",
"url": "https://canon.wallstreet.wiki/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: wallstreet-wiki-canon
Remote MCP URL: https://canon.wallstreet.wiki/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": {
"wallstreet-wiki-canon": {
"url": "https://canon.wallstreet.wiki/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"wallstreet-wiki-canon": {
"type": "http",
"url": "https://canon.wallstreet.wiki/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "wallstreet-wiki-canon",
"transport": "streamable-http",
"url": "https://canon.wallstreet.wiki/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
canon_search— Search defined terms and reference tables across all canon sites (options, fixed income, quants, PE, M&A, private credit, venture, hedge funds).canon_get_entry— Full definition and notes for one entry, by site and id (ids come from canon_search).canon_changes— Aggregated dated change events across every vertical, newest first.canon_list_formulas— The deterministic formula registry: id, site, summary, input names and citations.canon_describe_formula— Input schema with ranges and defaults, output names, stated convention, citations and test vectors for one formula.canon_compute— Run one formula from the registry on validated inputs.canon_verify— Recompute a receipt from its inputs and confirm its id and outputs.canon_batch— Run up to 50 computes in one call, for scenario grids and sensitivity tables.