FactSet

Financial data and analytics

Official docs

About FactSet

FactSet provides institutional-grade financial data, analytics, and research tools. Its AI-Ready Data remote MCP server gives assistants structured access to FactSet content so company fundamentals, estimates, and market data can be queried in conversation.

Connection details

https://mcp.factset.com/content/v1
Transport
Streamable HTTP
Authentication
OAuth

Setup

claude mcp add factset --transport http https://mcp.factset.com/content/v1

Frequently asked questions

What is the FactSet remote MCP server?

The FactSet remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.factset.com/content/v1, so AI assistants can connect to it without installing or running anything locally. FactSet provides institutional-grade financial data, analytics, and research tools. Its AI-Ready Data remote MCP server gives assistants structured access to FactSet content so company fundamentals, estimates, and market data can be queried in conversation.

How do I connect to the FactSet MCP server?

Add the endpoint https://mcp.factset.com/content/v1 to any MCP-compatible client such as Claude Code, Codex, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the FactSet MCP server require authentication?

Yes. FactSet uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the FactSet MCP server use?

FactSet exposes a Streamable HTTP endpoint, the current standard transport for the Model Context Protocol, supported by all major MCP clients.

More remote MCP servers