Tariff News MCP Server
@shanscar
About Tariff News MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Tariff-News-MCP-Server": {
"command": "python",
"args": [
"-m",
"tariff_news_server.server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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_newstool 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.
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Awesome Mlops
visengerA curated list of references for MLOps
Comments