Endpoints
Live products are exposed as MCP tools at https://dod.hshintelligence.com/mcp. The commercial API at https://api.hshintelligence.com is FastAPI with 18 paid-tier endpoints, HMAC-signed webhooks, and SHA-256 API key auth. Quote-only jobs (B2B files, extraction, monitoring) are not on this rail.
MCP tools
- hsh-crypto-intel
- Input (example)
- {"symbol":"BTCUSDT"}
- hsh-india-announcements
- Input (example)
- {"ticker":"RELIANCE"}
- hsh-india-fundamentals
- Input (example)
- {"ticker":"TCS"}
- hsh-esg-news
- Input (example)
- {"company":"Example Corp"}
- Docs
- ESG & sanctions
- hsh-hiring-signal
- Input (example)
- {"domain":"example.com"}
- hsh-shariah-screen
- Input (example)
- {"ticker":"AAPL"}
- hsh-mena-intel
- Input (example)
- {"country":"SA","ticker":"2222.SR"}
- hsh-cricket-chase-winprob
- Input (example)
- {"match_id":"ipl:example","ball":"12.3"}
- hsh-cricket-momentum
- Input (example)
- {"match_id":"ipl:example"}
- hsh-cricket-parscore
- Input (example)
- {"match_id":"ipl:example","overs":12,"score":94,"wickets":2}
- hsh-cricket-timeline
- Input (example)
- {"match_id":"ipl:example"}
- hsh-cricket-matchup
- Input (example)
- {"batter":"example.batter","bowler":"example.bowler"}
- hsh-cricket-fantasy-picks
- Input (example)
- {"match_id":"ipl:example"}
- hsh-cricket-form
- Input (example)
- {"player":"example.player"}
- hsh-cricket-first-winprob
- Input (example)
- {"match_id":"ipl:example"}
- hsh-cricket-chase-difficulty
- Input (example)
- {"match_id":"ipl:example"}
- hsh-esg-events
- Input (example)
- {"ticker":"AAPL"}
- hsh-company-intelligence
- Input (example)
- {"query":"example.com"}
| Tool | Input (example) | Docs |
|---|---|---|
| hsh-crypto-intel | {"symbol":"BTCUSDT"} | Crypto cross-exchange intel |
| hsh-india-announcements | {"ticker":"RELIANCE"} | India NSE announcements |
| hsh-india-fundamentals | {"ticker":"TCS"} | India company fundamentals |
| hsh-esg-news | {"company":"Example Corp"} | ESG & sanctions |
| hsh-hiring-signal | {"domain":"example.com"} | Hiring-signal alt-data |
| hsh-shariah-screen | {"ticker":"AAPL"} | AAOIFI Shariah compliance screen |
| hsh-mena-intel | {"country":"SA","ticker":"2222.SR"} | MENA market intel |
| hsh-cricket-chase-winprob | {"match_id":"ipl:example","ball":"12.3"} | Chase win-probability |
| hsh-cricket-momentum | {"match_id":"ipl:example"} | Momentum & pressure |
| hsh-cricket-parscore | {"match_id":"ipl:example","overs":12,"score":94,"wickets":2} | Par-score / projected total |
| hsh-cricket-timeline | {"match_id":"ipl:example"} | Over-by-over timeline |
| hsh-cricket-matchup | {"batter":"example.batter","bowler":"example.bowler"} | Batter-vs-bowler matchup |
| hsh-cricket-fantasy-picks | {"match_id":"ipl:example"} | Fantasy picks & captain |
| hsh-cricket-form | {"player":"example.player"} | Player form & fatigue |
| hsh-cricket-first-winprob | {"match_id":"ipl:example"} | First-innings win-prob |
| hsh-cricket-chase-difficulty | {"match_id":"ipl:example"} | Chase difficulty rating |
| hsh-esg-events | {"ticker":"AAPL"} | ESG material events |
| hsh-company-intelligence | {"query":"example.com"} | Company intelligence |
Call shape
POST application/json
{
"tool": "hsh-mena-intel",
"input": {
"country": "SA",
"ticker": "2222.SR"
}
}