Add Quartr MCP connector#180
Open
viktorlarsson wants to merge 2 commits into
Open
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Quartr as an MCP connector at
https://mcp.quartr.com/mcpand wires it into the earnings-reviewer agent as the transcript source.Per Quartr's MCP docs, the server exposes ~40+ tools across:
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 tableplugins/vertical-plugins/financial-analysis/.mcp.json— wired Quartr into the shared connector set so any vertical/agent that consumes financial-analysis picks it upEarnings reviewer wiring
plugins/agent-plugins/earnings-reviewer/agents/earnings-reviewer.md— addedmcp__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 matchingmcp_toolset+mcp_serversentries using${QUARTR_MCP_URL}so the headless managed-agent deploy gets the same wiring.Test plan
python3 scripts/check.pypassesfinancial-analysis/.mcp.jsonis valid JSON and listsquartrearnings-reviewer.mdtool allowlist includesmcp__quartr__*agent.yamlhas the matchingmcp_toolsetandmcp_serversentries