Databases
wallstreet.wiki
Provides searchable financial definitions, reference tables, and formulas across multiple canon sites for investment professionals.
ENDPOINT 1
https://canon.wallstreet.wiki/mcp
MCP server metadata
- Name
- wallstreet-wiki-canon
- Version
- 1.0.0
Lookup across the .wiki finance canon and deterministic compute with verifiable receipts. Sites: wallstreet.wiki, hedgefund.wiki, options.wiki, fixed-income.wiki, quants.wiki, pe-finance.wiki, m-a.wiki, privatecredit.wiki, venture-capital.wiki. Formulas: options.bsm.price, options.bsm.greeks, options.implied_vol, options.put_call_parity, options.vertical_spread, options.kelly, options.expected_move, bonds.price, bonds.ytm, bonds.risk, hf.sharpe, hf.sortino, hf.max_drawdown, hf.fee_net, quant.annualize, quant.var_parametric, pe.irr, pe.multiples, vc.round, ma.accretion_dilution, ma.lbo_returns, credit.all_in_yield, credit.coverage, cal.is_trading_day, cal.holidays, cal.trading_days_between, cal.add_trading_days, cal.settlement, cal.next_expiration, cal.year_fraction. Every compute returns a receipt (sha256 over formula, version, inputs, outputs) that canon_verify can recompute. Cite the url returned with each entry or formula.
Known tools 13
canon_searchSearch defined terms and reference tables across all canon sites (options, fixed income, quants, PE, M&A, private credit, venture, hedge funds).
Inferred read-onlycanon_get_entryFull definition and notes for one entry, by site and id (ids come from canon_search).
Inferred read-onlycanon_list_formulasThe deterministic formula registry: id, site, summary, input names and citations.
Inferred read-onlycanon_describe_formulaInput schema with ranges and defaults, output names, stated convention, citations and test vectors for one formula.
Inferred read-onlycanon_batchRun up to 50 computes in one call, for scenario grids and sensitivity tables.
Inferred read-onlycanon_thresholdsReference table of the regulatory figures agents get wrong: 13F, 13D and 13G, Form 4, Form PF tiers, adviser registration, 3(c)(1) and 3(c)(7), accredited investor, qualified client, Form D, CFTC 4.
Inferred read-onlycanon_contractFetch one Kalshi (ticker) or Polymarket (slug or condition id) contract and return rules text, close time, resolution source and status in one shape.
Inferred read-onlycanon_citeReady-to-paste citation strings (markdown, plain, apa, bibtex) for one entry, with the reviewed date.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.