Your AI assistant can read this site.

This site publishes every tokenized stock it tracks in a form a machine can read. If you use an AI assistant, you can point it here and ask it questions in your own words. It is free, there is no key to get, and you do not make an account.

What you get

Your assistant can look up 194 stocks across 431 listings, from 4 issuers on 5 chains. It reads the same numbers this page does, with the time each one was read attached. Questions it can answer:

It answers from public blockchain data. It does not place an order, hold anything, or move money, because there is nothing here to do that with.

Works with

This site runs a Model Context Protocol server. MCP is an open standard for connecting an assistant to a source of data. Any client that speaks it can read this site, including these:

ClaudeVS Code and CopilotCursorGemini CLIChatGPT Any MCP client

We are not affiliated with, endorsed by, or sponsored by any of these companies. Their names identify their software, nothing more. Each link goes to that company's own instructions. Link checked 1 Aug 2026.

The address

One address does all of it. It is read-only, it takes no key, and it keeps no session.

https://stocksonchain.io/mcp

Before you use this data

This data is published for information only. It is not investment advice, not an offer, and not a recommendation of any asset, issuer or venue. Nothing here is ranked or rated. What your assistant does with it, and what you do next, is yours. Gwei, Inc. accepts no liability for either. Full terms are on the legal page.

Each block below was read from that product's own instructions on the date beside it. The four settings files disagree with each other, so use the one for your client rather than the first that looks right.

Claude

.mcp.json, or ~/.claude.json Root key mcpServers

{
  "mcpServers": {
    "stocks-on-chain": {
      "type": "http",
      "url": "https://stocksonchain.io/mcp"
    }
  }
}

The "type" line is required. An entry with a url and no type is read as a local server and skipped.

Claude instructions . Link checked 1 Aug 2026.

VS Code and Copilot

.vscode/mcp.json, or the "MCP: Open User Configuration" command Root key servers

{
  "servers": {
    "stocks-on-chain": {
      "type": "http",
      "url": "https://stocksonchain.io/mcp"
    }
  }
}

The root key here is "servers", not "mcpServers". A block copied from another client will not load.

VS Code and Copilot instructions . Link checked 1 Aug 2026.

Cursor

~/.cursor/mcp.json, or .cursor/mcp.json in a project Root key mcpServers

{
  "mcpServers": {
    "stocks-on-chain": {
      "url": "https://stocksonchain.io/mcp"
    }
  }
}

A remote server needs no "type" field here.

Cursor instructions . Link checked 1 Aug 2026.

Gemini CLI

~/.gemini/settings.json, or .gemini/settings.json in a project Root key mcpServers

{
  "mcpServers": {
    "stocks-on-chain": {
      "httpUrl": "https://stocksonchain.io/mcp"
    }
  }
}

The key is "httpUrl". Plain "url" selects SSE in this client, and this server does not speak SSE.

Gemini CLI instructions . Link checked 1 Aug 2026.

ChatGPT

Settings, then Connectors, with developer mode turned on

https://stocksonchain.io/mcp

There is no config file. Add a connector in settings and enter the address below. Developer mode is in beta and OpenAI limits it to paid plans, so this route is not open to every account.

ChatGPT instructions . Link checked 1 Aug 2026.

Once it loads, the server appears as stocks-on-chain. Ask your assistant a question in your own words. There is no further step, and it will never ask you to sign in.

If your assistant does not speak MCP

Read the JSON directly. These files are open to any caller, need no key, and carry the same numbers. Point a script, a spreadsheet, or an Apple Shortcut at one of them.

/api/tokens.jsonEvery stock, with all its issuers and listings.
/api/tokens/nvda.jsonOne stock. Swap the ticker for another.
/api/events.jsonSplits and distributions, each with its transaction.
/llms.txtAn index of the whole site, written for a model to read.

The rules it carries

Every answer the server gives comes with the time the data was read, the sort key that ordered it, and the same notice this site carries. We also publish a skill file that tells an assistant how to report this data correctly: quote the issuer rather than paraphrase it, keep the timestamp attached to the number, and never present a stock more than once.

No tool ranks, rates or scores anything, and no tool takes a sort or an order parameter. An assistant cannot ask this server for a league table, because the parameter to ask with does not exist.

On Apple devices

Applebot, the crawler behind Spotlight, Siri and Safari search, reads this site and is named in our robots.txt alongside every other assistant crawler we allow. Every stock, issuer and chain page also publishes a plain-text copy for machines: add .md to any of those addresses.

You can also build a Shortcut that reads a stock without any of the above. In the Shortcuts app, add "Get Contents of URL", point it at one of the JSON addresses in the table above, and follow it with "Get Dictionary Value". That is a Shortcut you build and keep. We do not publish one to install, and we never will.

Apple has not shipped a way for Siri to connect to a server like ours, and we are not going to say otherwise until it does. The address above is already there for the day that changes.