← tagmachan.com

INDIVIDUAL MCP TOOL

get_threat_feed

Fetch the latest Fed0gaT threat intelligence blocklist (aggregated from Turkish NCC/USOM and other sources).

tagmachan.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://tagmachan.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_threat_feed and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

tagmachan.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.tagmachan-mcp]
url = "https://tagmachan.com/api/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: tagmachan-mcp
Remote MCP URL: https://tagmachan.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": {
    "tagmachan-mcp": {
      "url": "https://tagmachan.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "tagmachan-mcp",
  "transport": "streamable-http",
  "url": "https://tagmachan.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_content — Search blog posts, projects, exploits and CVE research on tagmachan.com by keyword (matches title, description and category, English and Turkish).
  • get_page — Fetch a tagmachan.com page as clean markdown.
  • list_content — List all blog posts and projects on tagmachan.com with titles, URLs and descriptions.