mounikaguttula/newsdata-mcp-server
3.1
If you are the rightful owner of newsdata-mcp-server 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.
The NewsData MCP Server is a specialized server designed to handle model context protocols, providing efficient data processing and integration for news-related applications.
NewsData MCP Server
Setup
python3 -m venv venv source venv/bin/activate pip install -r requirements.txt
uvicorn newsdata_mcp:app --host 0.0.0.0 --port 8000 --reload