
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
chipsnews-mcp
Advanced tools
MCP server for ChipsNews — manage news sources, articles, and fetch triggers from any MCP client
MCP (Model Context Protocol) server for ChipsNews — manage news configuration, sources, articles, and fetch triggers from Claude Code, Claude Desktop, or any MCP client.
No installation needed with uv:
uv run --script server.py
Or install manually:
pip install "mcp[cli]" httpx
python server.py
The server uses environment variables for authentication:
| Variable | Description | Default |
|---|---|---|
CHIPSNEWS_API_URL | API base URL | https://news.chipsbuilder.com |
CHIPSNEWS_API_KEY | Your API key (Bearer token) | — |
Add to your project's .mcp.json:
{
"mcpServers": {
"chipsnews": {
"command": "uv",
"args": ["run", "--script", "/path/to/chipsnews-mcp/server.py"],
"env": {
"CHIPSNEWS_API_URL": "https://news.chipsbuilder.com",
"CHIPSNEWS_API_KEY": "your-api-key"
}
}
}
}
Add to claude_desktop_config.json:
{
"mcpServers": {
"chipsnews": {
"command": "uv",
"args": ["run", "--script", "/path/to/chipsnews-mcp/server.py"],
"env": {
"CHIPSNEWS_API_KEY": "your-api-key"
}
}
}
}
| Tool | Description |
|---|---|
get_config | Get news configuration (keywords, language, frequency, etc.) |
update_config | Update configuration fields (keywords, language, frequency, auto_publish, notification_email, pin_duration_hours, etc.) |
| Tool | Description |
|---|---|
list_sources | List all news sources |
create_source | Create a new source (rss, google, reddit) |
update_source | Update an existing source |
delete_source | Delete a source |
| Tool | Description |
|---|---|
list_articles | List articles with optional filters (status, keyword, source, page) |
get_article | Get full details of a single article |
approve_article | Approve and publish an article |
reject_article | Reject an article |
pin_article | Pin an article to the top (TOP) |
unpin_article | Remove pin from an article |
lock_article | Lock an article to protect from rotation cleanup |
unlock_article | Unlock an article |
delete_article | Delete an article |
delete_all_articles | Delete ALL articles (use with caution) |
| Tool | Description |
|---|---|
trigger_fetch | Trigger a manual news fetch from all active sources |
get_stats | Get usage statistics: article counts, API calls, fetch history |
Once configured, use natural language in Claude:
The server uses API key authentication (Bearer token). Pass your key via the CHIPSNEWS_API_KEY environment variable.
MIT
FAQs
MCP server for ChipsNews — manage news sources, articles, and fetch triggers from any MCP client
We found that chipsnews-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.