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
Aug 11 · Tuesday AppLovin Sinks 6%, Alphabet Falls, the Russell Rises

AppLovin lost 6.0% on a same-morning analyst downgrade and Alphabet fell 3.84% for no reason anyone published, both in the same quarter hour the market opened, while the Russell 2000 closed green.

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
}

It stops summarizing the news and starts reading the numbers.

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. The same assistant you already use, now with market data it can read.

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 source is open Rust. Coding agents can read it, refactor the tools, and add providers. If a provider changes an API or you need a custom integration, your AI handles it.

Install

Add it to your agent.

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.

No Rust toolchain? curl -fsSL https://eliterminal.com/install.sh | sh, or grab a binary from the latest release.

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