MCP server for Praesentire — bilingual financial news sentiment (English + Traditional Chinese) as a Claude tool
claude mcp add praesentire-mcp -- npx -y praesentire-mcp{
"mcpServers": {
"praesentire-mcp": {
"command": "npx",
"args": ["-y", "praesentire-mcp"],
"env": {
"PRAESENTIRE_API_KEY": "<praesentire_api_key>"
}
}
}
}PRAESENTIRE_API_KEYMCP Servers overview
# praesentire-mcp
MCP server for [Praesentire](https://praesentire.com) — **bilingual financial news sentiment as a Claude tool**.
## What Claude gets
Three tools, one API:
| Tool | What it does |
|---|---|
| **`get_sentiment`** | Aggregated -1 to +1 sentiment score + confidence + bull/bear distribution + latest 3 articles with rationale, for one ticker. |
| **`get_sentiment_batch`** | Same aggregates for up to 50 tickers in one call. Each ticker bills as one request. |
| **`compare_languages`** | English 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.
## Install
You need a Praesentire API key. [Sign up free](https://praesentire.com/signup) — 100 req/day forever, no credit card.
### Claude Code
Add to `.mcp.json` in your project root:
```json
{
"mcpServers": {
"praesentire": {
"command": "npx",
"args": ["-y", "praesentire-mcp"],
"env": {
"PRAESENTIRE_API_KEY": "pr_your_key_here"
}
}
}
}
```
Then `claude` and ask: *"What's the sentiment on NVDA?"*
### Claude Desktop / Cowork
Edit your Claude Desktop config (`%APPDATA%\Claude\claude_desktop_config.json` on Windows, `~/Library/Application Support/Claude/claude_desktop_config.json` on Mac):
```json
{
"mcpServers": {
"praesentire": {
"command": "npx",
"args": ["-y", "praesentire-mcp"],
"env": {
"PRAESENTIRE_API_KEY": "pr_your_key_here"
}
}
}
}
```
Restart Claude Desktop. The three tools will appear in the connectors list.
### Local test
```bash
PRAESENTIRE_API_KEY=pr_your_key npx praesentire-mcp
# Server starts on stdio. Press Ctrl+C to stop.
```
## 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):
| Tier | Requests / day | Price |
|---|---|---|
| Free | 100 | $0 forever |
| Hobby | 1,000 | $19 / mo |
| Pro | 10,000 | $99 / mo |
| Business | 100,000 | $499 / mo |
Each tool call = 1 request. `get_sentiment_batch` with N tickers = N requests.
## Configuration
Env vars:
| Var | Default | Description |
|---|---|---|
| `PRAESENTIRE_API_KEY` | (required) | Your API key (`pr_...`). Get one at https://praesentire.com/dashboard. |
| `PRAESENTIRE_BASE_URL` | `https://praesentire.com/api/v1` | Override if self-hosting / testing against staging. |
## 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
- 🏠 [praesentire.com](https://praesentire.com)
- 📖 [API docs](https://praesentire.com/docs)
- 🔑 [Dashboard](https://praesentire.com/dashboard)
- 🐛 [Issues](https://github.com/Etha0916/praesentire-mcp/issues)
## License
MIT
What people ask about praesentire-mcp
What is Etha0916/praesentire-mcp?
+
Etha0916/praesentire-mcp is mcp servers for the Claude AI ecosystem. MCP server for Praesentire — bilingual financial news sentiment (English + Traditional Chinese) as a Claude tool It has 0 GitHub stars and was last updated 4d ago.
How do I install praesentire-mcp?
+
You can install praesentire-mcp by cloning the repository (https://github.com/Etha0916/praesentire-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is Etha0916/praesentire-mcp safe to use?
+
Etha0916/praesentire-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.
Who maintains Etha0916/praesentire-mcp?
+
Etha0916/praesentire-mcp is maintained by Etha0916. The last recorded GitHub activity is from 4d ago, with 0 open issues.
Are there alternatives to praesentire-mcp?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy praesentire-mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/etha0916-praesentire-mcp)<a href="https://claudewave.com/repo/etha0916-praesentire-mcp"><img src="https://claudewave.com/api/badge/etha0916-praesentire-mcp" alt="Featured on ClaudeWave: Etha0916/praesentire-mcp" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。