1. fetch_list_of_goodnews
Fetches and returns a list of positive and uplifting news articles ranked by sentiment.
MCP Goodnews is a Model Context Protocol server that fetches and ranks positive news articles using NewsAPI and Cohere LLM for sentiment analysis, delivering uplifting content through Claude Desktop.
{
"mcpServers": {
"Goodnews": {
"command": "<absolute-path-to-bin>/uv",
"args": [
"--directory",
"<absolute-path-to-cloned-repo>/mcp-goodnews/src/mcp_goodnews",
"run",
"server.py"
],
"env": {
"NEWS_API_KEY": "<newsapi-api-key>",
"COHERE_API_KEY": "<cohere-api-key>"
}
}
}
}