Labsco
Etha0916 logo

Praesentire

from Etha0916

Bilingual (English + Traditional Chinese) financial news sentiment scored by Claude β€” three tools for tickers, batches, and cross-language divergence.

πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedPaid serviceAdvanced setup

praesentire-mcp

MCP server for Praesentire β€” bilingual financial news sentiment as a Claude tool.

What Claude gets

Three tools, one API:

ToolWhat it does
get_sentimentAggregated -1 to +1 sentiment score + confidence + bull/bear distribution + latest 3 articles with rationale, for one ticker.
get_sentiment_batchSame aggregates for up to 50 tickers in one call. Each ticker bills as one request.
compare_languagesEnglish vs Traditional Chinese sentiment side-by-side + divergence score. Designed for cross-market arbitrage signals.

Sources: Reuters, Bloomberg, Yahoo Finance, CNBC (English) + ηΆ“ζΏŸζ—₯ε ±, ε·₯商時報, Anue ι‰…δΊ¨ (繁中). Updated every 10 minutes.

Example prompts

Once installed, Claude can answer things like:

"What's the news sentiment on NVDA right now?" β†’ Calls get_sentiment("NVDA"), returns aggregated score + the 3 articles driving it.

"Compare English vs Chinese sentiment on TSMC β€” is there divergence?" β†’ Calls compare_languages("TSM"), returns side-by-side plus divergence score. If |divergence| > 0.3, that's a notable cross-market signal.

"Sentiment on my watchlist: NVDA, AMD, AVGO, TSM, ASML, INTC, MU." β†’ Calls get_sentiment_batch(["NVDA","AMD",...]), returns all at once.

"Why is NVDA down today? Pull sentiment + latest articles." β†’ Calls get_sentiment("NVDA") and Claude summarises the rationales.

Pricing

Praesentire's pricing (the API behind this MCP):

TierRequests / dayPrice
Free100$0 forever
Hobby1,000$19 / mo
Pro10,000$99 / mo
Business100,000$499 / mo

Each tool call = 1 request. get_sentiment_batch with N tickers = N requests.

Error handling

The MCP server maps Praesentire's HTTP errors to LLM-friendly messages:

  • 401 β†’ "API key invalid or revoked. Create a new one at praesentire.com/dashboard."
  • 429 β†’ "Daily limit reached for tier X. Upgrade at praesentire.com/pricing or wait for reset."
  • 400 β†’ Specific validation error (invalid ticker, bad params).
  • 5xx β†’ "Praesentire API error N. Try again."

Links

License

MIT