Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Stocks On Chain

io.stocksonchain/stocks-on-chain

Read-only tokenized stock data: issuers, chains, contract addresses and corporate actions.

Uptime
100.0%
1 direct probes · 30d
Response
333ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

search_stocks

Find tokenized stocks by ticker or company name. Returns every match with its issuers and chains. If a ticker is a real stock but has not been tokenized, this reports that too, which is a correct answ…

get_stock

Everything known about one stock: every instrument (one per issuer, with the mechanics union describing how it handles corporate actions), every listing under it (chain, contract address, supply, pric…

list_issuers

Every issuer whose tokens are tracked, with the legal wrapper it uses, the chains it issues on, and a link to where that issuer publishes its own rule on who may buy. The rule itself is deliberately n…

list_chains

Every chain carrying tokenized stocks, with its explorer, and the matrix of which issuer has listed what where. Registry order, which is not a ranking.

list_events

The corporate-action tape: splits, distributions and multiplier changes read from chain state, each with a transaction hash. Newest first by the time the event took effect, which is chronology and not…

get_contract

What this site holds about one address: the name and category our registry records and who told us, plus what the code at that address actually is - its runtime bytecode hash, the implementation behin…

get_manifest

What this service offers a machine reader: the free keyless endpoints, the bulk dataset and its price if the paid tier is live, and the licence. No human reader is ever charged or asked to connect a w…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "stocks_on_chain": {
      "url": "https://stocksonchain.io/mcp",
      "transport": "streamable-http"
    }
  }
}