INDIVIDUAL MCP TOOL
list_tables
List every table in the Strasmore US market-data warehouse (equities, options, corporate actions, fundamentals, SEC filings, news, macro) with a one-line description, the column its history window filters on, and whether this no-key access can read it.
LIVE ENDPOINT
https://ai.strasmore.com/mcp
Connect to this endpoint to inspect the live schema for list_tables 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
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.strasmore]
url = "https://ai.strasmore.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"strasmore": {
"type": "http",
"url": "https://ai.strasmore.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: strasmore
Remote MCP URL: https://ai.strasmore.com/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": {
"strasmore": {
"url": "https://ai.strasmore.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"strasmore": {
"type": "http",
"url": "https://ai.strasmore.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "strasmore",
"transport": "streamable-http",
"url": "https://ai.strasmore.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
describe_table— Columns of one table with their ClickHouse types, plus notes on columns whose meaning is not obvious from the name and known data caveats.run_sql— Run one read-only ClickHouse SELECT against the global_markets database and get the rows back.get_plans— What this no-key access includes, what a free account and each paid plan add (history depth, datasets, row limits, price), and the link to start each one.