A Model Context Protocol (MCP) server that retrieves bangla news to provide context to LLMs.
Project description
Bangla News MCP Server
A Model Context Protocol (MCP) server that retrieves Bangla news to provide context to LLMs.
📖 Description
A lightweight Model Context Protocol (MCP) server delivering bangladeshi news written in bengali language in a structured format. Designed for seamless integration with LLM models and news aggregation platforms. Fast, scalable, and optimized for bengali language processing.
🔬 Installation
Installing via Smithery
To install bangla-news-mcp for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @hurutta/bangla-news-mcp --client claude
Using a virtual environment
# Create a virtual environment
python3 -m venv venv
source venv/bin/activate
# Install the package
pip install git+https://github.com/hurutta/bangla-news-mcp.git
Build from Source
# Create a virtual environment
python3 -m venv venv
source venv/bin/activate
# Clone the repository
git clone https://github.com/hurutta/bangla-news-mcp
cd bangla-news-mcp
# Install in development mode
pip install -e .
🔌 Usage
Configuration for Claude.app
Add to your Claude settings:
{
"mcpServers": {
"bangla_news": {
"command": "python",
"args": [
"-m",
"bangla_news_mcp"
],
"disabled": false,
"autoApprove": []
}
}
}
👆🏼 If you install pip package inside a virtual environment, adjust the command and args.
🛠️ Available Tools
Fetch latest bangla news headlines
fetch_latest_news_headlines: Returns list of latest bengali news of varied category
Fetch bangla news by query
fetch_news_headlines_by_query: Returns list of bengali news queried by the user
🔌 For development
Activate the virtual environment where the package is installed, and run -
source venv/bin/activate
python -m bangla_news_mcp
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bangla_news_mcp-1.0.1.tar.gz.
File metadata
- Download URL: bangla_news_mcp-1.0.1.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5c5f24b1b0e42404a0fec81a952a07057ee7ab39339103c4f3e464a6479f077
|
|
| MD5 |
7f6bc44e4280914e62b7cea6ac282fd7
|
|
| BLAKE2b-256 |
2fef78feb7c91ee5b16bf833bc739881501807405ee4a2f74b507d2df3d7e016
|
File details
Details for the file bangla_news_mcp-1.0.1-py3-none-any.whl.
File metadata
- Download URL: bangla_news_mcp-1.0.1-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
824316946c25e79d8a7635fd2fbe7da410fc4dbfba61c1bc3062ec2a963ac185
|
|
| MD5 |
c3392849c2a2b69545f3ef126837bd7f
|
|
| BLAKE2b-256 |
894cda51bf37f5196f4cab272b13626a0e8f9c01610f2a98bb3a67ecaea9d8a4
|