Give Claude, ChatGPT, Cursor, Codex or any Model Context Protocol client live stock-market intelligence: real-time quotes, options flow, analyst sentiment, fundamentals, insider and congressional trades, 13F holdings, prediction markets, and AI-infrastructure signals — from one endpoint your agent can query.
MCP is an open standard that lets an AI agent call structured, typed tools instead of guessing from scraped web pages. An MCP server publishes those tools; the model connects once and can then fetch exactly the data it needs, on demand. The Bargo MCP server turns dozens of market-data sources into a single set of tools any MCP-compatible model can call — so your agent reasons over live, structured finance data rather than stale text.
A sample of the typed tools the Bargo MCP server exposes. Your model picks the right one per question, then computes over the results.
Real-time quotes, daily bars, indicators and symbol info.
Unusual activity, full chains, positioning and LEAPS.
Article sentiment, trending headlines and authority-handle discussion.
Financials, analyst ratings, earnings calendar and corporate events.
Insider open-market trades, 13F institutional holdings, and Congress trades.
GPU spot pricing, compute economics and inference economics.
Microstructure, signed order flow, algo distribution and correlations.
Polymarket odds, deep context search and raw SQL over the dataset.
Sign in to the dashboard with Google or an email link. Your key (a swmcp_… token) appears under API key — copy it once, then paste it into any config below. It authenticates every call your agent makes.
Pick your client below and paste the snippet, replacing YOUR_KEY with the key from your dashboard. Your agent can then query every source Bargo tracks.
{
"mcpServers": {
"swiftalerts": {
"type": "http",
"url": "https://www.bargo.ai/mcp",
"headers": {
"Authorization": "Bearer YOUR_KEY"
}
}
}
}
# OpenAI Codex CLI [mcp_servers.swiftalerts] url = "https://www.bargo.ai/mcp" http_headers = { Authorization = "Bearer YOUR_KEY" }
# Consumer apps take a URL but no header — the key rides in the URL. # Claude app: Settings → Connectors → Add custom connector # ChatGPT app: Settings → Connectors → Developer mode → Add (Auth: None) https://www.bargo.ai/mcp?token=YOUR_KEY
# Cursor, Gemini CLI & most MCP clients { "mcpServers": { "swiftalerts": { "url": "https://www.bargo.ai/mcp", "headers": { "Authorization": "Bearer YOUR_KEY" } } } }
# Raw — Streamable HTTP, POST /mcp curl -X POST https://www.bargo.ai/mcp \ -H "Authorization: Bearer YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","method":"tools/list","id":1}'
Your personal key and a ready-to-paste config live in the dashboard.
If it speaks the Model Context Protocol over Streamable HTTP, it works with Bargo. Popular ones:
An MCP (Model Context Protocol) server is a standard endpoint that gives AI agents like Claude and ChatGPT structured, real-time tools and data. Instead of scraping the web, the model calls typed tools over the protocol. The Bargo MCP server exposes live stock-market and AI-infrastructure data as those tools.
Get a free Bargo API key from the dashboard, then add the endpoint https://www.bargo.ai/mcp with your key. In the Claude or ChatGPT app, add it under Settings → Connectors as a custom connector URL. In Claude Desktop, Cursor, Codex or Gemini, paste the config from the setup section above into your mcp.json.
Yes — Bargo is free while in beta. Sign in at the dashboard to generate an API key and connect any MCP client.
Real-time quotes and technicals, options flow and positioning, analyst sentiment and news, fundamentals and valuations, insider trades, congressional trades, 13F institutional holdings, prediction-market odds, market microstructure and signed flow, and AI-infrastructure signals such as GPU spot pricing and compute economics.
Sign in at bargo.ai/dash with Google or an email link. Your swmcp_ API key is shown under the API key section — copy it once and paste it into your MCP client config or connector URL. You can regenerate it anytime.
No. Use it code-free in the Bargo Analyst app (web or desktop), or connect it as a no-code connector in the Claude and ChatGPT apps. Developers can also point Cursor, Codex, or a custom client at the same endpoint.