MCP.so
ログイン

Tariff News MCP Server

@shanscar

Tariff News MCP Server について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

shanscar

設定

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

{
  "mcpServers": {
    "Tariff-News-MCP-Server": {
      "command": "python",
      "args": [
        "-m",
        "tariff_news_server.server"
      ]
    }
  }
}

ツール

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

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

概要

What is Tariff News MCP Server?

The Tariff News MCP Server is a specialized server for retrieving and analyzing tariff-related news using the Machine Conversation Protocol (MCP). It provides a robust interface for AI agents to access up-to-date tariff news and reactions, with support for both stdio and Server-Sent Events (SSE) transport methods.

How to use Tariff News MCP Server?

Clone the repository, install dependencies with pip install -r requirements.txt and pip install -e ., then run the server with python -m tariff_news_server.server (stdio) or python -m tariff_news_server.server --transport sse (SSE). Configure it in your mcp_settings.json file under mcpServers.

Key features of Tariff News MCP Server

  • Dual transport support (stdio and SSE)
  • Specialized get_tariff_reaction_news tool for tariff news
  • Integration with DuckDuckGo search for current news
  • Configurable time limits for news searches

Use cases of Tariff News MCP Server

  • AI agents retrieving the latest tariff news and market reactions
  • Analyzing the impact of tariff changes in real time
  • Integrating tariff news into automated decision‑making systems

FAQ from Tariff News MCP Server

What is the Tariff News MCP Server used for?

It provides a tool for AI agents to retrieve and analyze up-to-date tariff news and reactions through the MCP protocol.

What transport methods does it support?

It supports both stdio (default) and Server-Sent Events (SSE) transport methods.

How do I start the server with SSE transport?

Run python -m tariff_news_server.server --transport sse from the project directory.

What search engine does it use for news retrieval?

It integrates with DuckDuckGo’s news service to fetch current tariff-related articles.

What is the main tool provided by this server?

The server exposes a get_tariff_reaction_news tool that retrieves tariff news and reactions.

コメント

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