get_news
ActiveTool of cloud.dchub/mcp-server
Curated data center industry news from 40+ trade sources (DCD, Data Center Knowledge, Data Center Frontier, Capacity Media, The Register Data Centre, Fierce Telecom, etc.) refreshed every 30 min. Returns title, summary, source, published_at, and the market/operator entities mentioned. Filter by topic (deals/permits/outages/policy/AI). Try: get_news topic=AI limit=10. Industry news only; do NOT use for structured M&A deal data (use list_transactions) or the construction pipeline (use get_pipeline).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "integer",
"maximum": 500,
"minimum": 1,
"description": "Max results to return (1-500; default varies by tool)"
},
"query": {
"type": "string",
"description": "Free-text keyword to filter news, e.g. \"Stargate\" or \"interconnection queue\""
},
"source": {
"type": "string",
"description": "Restrict to one trade source, e.g. DCD, \"Data Center Frontier\", \"Capacity Media\""
},
"date_to": {
"type": "string",
"description": "Latest published date, ISO-8601 (YYYY-MM-DD)"
},
"category": {
"type": "string",
"description": "News topic filter, e.g. deals, permits, outages, policy, AI"
},
"date_from": {
"type": "string",
"description": "Earliest published date, ISO-8601 (YYYY-MM-DD)"
},
"min_relevance": {
"type": "number",
"description": "Minimum relevance score 0-1 to include an item, e.g. 0.5"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
cloud.dchub/mcp-server
https://github.com/azmartone67/dchub-backend
1/7 registries