Live MCP endpoint · streamable HTTP

Trade like a
hedge fund

Sentiment, options flow, valuations, market microstructure and AI-infrastructure data — funneled from dozens of sources into a single endpoint your agent can query.

Invite only. Free for now.
curl https://bargo.ai/mcp · Bearer <your-key>
/ 100
Live index
loosertighter
New · Compute Tightness Index
The input side of the AI trade, measured daily

A live 0–100 gauge of how tight the AI GPU rental market is — H100, H200 and B200 spot-vs-on-demand pricing and availability, refreshed every day.

Explore the index →
Open-source —
frontieropen-source share
New · Token Demand Index
The output side — tokens consumed, and what they really cost

How fast AI inference demand is growing and the market's effective price per token, by provider group — the Jevons read.

Explore the index →
𝕏 / Twitter analysts Options flow Valuations · Polymarket GPU / CPU rental pricing Epoch.ai · OpenRouter Algo distribution · news Bargo MCP · /mcp Claude Codex Cursor · Gemini Any MCP client
The intake

Dozens of sources, one clean schema

A continuous pipeline ingests, classifies and normalizes raw market chatter and infrastructure signals — so your agent queries structured data, not noise.

𝕏

Analyst sentiment

60 curated finance handles, LLM-classified by ticker & direction.

Options flow

Daily put/call volume, unusual-activity flags, open interest.

📊

Valuations

Fundamentals & technicals across curated universes, with history.

🎲

Polymarket

Implied probabilities for Fed, macro & geopolitical events.

🖥️

GPU / CPU pricing

On-demand, reserved & spot rental rates across providers.

🏭

Datacenter & chips

Datacenter buildout, chip ownership, benchmark progress.

🔀

Inference demand

Token-demand growth by model & app — inference signal.

🇰🇷

Korea exports

Monthly semiconductor export data — global demand lead.

📉

Market microstructure

Intraday algo-distribution & systematic-selling detection.

🔄

AI capital cycle

Credit spreads + capacity signals into a single cycle read.

📰

Live news & web

Breaking events and external context, on demand.

Two minutes to connect

Point any agent at Bargo

Grab your key from the dashboard, drop in the config, and your agent can query everything above.

claude_desktop_config.json
{
  "mcpServers": {
    "swiftalerts": {
      "type": "http",
      "url": "https://bargo.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_KEY"
      }
    }
  }
}
~/.codex/config.toml
# OpenAI Codex CLI
[mcp_servers.swiftalerts]
url = "https://bargo.ai/mcp"
http_headers = { Authorization = "Bearer YOUR_KEY" }
Claude app · ChatGPT app — connector URL
# 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://bargo.ai/mcp?token=YOUR_KEY
mcp.json
# Cursor, Gemini CLI & most MCP clients
{
  "mcpServers": {
    "swiftalerts": {
      "url": "https://bargo.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_KEY"
      }
    }
  }
}
streamable-http
# Raw — Streamable HTTP, POST /mcp
curl -X POST https://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.

How it works

From raw signal to your agent

01

We funnel & normalize

A 24/7 pipeline pulls dozens of sources, runs LLM classification, and writes one clean, queryable schema.

02

You connect once

Add the MCP endpoint and your key to Claude, Codex, Cursor, Gemini — or anything that speaks MCP.

03

Your agent reasons

Purpose-built tools let your model query, compute and synthesize live across every source.