Access financial data, company profiles, earnings events, and documents through the Model Context Protocol.
Connect to the Quartr MCP server from any MCP-compatible client. A Quartr Pro subscription is required.
Search for Quartr in the Anthropic Marketplace to install the integration directly.
Or add the following to your Claude Desktop configuration manually:
{
"mcpServers": {
"quartr": {
"type": "streamable-http",
"url": "https://mcp.quartr.com/mcp"
}
}
}
On first connection, you will be redirected to sign in with your Quartr account and authorize access.
The server uses OAuth 2.0 with PKCE. On first connection, your MCP client will:
mcp:tools
Tokens are automatically refreshed. All requests require a valid
Bearer token.
Requests are rate-limited per user. Limits vary by tool (20–100
requests per minute). If you exceed the limit, you will receive a
429 response with a Retry-After header.