Skip to content

Add Quartr MCP connector#180

Open
viktorlarsson wants to merge 2 commits into
anthropics:mainfrom
viktorlarsson:add-quartr-mcp
Open

Add Quartr MCP connector#180
viktorlarsson wants to merge 2 commits into
anthropics:mainfrom
viktorlarsson:add-quartr-mcp

Conversation

@viktorlarsson
Copy link
Copy Markdown

@viktorlarsson viktorlarsson commented May 12, 2026

Summary

Adds Quartr as an MCP connector at https://mcp.quartr.com/mcp and wires it into the earnings-reviewer agent as the transcript source.

Per Quartr's MCP docs, the server exposes ~40+ tools across:

  • Earnings call transcripts, event data, and corporate filings (full-text search)
  • Company profiles, financials (income statement, balance sheet, cash flow), industry classifications and peers
  • AI-generated event summaries
  • Personal organization (watchlists, folders, workspaces, keyword alerts)

Auth is OAuth 2.0 with automatic token refresh; intended for Quartr Pro subscribers doing individual research.

Changes

Connector listing

  • README.md — listed Quartr in the MCP Integrations table
  • plugins/vertical-plugins/financial-analysis/.mcp.json — wired Quartr into the shared connector set so any vertical/agent that consumes financial-analysis picks it up

Earnings reviewer wiring

  • plugins/agent-plugins/earnings-reviewer/agents/earnings-reviewer.md — added mcp__quartr__* to the tool allowlist; named Quartr as the source for full earnings call transcripts in workflow step 1; clarified in the guardrails that Quartr is for transcript quotes (speaker + timestamp), not for figures. FactSet/Daloopa keep their roles for actuals, consensus, and filings.
  • managed-agent-cookbooks/earnings-reviewer/agent.yaml — mirrored with matching mcp_toolset + mcp_servers entries using ${QUARTR_MCP_URL} so the headless managed-agent deploy gets the same wiring.

Test plan

  • python3 scripts/check.py passes
  • Quartr appears in the README MCP table
  • financial-analysis/.mcp.json is valid JSON and lists quartr
  • earnings-reviewer.md tool allowlist includes mcp__quartr__*
  • Cookbook agent.yaml has the matching mcp_toolset and mcp_servers entries

Quartr provides earnings call transcripts, event data, company
profiles, financials, and filings via MCP (mcp.quartr.com/mcp).
Listed in the README integrations table and wired into the
financial-analysis vertical's .mcp.json alongside the other
data providers.
Adds mcp__quartr__* to the earnings-reviewer tool allowlist and
names Quartr as the source for full earnings call transcripts in
the workflow + guardrails. FactSet/Daloopa keep their roles for
actuals/consensus/filings; Quartr is for transcripts only (with
speaker + timestamp citations). Mirrors the change in the
managed-agent cookbook so the headless deploy picks it up too.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant