Connect your AI
to the market.

View on GitHub $cargo install market-search
Watch Claude use market-search

AI agents can access prediction markets, stocks, options, commodities, crypto, macro data, and SEC filings using market-search. Local. No API keys. Free.

Latest from eli terminal news
Jun 1 · Monday Nvidia Up, Qualcomm Down, Oil Spikes

Nvidia launched its first PC processor and rose 6.3%. Qualcomm fell 8.8%, Intel 4.7%, while Dell and HP jumped 8 to 11% and oil spiked 5.5%.

Read the archive →
The Gap

Your AI has web search. This is market search.

Web Search
> web_search("recession probability")
"According to economists surveyed by Bloomberg, the likelihood sits near 30%. However, recent retail data suggests consumer resilience..."
Market Search
> finance_odds("recession")
{
  "event": "US recession by end of 2026",
  "kalshi": 31.5%,
  "polymarket": 29.5%,
  "volume": $483,993
}

The moment an agent has live market data, it stops hedging and starts analyzing.

When you ask about oil prices, your AI searches the web and summarizes articles. With market-search, it gets the actual price, compares the move across markets over time, and pulls live probabilities from prediction markets.

No new model, no new workflow. Your same AI gets new tools and goes from careful summarizer to confident analyst.

Coverage

What your AI can now search

All realtime. All public data. All local. Free until the endpoints shut down, and when they do, we'll add more.

Where It Runs

Finance tools are built for humans. These are built for agents.

The tools use MCP (Model Context Protocol), the open standard for AI tool use. Any AI that supports it gets access:

Extensible

Your AI maintains its own tools.

The codebase includes a code_analyze tool built on Rust's syn crate. Coding agents can read the source, refactor it, and write new tools. If a provider changes an API or you need a custom integration, your AI handles it.

Install

Two minutes.

1
Install the binary

cargo install market-search

2
Add to your AI's config

"market-search": { "command": "market-search", "args": ["mcp"] }

3
Ask about the market

Your AI now has market search.

Enterprise

Reason on your numbers.

Connect your agents to internal data streams and proprietary APIs. Deploy locally to give your models frictionless access to your own world.

Contact for Enterprise Setup →

Your AI searches the web for you.
Now it can search the market too.

View on GitHub $cargo install market-search