INDIVIDUAL MCP TOOL
market_state
One call: completed-session state, tape, historical analogs, outcome ranges and transition memory.
LIVE ENDPOINT
https://chartlibrary.io/mcp
Connect to this endpoint to inspect the live schema for market_state 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.chart-library]
url = "https://chartlibrary.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"chart-library": {
"type": "http",
"url": "https://chartlibrary.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: chart-library
Remote MCP URL: https://chartlibrary.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": {
"chart-library": {
"url": "https://chartlibrary.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"chart-library": {
"type": "http",
"url": "https://chartlibrary.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "chart-library",
"transport": "streamable-http",
"url": "https://chartlibrary.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_company_file— One covered company's living research file (company_file.v1): business, three drivers, the last eight fiscal quarters from SEC XBRL with provenance on every number, the desk's own estimates and revision log, the thesis and what changes it, the market-memory bands or an explicit coverage 'none', published notes, and the scorecard.get_company_status— Current monitoring alongside the immutable company file.get_company_revisions— Browse immutable published versions, reasons and pinned JSON/CSV links.compare_company_revisions— Compare facts, assumptions, scenarios and thesis between immutable revisions.run_company_scenario— Calculate a temporary scenario from 1-20 assumption cell IDs and numerical values in their published units.check_company_forecasts— Compare frozen revenue forecasts with reported results.compare_company_history— Two to six companies, one quarter end (YYYY-MM-DD), USD history and provenance.list_coverage— The research hub's coverage universe: clusters and symbols, with each symbol's company-file revision, as_of date, whether a compiled file exists, and skeleton=true when the authored half is empty.