bangla-news-mcp

hurutta/bangla-news-mcp

3.3

If you are the rightful owner of bangla-news-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Bangla News MCP Server is a Model Context Protocol server designed to provide Bangla news in a structured format for integration with LLMs and news platforms.

The Bangla News MCP Server is a specialized Model Context Protocol (MCP) server that focuses on delivering Bangladeshi news content written in the Bengali language. This server is designed to seamlessly integrate with large language models (LLMs) and news aggregation platforms, providing them with structured and up-to-date news data. The server is lightweight, fast, and scalable, making it an ideal choice for applications that require efficient processing of Bengali language content. By offering a structured format, the server ensures that the news data can be easily consumed and utilized by various applications, enhancing their ability to provide relevant and timely information to users. The server is optimized for Bengali language processing, ensuring that the nuances and complexities of the language are accurately captured and represented in the news data. This makes it a valuable tool for developers and organizations looking to incorporate Bangla news content into their applications or services.

Features

  • Lightweight and fast server for Bangla news delivery.
  • Seamless integration with LLMs and news platforms.
  • Optimized for Bengali language processing.
  • Scalable architecture for handling large volumes of data.
  • Structured format for easy data consumption.

Usages

usage with Claude app

{
  "mcpServers": {
    "bangla_news": {
      "command": "python",
      "args": [
        "-m",
        "bangla_news_mcp"
      ],
      "disabled": false,
      "autoApprove": []
    }
  }
}

Tools

  1. fetch_latest_news_headlines

    Returns list of latest Bengali news of varied category.

  2. fetch_news_headlines_by_query

    Returns list of Bengali news queried by the user.