← stocksonchain.io

INDIVIDUAL MCP TOOL

search_stocks

Find tokenized stocks by ticker or company name.

stocksonchain.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://stocksonchain.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_stocks and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

stocksonchain.io

CONNECT 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.

Related tools

  • 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, price), and the events recorded against it.
  • list_issuers — 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.
  • list_chains — Every chain carrying tokenized stocks, with its explorer, and the matrix of which issuer has listed what where.
  • list_events — The corporate-action tape: splits, distributions and multiplier changes read from chain state, each with a transaction hash.
  • 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.