MCP.so
ログイン

Headline Vibes Analysis MCP Server

@fred-em

Headline Vibes Analysis MCP Server について

MCP Server - get a heat check headlines

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

fred-em

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "headline-vibes": {
      "command": "node",
      "args": [
        "/path/to/headline-vibes/build/index.mjs"
      ],
      "env": {
        "NEWS_API_KEY": ""
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Headline Vibes Analysis MCP Server?

Headline Vibes Analysis MCP Server is a Model Context Protocol server that analyzes investor sentiment in US news headlines fetched from EventRegistry (newsapi.ai). It supports daily and monthly analysis modes, produces structured outputs with diagnostics, and runs over stdio or HTTP (Railway-ready).

How to use Headline Vibes Analysis MCP Server?

Install Node.js v18+, obtain an EventRegistry API key, install dependencies, and build the project. Configure the environment with NEWS_API_KEY and TRANSPORT (stdio or http). Invoke the tools analyze_headlines (daily) with a natural language date or YYYY-MM-DD, and analyze_monthly_headlines with startMonth and endMonth parameters.

Key features of Headline Vibes Analysis MCP Server

  • Curated US newsroom coverage with investor relevance filtering
  • Dual sentiment scores (general + investor) normalized to 0–10 scale
  • Political-leaning breakdowns, source distributions, and sampling diagnostics
  • Natural-language date parsing for daily requests
  • Structured JSON outputs compatible with MCP structuredContent
  • Built-in token budgeting and rate-limit telemetry

Use cases of Headline Vibes Analysis MCP Server

  • Daily investor sentiment snapshot for a single day
  • Monthly aggregation tracking sentiment trends between months
  • Political leaning analysis across news sources over time
  • Source distribution and sampling diagnostics for research

FAQ from Headline Vibes Analysis MCP Server

What data source does Headline Vibes Analysis MCP Server use?

It uses EventRegistry (newsapi.ai) to fetch US news headlines with investor relevance filtering.

What are the runtime requirements?

Node.js v18+ (LTS recommended) and an EventRegistry API key.

How do I switch between transport modes?

Set the TRANSPORT environment variable to "stdio" for stdio mode or "http" for HTTP mode (Railway-ready).

How does the sentiment scoring work?

It provides dual scores (general and investor) normalized to a 0–10 scale, along with political-leaning breakdowns.

Are there built-in rate limits or token budgets?

Yes, the server includes built-in token budgeting and rate-limit telemetry for efficient API usage.

コメント

「その他」の他のコンテンツ