Overview and Setup
MCP for integrating various financial datasets in Claude, Codex, or other agents
How it works
InferEdge MCP allows your AI tools and agents to access financial data from InferEdge's database and run analysis using InferEdge's analytics library.
The MCP help your AI agents to get validated data with minimal instructions from trusted sources that are validated and scrubbed. This brings accuracy, reliability and consistency to your analysis and should help you save time spent on methodology and fact checking.
Setup
While these instructions are Claude and Codex specific, you can follow corresponding steps for other clients too. You can plug the MCP + skills in any MCP-compatible client.
Claude Instructions
- Go to Organization Settings → Connectors, add https://mcp.inferedge.com/mcp and name it "InferEdge MCP"
- Allowing our domain: Go to Organization Settings → Capabilities → Code Execution and add this domain to allowed list - mcp.inferedge.com
- Connect your account
- Go to Personal Settings → Connectors → Click Connect / Authorize
- Complete Authentication
- Grant access to all tools
Claude Code Instructions
- Open terminal and enter the following command:
claude mcp add --transport http inferege https://mcp.inferedge.com/mcp- Authenticate after starting
claudeon terminal by using/mcpcommand. Select the mcp server and follow the instructions that claude code will give you.
Codex Instructions
- Go to Settings → MCP Servers, and click
Add Server- Give server name "inferedge_mcp" or any other name you like
- Select Streamable HTTP and add https://mcp.inferedge.com/mcp under URL
- Save - this will add the MCP server
- To authenticate, open Terminal and enter the following command. Unfortunately, codex does not support authentication from the desktop app, you have to authenticate only via terminal.
codex mcp login <mcp_name_from_above> - You will have to restart codex desktop app after you authenticate on terminal.
Examples
You can now test whether the connection is working. Few sample questions to get you started:
- Get the recent social media posts on Nvidia
- Get comparison of analyst estimate and actual earnings for US consumer stocks
Other examples use cases include analysis around earnings guidance, searching filings and footnotes, impact of news on stocks or sectors, and real-time prices.
Updated about 2 months ago

