Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"ctc-monitor": {
"env": {
"CTC_MONITOR_API_KEY": "nk_your_key_here"
},
"args": [
"ctc-monitor-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Global tech intelligence for any AI agent that speaks MCP. Point Claude, Cursor, Windsurf, Zed, or any other MCP-aware tool at this server and ask what the world's tech press is reporting right now, in any region you care about.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'ctc-monitor-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked ctc-monitor-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search
Web and local search using Brave Search API
An autonomous agent that conducts deep research on any data using any LLM providers
Token efficient search for coding agents over public and private documentation.
MCP server for local codebase indexing, semantic search, and code dependency graphs.
MCP Security Weekly
Get CVE alerts and security updates for io.github.danielctc/ctc-monitor-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Global tech intelligence for any AI agent that speaks MCP. Point Claude, Cursor, Windsurf, Zed, or any other MCP-aware tool at this server and ask what the world's tech press is reporting right now, in any region you care about.
Most AI assistants see the internet through a narrow US-tech-Twitter lens. CTC Monitor pulls stories from 500+ sources across China, South-East Asia, India, MENA, Africa, Latin America, Europe, Korea, Taiwan, Japan, and the Pacific, scores them for velocity and geographic novelty, caps western-source dominance, and translates non-English headlines. Your agent gets a genuinely global view of what's moving in tech.
Seven tools, plain JSON-RPC over stdio. Ask your agent things like:
| Tool | Does what |
|---|---|
get_stories | Top-scored stories, optionally filtered by region or category. Western sources capped so you don't get a US-only feed. |
search_stories | Full-text search across every indexed story, including translated titles. |
get_stats | Seven-day rolling overview: story counts, regions, categories, top sources, highest scorers. |
get_map | Geographic distribution: which countries are hot, story counts, top headline per country. |
get_cluster | Detailed view of a story cluster — related items, blast radius, velocity, propagation tag. |
get_regions | Lists every region key and category the feed supports. |
get_digest | Pass an array of regions, get a summarised digest per region in one call. |
Stories carry their original source, translated title where applicable, region, country, category, a relevance score, a cluster ID, a velocity score, and a propagation tag for how the story is spreading.
npm install -g ctc-monitor-mcp
Or run without installing:
npx ctc-monitor-mcp
The feed is free. You need a key so we can rate-limit fairly and so the digest emails know where to go.
Work emails only. Personal inboxes (gmail, outlook, yahoo and the like) are blocked at registration.
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or the equivalent on your OS:
{
"mcpServers": {
"ctc-monitor": {
"command": "npx",
"args": ["ctc-monitor-mcp"],
"env": {
"CTC_MONITOR_API_KEY": "nk_your_key_here"
}
}
}
}
Restart Claude Desktop. The tools appear in the tool menu.
In the MCP settings panel, add a server entry with:
npxctc-monitor-mcpCTC_MONITOR_API_KEY=nk_your_key_hereIf your client takes an MCP stdio command, run:
CTC_MONITOR_API_KEY=nk_your_key_here npx ctc-monitor-mcp
100 requests per minute per key. Plenty for interactive use; if you're building something higher-volume, get in touch via the site and we'll talk.
A typical get_stories call comes back grouped by region, with featured CTC/Disruptive Live content at the top, then region sections ordered so you see non-western markets before western coverage:
## CTC Monitor — Top Stories
### Europe (8)
- Alibaba Cloud expands Frankfurt region with AI-specific zones (0.87)
South China Morning Post · Europe · 2h ago · 4 related
https://...
### China (5)
- ...
### South-East Asia (4)
- .
... [View full README on GitHub](https://github.com/danielctc/ctc-monitor-mcp#readme)