LSEG
Market data and analytics
About LSEG
LSEG (London Stock Exchange Group) provides real-time and historical market data, news, and analytics. Its remote MCP server gives assistants access to LSEG's financial content for pricing, reference data, and market analysis workflows.
Connection details
https://api.analytics.lseg.com/lfa/mcp/server-cl- Transport
- Streamable HTTP
- Authentication
- OAuth
Setup
claude mcp add lseg --transport http https://api.analytics.lseg.com/lfa/mcp/server-clFrequently asked questions
What is the LSEG remote MCP server?
The LSEG remote MCP server is a hosted Model Context Protocol endpoint at https://api.analytics.lseg.com/lfa/mcp/server-cl, so AI assistants can connect to it without installing or running anything locally. LSEG (London Stock Exchange Group) provides real-time and historical market data, news, and analytics. Its remote MCP server gives assistants access to LSEG's financial content for pricing, reference data, and market analysis workflows.
How do I connect to the LSEG MCP server?
Add the endpoint https://api.analytics.lseg.com/lfa/mcp/server-cl 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 LSEG MCP server require authentication?
Yes. LSEG 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 LSEG MCP server use?
LSEG exposes a Streamable HTTP endpoint, the current standard transport for the Model Context Protocol, supported by all major MCP clients.