Does ChatGPT support MCP?
ChatGPT does not currently ship native MCP support. The EdgeFinder CLI is the simplest path today, with custom GPTs and API calls as an alternative.
Bring live NFL, NBA, MLB, and Polymarket data into ChatGPT. Use the EdgeFinder CLI locally, or call the EdgeFinder API directly from a custom GPT or agent workflow.
ChatGPT on its own does not know tonight's injury report or the current Polymarket line. EdgeFinder gives it a research layer that does.
The easiest path is the EdgeFinder CLI on your machine, which you can pipe into ChatGPT or use from a local agent. You can also integrate EdgeFinder into a custom GPT via API.
Step 1
The CLI gives you an authenticated command-line tool that can answer betting questions against live data.
npm i -g @edgefinder/cliStep 2
Log in with a magic link or set an API key from your integrations page.
edgefinder loginStep 3
Run an EdgeFinder query in your terminal and paste the structured answer into ChatGPT for further reasoning or formatting.
edgefinder ask "Saquon Barkley rushing yards tonight"Step 4
Expose EdgeFinder as an action in a custom GPT using the API and your API key. Custom GPTs can call EdgeFinder for any research step.
ChatGPT does not currently ship native MCP support. The EdgeFinder CLI is the simplest path today, with custom GPTs and API calls as an alternative.
Yes. The EdgeFinder API works from any language and any agent framework, not just official MCP clients.