FactSet AI-Ready Data
Query FactSet's licensed financial data from an AI agent. 21 read-only tools that fan out to roughly 100 documented datasets, gated by your firm's entitlements. OAuth sign-in, one coarse mcp scope.
Verified connector
Listed by Anthropic as a partner connector in its Connectors Directory.
Connection checked by Agentman on .
Anthropic states this reflects the level of review a connector received, not a security audit.
Connect FactSet AI-Ready Data via MCP
https://mcp.factset.com/content/v1Works in any MCP-compatible client. In Agentman Studio it is one click — no config file to edit.
FactSet AI-Ready Data Tools & Capabilities (21)
Tool names from Anthropic's directory listing. This server requires sign-in, so we could not read tool descriptions or parameter schemas.
Limits
- One application scope, and it is all-or-nothing. The server's RFC 9728 descriptor advertised
openid,mcpandemailon 2026-08-22. Two are identity claims, leavingmcpas the only application scope. No boundary falls between one dataset and another — nothing at consent distinguishes reading prices from reading executive compensation. Entitlements, not OAuth, do that work, and they are configured in FactSet rather than at connect time. - What you can reach depends on your contract. Tool availability, packaging and even tool descriptions vary by data tier and firm type. Coverage claims — 116 countries, 86,000+ companies, 16 million+ entities — are FactSet's catalogue maxima, not a guarantee of what your seat returns.
- The changelog names tools no enumeration confirms. Macroeconomics, InSync Analytics (five tools), Prices and Benchmark Constituents appear in FactSet's release notes but in neither tool list. We could not verify their identifiers.
- We could not read tool schemas or safety annotations. The endpoint returned 401 to an anonymous request, so no parameter-level detail, and no
readOnlyHint, is published here. Dataset counts come from FactSet's prose documentation, not from JSON Schema. - Third-party AI terms may restrict what you build, including a supplier clause against fully autonomous agentic workflows. See the licensing section above. No MCP-specific addendum is published, and one may exist that modifies everything cited here.
- FactSet documents its own accuracy caveats. Its best-practice guide advises turning off web search "to ensure proper data sourcing", starting a new conversation per topic to avoid token errors, breaking broad questions into targeted ones, and asking for "references, formulas, or explanations of calculations to validate results". It also notes an audit feature on some tools for tracing data back to source. Verify figures before acting on them.
- Context-window pressure is a documented failure mode. FactSet recommends a smaller model for high-volume queries and sandboxed code execution instead of in-context computation, which indicates large responses are routine rather than exceptional.
- The RFC 9728 endpoint is an interpolating catch-all. Requests for non-existent resource paths return HTTP 200 with plausible descriptor JSON echoing the requested path back — we confirmed this against two bogus paths, whose bodies differed only in the echoed
resourcevalue. Nowww-authenticateheader appeared on the 401, so nothing independently arbitrates which descriptor is canonical. The auth requirement itself is verified by the live 401; treat the descriptor's own path as unconfirmed. - A second FactSet MCP server with destructive tools shares the hostname. FPE MCP is a different gateway path, is not this connector, and is not in Anthropic's directory — but FactSet's own FPE setup instructions paste this connector's URL as their example.
- The vendor's documentation is invisible to most crawlers. The nominated docs URL serves a 3.3 KB JavaScript shell with no server-rendered content; everything cited here came from the portal's underlying content API. Expect search engines and naive fetchers to see nothing there.
Frequently asked questions
Twenty-one, and FactSet's own catalogue agrees with Anthropic's listing exactly. But the count understates the surface: each tool takes a dataset selector, and FactSet's documentation enumerates roughly 100 datasets behind those 21 names. FundsETF alone documents 18. Treat 21 as the number of doors, not the number of rooms.
No. All 21 tools retrieve data and none carries a write, update or delete verb, which matches the Read-only permission Anthropic's directory records. FactSet's own summaries use only retrieval verbs. We could not read the server's tool annotations because the endpoint requires authentication, so this is a names-and-documentation classification.
Because your firm's entitlements decide the list. FactSet's version 1.15 changelog states that tool availability and packaging reflect your firm type as well as your data tier, and that Private Company moved to the Premium package. Tool descriptions also adapt to your tier, so two subscribers can see different surfaces from the same server.
FactSet's supplier terms forbid it for several data providers, and the obligation lands on you. Clauses from DTCC Solutions, RepRisk and ICE Data Services each bar using the data to create, train or fine-tune an AI model. eInforma goes further and prohibits any AI tool that lets its provider reuse user content.
Not for every dataset. eInforma's rider in FactSet's third-party terms states that fully autonomous agentic workflows operating outside an enterprise governance framework and without human-authorized oversight are not permitted, while workflows configured and governed by a human administrator are. That is a licence term about agent design, not a technical limit the server enforces.
Three, and only one of them means anything. FactSet's resource descriptor advertised openid, mcp and email on 2026-08-22. The openid and email values are identity claims, leaving mcp as a single all-or-nothing application scope. Nothing at the consent screen separates one dataset from another; entitlements do that work instead.
No, and the distinction matters. FactSet publishes a second server, FPE MCP, on the same mcp.factset.com host under a different gateway path. That one exposes 23 tools including bash command execution and file deletion. This connector's content gateway has neither, and Anthropic's directory lists only this one.
Yes, through one tool. FactSet_UnstructuredContent searches vectorized CallStreet transcripts, StreetAccount news and EDGAR 10-K, 10-Q and 8-K filings from 2022 onward, returning ranked documents with similarity scores. It is the only tool on the server that reaches unstructured text rather than structured fields.
Sources
- FactSet AI-Ready Data MCP product page (retrieved 2026-08-22). Content is client-rendered; the tool enumeration, per-tool dataset lists, changelog and client setup steps were read from the portal's content API at
developer.factset.com/api/v2/content/page/mcp/factset-ai-ready-data-mcp, which serves the same page's data as JSON. · retrieved 2026-08-22 - FactSet developer portal MCP catalogue, reporting a
noOfToolscount of 21 —developer.factset.com/api/v2/content/mcp-catalog(retrieved 2026-08-22) · retrieved 2026-08-22 - FactSet FPE MCP listing, the separate 23-tool gateway (retrieved 2026-08-22) · retrieved 2026-08-22
- FactSet, "MCP Sample Banking Workflows" (retrieved 2026-08-22) · retrieved 2026-08-22
- FactSet, "MCP Sample Banking Workflows: Tips and Best Practices" (retrieved 2026-08-22) · retrieved 2026-08-22
- FactSet Third-Party Terms, supplier AI riders for DTCC Solutions, RepRisk, ICE Data Services and eInforma (retrieved 2026-08-22) · retrieved 2026-08-22
- FactSet Legal Statement and Privacy Policies (retrieved 2026-08-22) · retrieved 2026-08-22
- Live OAuth posture check: anonymous
initializetohttps://mcp.factset.com/content/v1returned HTTP 401 with nowww-authenticateheader; RFC 9728 metadata athttps://mcp.factset.com/.well-known/oauth-protected-resource/content/v1; authorization server metadata athttps://auth.factset.com/.well-known/oauth-authorization-server(2026-08-22) · retrieved 2026-08-22 developer.factset.com/robots.txt— blanket allow, nollms.txtpublished (retrieved 2026-08-22) · retrieved 2026-08-22- Anthropic Connectors Directory entry — , read from our directory snapshot dated 2026-08-16 · retrieved 2026-08-16
- FactSet support (retrieved 2026-08-22). The directory publishes
https://www.factset.com/support, which 301-redirects here. Privacy · retrieved 2026-08-22
Use in Agentman
Connect once and your agents call these tools on their own — on a schedule, in a workflow, with nobody at the keyboard.
Open in Agentman StudioServer Info
- Category
- Finance
- Developer
- FactSet AI-Ready Data
- Tools
- 21
- Domain
- mcp.factset.com
Using Claude Desktop or another MCP client? Setup docs — the connection URL above works anywhere.