MCP server for ChipsNews — manage news sources, articles, and triggers
MCP server for ChipsNews — manage news sources, articles, and triggers
Set these up before or after installing:
Environment variable: CHIPSNEWS_API_KEY
Environment variable: CHIPSNEWS_API_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-fgasparetto-chipsnews-mcp": {
"env": {
"CHIPSNEWS_API_KEY": "your-chipsnews-api-key-here",
"CHIPSNEWS_API_URL": "your-chipsnews-api-url-here"
},
"args": [
"chipsnews-mcp"
],
"command": "uvx"
}
}
}A well-structured MCP server for managing ChipsNews with proper authentication, reasonable permissions matching its purpose, and clean code quality. The server correctly uses environment variables for API credentials and has appropriate error handling throughout. Supply chain analysis found 4 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue.
Scanned 4 files · 7 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!