← techsnif.com

INDIVIDUAL MCP TOOL

search_stories

Full-text search over story cluster headlines and excerpts, ranked by relevance.

techsnif.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://techsnif.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_stories 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://techsnif.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "techsnif": {
      "type": "http",
      "url": "https://techsnif.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: techsnif
Remote MCP URL: https://techsnif.com/api/mcp

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://techsnif.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "techsnif": {
      "type": "http",
      "url": "https://techsnif.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "techsnif",
  "transport": "streamable-http",
  "url": "https://techsnif.com/api/mcp"
}
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, direct URLs to social discussion posts, and the full TechSnif article text if available.
  • get_tech_events — Get upcoming tech industry events (conferences, summits, expos) with dates, locations, and URLs.
  • get_articles — List TechSnif editorial articles.
  • get_article — Get a full TechSnif editorial article by slug, including the complete body text.
  • get_leaderboard — Source or author leaderboards — which publications and journalists drive the most tech story coverage.