Data Collection
stocksonchain.io
Provides detailed information on tokenized stocks, including search by ticker/name, full stock details, issuer lists, chain information, and corporate action events.
ENDPOINT 1
https://stocksonchain.io/mcp
MCP server metadata
- Name
- stocks-on-chain
- Version
- 1.0.0
Read-only data on tokenized stocks: listings, issuers, chains, contract addresses and on-chain corporate actions. A stock, an instrument and a listing are three different things - a stock is the company, an instrument is one product from one issuer (one legal wrapper, one mechanic), and a listing is the copy of that product on one chain. One issuer can put the same instrument on several chains, so listings count addresses, never products. Every result carries generatedAt, a sortKey and a notice; quote the timestamp with any figure you pass on, and carry the notice. This server never ranks, rates, scores or recommends anything, and has no tool or parameter that sorts by performance: every sortKey is registry order, alphabetical or chronological. Read mechanics.kind before reaching for any field inside mechanics, because anything that is not erc8056 has no multiplier at all; and kind is the shape reported here, not the standard a contract implements.
Known tools 6
get_stockEverything 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, price), and the events recorded against it.
Inferred read-onlylist_issuersEvery issuer whose tokens are tracked, with the legal wrapper it uses, the chains it issues on, and its own statement on who may buy its tokens.
Inferred read-onlylist_chainsEvery chain carrying tokenized stocks, with its explorer, and the matrix of which issuer has listed what where.
Inferred read-onlylist_eventsThe corporate-action tape: splits, distributions and multiplier changes read from chain state, each with a transaction hash.
Inferred read-onlyget_manifestWhat 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.
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.stocks-on-chain]
url = "https://stocksonchain.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"stocks-on-chain": {
"type": "http",
"url": "https://stocksonchain.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: stocks-on-chain
Remote MCP URL: https://stocksonchain.io/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": {
"stocks-on-chain": {
"url": "https://stocksonchain.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"stocks-on-chain": {
"type": "http",
"url": "https://stocksonchain.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "stocks-on-chain",
"transport": "streamable-http",
"url": "https://stocksonchain.io/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.