Send a news text and a list of tickers. Get back a signed expected-impact estimate for each symbol, with the cascade path that explains it. One API call.
Pay per call. No tiers, no seats.
Token count uses a fixed public tokenizer (tiktoken o200k_base)
and is returned with every response, so billing is fully transparent.
curl -X POST https://YOUR_HOST/v1/impact \
-H "Authorization: Bearer sk_live_xxxxxxxx" \
-H "Content-Type: application/json" \
-d '{"news":"Oil prices surge after a supply cut","symbols":["XOM","DAL","AAPL"]}'
Add our OpenAPI action to a Custom GPT and paste your API key. Ask it "how does this headline move TSLA, XOM, AAPL?" in plain English.
Connect our MCP server in the ChatGPT App ecosystem to call
assess_news_impact(news, symbols) as a native tool.