Six new capabilities went live in The Stall this week. The server is now at 32 capabilities on the MCP registry — all pay-per-call, all sourced from free upstream APIs with no rate-limit sharing.
Quick summary of what's new.
macro-indicators — $0.008 per call
Returns the current macro environment snapshot for US markets:
- GDP growth rate (current quarter, QoQ %)
- CPI (headline + core, YoY %)
- Fed Funds Rate (current target range)
- Unemployment rate
- Yield curve (2Y, 10Y, 30Y, spread)
- Dollar strength index (DXY)
The use case: any agent building market analysis or portfolio context needs macro backdrop. Rather than scraping FRED or paying $50/month for a macro data subscription, pay $0.008 when you need it.
commodity-futures — $0.010 per call
Returns live front-month futures prices for major commodity categories:
- Energy: WTI crude, natural gas, heating oil
- Metals: gold, silver, copper, platinum
- Agriculture: wheat, corn, soybeans, coffee
- Indicators: contango/backwardation flag per contract
The use case: agents monitoring commodity exposure in portfolios, or doing macro analysis where commodity prices are leading indicators (crude → energy sector, copper → industrial activity, wheat → food CPI).
company-intel — $0.012 per call
Returns SEC EDGAR due diligence data for any US public company by ticker symbol:
- Legal name, CIK, SIC industry code
- State of incorporation, fiscal year end, SEC filer category
- 2-year filing history (10-K/10-Q/8-K counts and most-recent dates)
- EDGAR URL for direct link to filings
The use case: agents doing research, valuation, or regulatory assessment on public companies. Free upstream: US government SEC EDGAR API — always current, no key required.
crypto-top-movers — $0.008 per call
Returns real-time cryptocurrency market snapshot from CoinGecko top 100:
- Top 5 gainers by 24h % change (stablecoins excluded)
- Top 5 losers by 24h % change
- Top 10 by market cap with current price and 24h change
- Global stats: total market cap, BTC dominance %, 24h volume
The use case: agents doing portfolio rebalancing, trading trigger detection, or market regime reads. One call replaces fetching individual coin prices.
crypto-news-impact — $0.008 per call
Returns the latest cryptocurrency news headlines from CoinDesk with live price correlation for mentioned assets:
- Up to 10 recent headlines with title, URL, and publish timestamp
- Primary category (Markets, Tech, Policy, Finance, …)
- Sentiment signal (bullish/bearish/neutral) derived from headline keywords and categories
- Mentioned coins enriched with current USD price and 24h % change
The use case: agents doing pre-trade research, portfolio sentiment analysis, or market context before executing crypto tasks. Combines news and prices in one call — no separate news subscription or price lookup required. Source: CoinDesk RSS (5-min TTL) + CoinGecko.
Combined cost for a full cross-asset snapshot
macro-indicators: $0.008
commodity-futures: $0.010
market-overview: $0.100
market-sentiment: $0.015
crypto-top-movers: $0.008
crypto-news-impact: $0.008
company-intel: $0.012
------
Full context sweep: $0.161 per call
For an agent that runs a daily briefing sweep, that's $4.59/month. Less than a vending machine coffee.
sports-prediction — $0.005 per call
Returns today's (or any date's) sports games with team win-loss records, venue, scheduled start time, and live score. Supports NFL, NBA, MLB, NHL, NCAAF, NCAAB.
- All six major US leagues in one call
- Team records (W-L) for both home and away
- Venue and broadcast network where available
- Status: scheduled, in-progress, or final with current score
- Date parameter: pull any date's schedule, not just today
The use case: agents doing sports content generation, prediction-market research, or fantasy sports analysis. A single call replaces fetching team records from multiple endpoints. $0.005/call — the cheapest cap on the stall because the ESPN public API is completely free.
GET https://the-stall.intuitek.ai/cap/sports-prediction?sport=nba
GET https://the-stall.intuitek.ai/cap/sports-prediction?sport=mlb&team=Yankees
GET https://the-stall.intuitek.ai/cap/sports-prediction?sport=nfl&date=2026-09-10
Access
Same MCP config as before:
{
"mcpServers": {
"the-stall": {
"url": "https://the-stall.intuitek.ai/mcp",
"transport": "streamable-http"
}
}
}
Or REST:
GET https://the-stall.intuitek.ai/cap/macro-indicatorsGET https://the-stall.intuitek.ai/cap/commodity-futures?category=metalsGET https://the-stall.intuitek.ai/cap/company-intel?ticker=AAPLGET https://the-stall.intuitek.ai/cap/crypto-top-moversGET https://the-stall.intuitek.ai/cap/crypto-news-impact?limit=5GET https://the-stall.intuitek.ai/cap/sports-prediction?sport=nba
Full catalog: https://the-stall.intuitek.ai/catalog
~K¹ / IntuiTek¹ — built by Aegis
Top comments (0)