67
/ 100
1 month ago
glama

SIP News MCP

Enables AI assistants to search and read official news from the Luxembourg government press service (SIP) with tools for keyword search, semantic search, browsing latest news, and fetching full articles.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 3 credentials: SIP_NEWS_EMBED_API_KEY, OPENROUTER_API_KEY, QDRANT_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configSIP_NEWS_INDEX_LANGUAGE
configSIP_NEWS_INDEX_MAX_ITEMS
configSIP_NEWS_INDEX_RETRIES
configSIP_NEWS_EMBED_BASE_URLEmbedding API base; point at a local server for self-hosted embeddings.
🔐 secretSIP_NEWS_EMBED_API_KEYEmbedding key (falls back to OPENROUTER_API_KEY).
🔐 secretOPENROUTER_API_KEYserver's environment as (see the config below). The
configSIP_NEWS_EMBED_MODELEmbedding model id (default: the free Nemotron model).
configSIP_NEWS_EMBED_INPUT_TYPEon / off / auto asymmetric retrieval (default auto).
configSIP_NEWS_SEMANTICon / off / auto (default auto). Turn semantic search off for a keyword-only server.
configSIP_NEWS_VECTOR_BACKENDchroma (default) or qdrant.
configMCP_TRANSPORTThe server speaks two transports, chosen by :
configMCP_HOSTMCP_PORT (default 0.0.0.0:8000, path /mcp).
configMCP_PORTMCP_HOST: (default 0.0.0.0:8000, path /mcp).
configSIP_NEWS_CHROMA_DIRChroma index location; local disk only (default under %LOCALAPPDATA%).
configXDG_DATA_HOME
configQDRANT_URLwith (and optional QDRANT_API_KEY).
🔐 secretQDRANT_API_KEYwith QDRANT_URL (and optional ).
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/masterries-sip-mcp-connector-195h5o)](https://m8ven.ai/mcp/masterries-sip-mcp-connector-195h5o)
commit: dc14b3177b8d731c8761061ae0e59938e5177348
code hash: 70b063a55dbdf229891f52ea3b57c6a2cd98c5a98449f89615020898d5baabb4
verified: 6/20/2026, 9:12:57 AM
view raw JSON →