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. Student plans are not eligible.
The MCP server is for individual subscribers doing their own research workflows. If you are building a product or integration on top of Quartr data, use the Quartr Public API instead — it is designed for teams and programmatic access.
Search for Quartr in the Anthropic Marketplace to install the integration directly.
Search for Quartr in the ChatGPT App Store to install the integration directly.
Add the following to your Claude Desktop configuration:
{
"mcpServers": {
"quartr": {
"type": "streamable-http",
"url": "https://mcp.quartr.com/mcp"
}
}
}
Run the following command to add the Quartr MCP server:
claude mcp add --transport http quartr https://mcp.quartr.com/mcp --scope user
Run the following command to add the Quartr MCP server:
codex mcp add --transport http quartr https://mcp.quartr.com/mcp
On first connection, you will be redirected to sign in with your Quartr account and authorize access.
Any MCP client that supports the Streamable HTTP transport can connect using:
https://mcp.quartr.com/mcp
Configure this URL as an HTTP MCP server in your client of choice. OAuth authentication is handled automatically on first connection.
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.