INDIVIDUAL MCP TOOL
get_changes
Get story cluster changes since a timestamp: newly appeared clusters and updates to existing ones, each with a change type, a change time, and a story summary.
LIVE ENDPOINT
https://mcp.techsnif.com
Connect to this endpoint to inspect the live schema for get_changes and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.techsnif]
url = "https://mcp.techsnif.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"techsnif": {
"type": "http",
"url": "https://mcp.techsnif.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: techsnif
Remote MCP URL: https://mcp.techsnif.com
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"techsnif": {
"url": "https://mcp.techsnif.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"techsnif": {
"type": "http",
"url": "https://mcp.techsnif.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "techsnif",
"transport": "streamable-http",
"url": "https://mcp.techsnif.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_top_stories— Get tech story clusters from across the web.get_story— Get full details of a story cluster by slug, including all coverage links from every outlet (TechCrunch, NYT, TechSnif, etc.search_stories— Full-text search over story cluster headlines and excerpts, ranked by relevance.get_tech_events— Get upcoming tech industry events (conferences, summits, expos) with dates, locations, and URLs.get_articles— List TechSnif editorial articles (original coverage written by TechSnif).get_article— Get a full TechSnif editorial article by slug, including the complete body text.search_articles— Full-text search over TechSnif editorial article titles and excerpts, ranked by relevance.get_trending_articles— Get trending TechSnif editorial articles from the last 48 hours, ranked by coverage heat and recency.