{
  "name": "stocks-on-chain",
  "title": "Stocks On Chain",
  "version": "1.0.0",
  "description": "Read-only access to tokenized stock data: which stocks exist as tokens, which issuer and chain each token lives on, contract addresses, supply, prices and corporate actions. Nothing here ranks, rates or recommends anything.",
  "protocolVersion": "2025-06-18",
  "protocolVersions": [
    "2025-11-25",
    "2025-06-18",
    "2025-03-26"
  ],
  "websiteUrl": "https://stocksonchain.io",
  "documentationUrl": "https://stocksonchain.io/developers/agents",
  "iconUrl": "https://stocksonchain.io/icons/logo-512.png",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://stocksonchain.io/mcp"
  },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://stocksonchain.io/mcp"
    }
  ],
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "authentication": {
    "type": "none"
  },
  "tools": [
    {
      "name": "search_stocks",
      "title": "Search tokenized stocks",
      "description": "Find tokenized stocks by ticker or company name. Returns every match with its issuers and chains, alphabetical by ticker. If a ticker is a real stock but has not been tokenized, this reports that too, which is a correct answer rather than an empty result."
    },
    {
      "name": "get_stock",
      "title": "Get one tokenized stock",
      "description": "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, price), and the events recorded against it. Report instruments as the options; listings are addresses. Read mechanics.kind before reaching for any field inside mechanics."
    },
    {
      "name": "list_issuers",
      "title": "List issuers",
      "description": "Every issuer whose tokens are tracked, in registry order, 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 not included: it can change without this site noticing, so answer eligibility questions by sending the caller to eligibility.sourceUrl rather than by stating a rule."
    },
    {
      "name": "list_chains",
      "title": "List chains",
      "description": "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."
    },
    {
      "name": "list_events",
      "title": "List corporate actions",
      "description": "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 a ranking."
    },
    {
      "name": "get_contract",
      "title": "Look up a contract address",
      "description": "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 behind it if it is a proxy, and how many other addresses we track run byte-identical code. The code half is reproducible: fetch eth_getCode and take its keccak256 and you get the same hash. An address that is a token listing but not in the contract registry returns the listing (stock, issuer, chain) with no code record. This never says an address is safe, genuine or correct, and there is no field that could: check it against the issuer before you act on it."
    },
    {
      "name": "get_manifest",
      "title": "Get the agent tier terms",
      "description": "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 wallet."
    }
  ],
  "provider": {
    "name": "Gwei, Inc.",
    "url": "https://stocksonchain.io"
  },
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "_meta": {
    "io.stocksonchain/license": "CC BY 4.0",
    "io.stocksonchain/publisher": "Gwei, Inc.",
    "io.stocksonchain/readOnly": true
  }
}