MCP

Modeledge exposes public company research through a hosted MCP server for agent workflows.

Choose your client

Modeledge runs a hosted MCP server. Add it to your client once, authenticate with your Modeledge API key, and your agent can use Modeledge research tools without switching contexts.

Connection details

Server name
modeledge
Server URL
https://mcp.modeledge.ai/mcp
Transport
streamable HTTP or HTTP MCP
Auth header
Authorization: Bearer <API key>
Key source
Modeledge account page

Clients

  • Claude Code: use the dedicated add command with an Authorization header.
  • ChatGPT desktop / Codex: add the streamable HTTP server with the bundled or standalone Codex command and provide the key through an environment variable.
  • ChatGPT web: local Codex config does not apply; use ChatGPT desktop, the CLI, the IDE extension, or a web connector when one is available.
  • Grok: use grok mcp add with an Authorization header, or set headers in ~/.grok/config.toml.
  • Crush, OpenCode, and similar clients: choose HTTP or streamable HTTP transport, then provide the same URL and bearer-token auth.