← quartercharts.com

INDIVIDUAL MCP TOOL

qc.list_tickers

The caller's accessible ticker universe.

quartercharts.comnone authenticationAvailability not checked

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 endpoint

quartercharts.com

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.quartercharts]
url = "https://api.quartercharts.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "quartercharts": {
      "type": "http",
      "url": "https://api.quartercharts.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: quartercharts
Remote MCP URL: https://api.quartercharts.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": {
    "quartercharts": {
      "url": "https://api.quartercharts.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "quartercharts": {
      "type": "http",
      "url": "https://api.quartercharts.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "quartercharts",
  "transport": "streamable-http",
  "url": "https://api.quartercharts.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • qc.get_chart — Get full chart series (income / cashflow / balance / key-metrics) for a US-listed ticker.
  • qc.get_metric — Get a single named metric series (e.g.
  • qc.get_explanation — Return the chart_explanations payload for a metric_key at the highest tier the caller's plan permits.
  • qc.compare_tickers — Side-by-side comparison of a single metric across up to 10 tickers.
  • qc.search_tickers — Substring search over the SEC EDGAR ticker directory (symbol + company name).
  • qc.list_metrics — All metric_keys that have legal-reviewed tier_content.
  • qc.get_segments — Per-segment revenue + segment profit + margin from SEC EDGAR XBRL dimensional facts.
  • qc.get_pension_disclosures — Per-plan-type pension + OPEB disclosures from SEC EDGAR dimensional XBRL (us-gaap:RetirementPlanTypeAxis).