{"name":"wiki.wallstreet/canon","slug":"wallstreet-canon","title":"Canon (wallstreet.wiki)","description":"Finance canon lookup plus 30 deterministic formulas, each with a verifiable receipt.","url":"https://mcp.market/server/wallstreet-canon","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"finance","tags":["finance"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-21T00:55:40.675Z","last_ok_at":"2026-09-21T00:55:40.675Z","latency_ms":134},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://canon.wallstreet.wiki","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://canon.wallstreet.wiki/mcp"}],"packages":[],"tools":[{"name":"canon_batch","description":"Run up to 50 computes in one call, for scenario grids and sensitivity tables. Each item returns its own receipt; the batch receipt id is sha256 over the sorted item receipt ids, so a whole table can be cited by one hash.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"items":{"minItems":1,"maxItems":50,"type":"array","items":{"type":"object","properties":{"formula":{"type":"string","enum":["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"]},"inputs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}},"required":["formula","inputs"]}}},"required":["items"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"canon_changes","description":"Aggregated dated change events across every vertical, newest first. Poll this instead of re-crawling.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"since":{"description":"ISO date; only events on or after this date","type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"canon_cite","description":"Ready-to-paste citation strings (markdown, plain, apa, bibtex) for one entry, with the reviewed date. Use when writing a report that quotes the canon.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"site":{"type":"string","enum":["wallstreet.wiki","hedgefund.wiki","options.wiki","fixed-income.wiki","quants.wiki","pe-finance.wiki","m-a.wiki","privatecredit.wiki","venture-capital.wiki"]},"id":{"type":"string","minLength":1,"maxLength":200},"format":{"type":"string","enum":["markdown","plain","apa","bibtex"]}},"required":["site","id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"canon_compute","description":"Run one formula from the registry on validated inputs. Returns outputs, the convention used, citations, and a receipt whose id is sha256 over formula, version, canonical inputs and outputs. Invalid inputs return an explicit problem list and a working example instead of nulls.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"formula":{"type":"string","enum":["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"]},"inputs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"description":"Inputs keyed by name; see canon_describe_formula"}},"required":["formula","inputs"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"canon_contract","description":"Fetch one Kalshi (ticker) or Polymarket (slug or condition id) contract and return rules text, close time, resolution source and status in one shape. For a paid cross-venue identity check with a snapshot receipt, call GET /v1/contracts/compare over REST.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"venue":{"type":"string","enum":["kalshi","polymarket"]},"id":{"type":"string","minLength":1,"maxLength":200}},"required":["venue","id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"canon_describe_formula","description":"Input schema with ranges and defaults, output names, stated convention, citations and test vectors for one formula.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"formula":{"type":"string","enum":["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"]}},"required":["formula"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"canon_entity","description":"Map a ticker (AAPL, BRK.B), a CIK, or a company name to one issuer id with every ticker and exchange, plus EDGAR filing locations. Use before joining prices, filings and news so identifiers line up; source is the SEC public ticker file.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"q":{"type":"string","minLength":1,"maxLength":200},"limit":{"type":"integer","minimum":1,"maximum":50}},"required":["q"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"canon_get_entry","description":"Full definition and notes for one entry, by site and id (ids come from canon_search).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"site":{"type":"string","enum":["wallstreet.wiki","hedgefund.wiki","options.wiki","fixed-income.wiki","quants.wiki","pe-finance.wiki","m-a.wiki","privatecredit.wiki","venture-capital.wiki"]},"id":{"type":"string","minLength":1,"maxLength":200,"description":"Entry id or slug, e.g. \"modified-duration\""}},"required":["site","id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"canon_list_formulas","description":"The deterministic formula registry: id, site, summary, input names and citations. Call canon_describe_formula for a schema.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"canon_search","description":"Search defined terms and reference tables across all canon sites (options, fixed income, quants, PE, M&A, private credit, venture, hedge funds). Returns ranked hits with a citable url and the JSON source.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"q":{"type":"string","minLength":1,"maxLength":200,"description":"Search phrase, e.g. \"modified duration\" or \"option pool shuffle\""},"site":{"description":"Restrict to one site","type":"string","enum":["wallstreet.wiki","hedgefund.wiki","options.wiki","fixed-income.wiki","quants.wiki","pe-finance.wiki","m-a.wiki","privatecredit.wiki","venture-capital.wiki"]},"limit":{"default":10,"type":"integer","minimum":1,"maximum":50}},"required":["q"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"canon_sites","description":"The sites in the .wiki finance canon with live entry counts and review dates.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"canon_thresholds","description":"Reference 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.13(a)(3), ERISA 25 percent, AIFMD, HSR, Reg T. Each row carries the rule, authority, effective date, primary source and a confidence label. Filter by words or authority.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"q":{"type":"string","maxLength":200},"authority":{"type":"string","maxLength":40}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"canon_verify","description":"Recompute a receipt from its inputs and confirm its id and outputs. Use it to check a number another agent or document claims came from this service.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"receipt":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"description":"The receipt object returned by canon_compute"}},"required":["receipt"],"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-20T16:19:02.105Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T16:19:02.102Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 493ms"]},"poisoning":{"score":15,"max":15,"notes":["13 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 2 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://canon.wallstreet.wiki/mcp","reachable":true,"authRequired":false,"latencyMs":493,"serverInfo":{"name":"wallstreet-wiki-canon","version":"1.0.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":null,"source":"none"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}