← techsnif.com

INDIVIDUAL MCP TOOL

search_articles

Full-text search over TechSnif editorial article titles and excerpts, ranked by relevance.

techsnif.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.techsnif.com

No auth detected

Connect to this endpoint to inspect the live schema for search_articles 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

techsnif.com

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.
  • get_trending_articles — Get trending TechSnif editorial articles from the last 48 hours, ranked by coverage heat and recency.
  • get_story_timeline — Get the ranking history of a story cluster by slug: a time series of snapshots with rank, headline tier, commentary count, and coverage count at each point.