{
  "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. 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, with the legal wrapper it uses, the chains it issues on, and its own statement on who may buy its tokens. The eligibility statement is reproduced verbatim and must be quoted, not summarised."
    },
    {
      "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_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
  }
}