← Registry

Security & Testing

tweetfeed.live

Provides tools to query and check indicators of compromise from a threat intelligence feed.

1 endpoint10 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://mcp.tweetfeed.live

No auth detected

MCP server metadata

Name
tweetfeed-mcp
Version
0.1.0
Capabilities
tools
Server instructions

Query the tweetfeed.live public IOC feed (URLs, domains, IPs, SHA256/MD5 hashes from the infosec Twitter/X community). Data is CC0, read-only, updated every 15 min. Use query_iocs with a required 'time' window (today|week|month) and optional 'user'/'tag'/'type' filters. get_campaigns returns AI-clustered campaign groupings of the trailing 7 days, regenerated daily. enrich_ioc does an exact 365-day lookup (aggregated record) with a 30-day substring fallback.

Known tools 10

query_iocs

Query the TweetFeed API for Indicators of Compromise (IOCs: URLs, domains, IPs, MD5/SHA256 hashes) shared by the infosec community on Twitter/X.

Inferred read-only
check_url

Check whether a URL (or substring) appears in the TweetFeed corpus over the past 30 days.

Inferred read-only
check_ip

Check whether an IP address appears in the TweetFeed corpus.

Inferred read-only
check_hash

Check whether a file hash (MD5 or SHA-256) appears in the TweetFeed corpus.

Inferred read-only
list_recent_iocs

List TweetFeed IOCs added since a given date, useful for delta-syncing a blocklist or Threat Intelligence pipeline.

Inferred read-only
get_tag_info

Bundle of TweetFeed activity for a single tag: aggregate counts across today/week/month/year windows plus the most recent IOCs.

Inferred read-only
get_trending

Top tags and IOC-type distribution for a given time window, computed from the live counts.

Inferred read-only
enrich_ioc

Look up an IOC value in TweetFeed.

Inferred read-only
get_campaigns

AI-clustered campaign groupings of the last 7 days of community-shared TweetFeed IOCs: each campaign bundles related URLs/domains/IPs/hashes under a name, a short context summary, a clustering confidence (high/medium/low), and a targeted brand when one was identified, plus a sample of member IOCs.

Inferred read-only
get_trends

IOC trend analytics from the last 31 days: daily volume by type, top moving tags week-over-week, most-abused TLDs, new vs recurring indicator ratio, and feed producer concentration.

Inferred read-only

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

.mcp.json

{
  "mcpServers": {
    "tweetfeed-mcp": {
      "type": "http",
      "url": "https://mcp.tweetfeed.live"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tweetfeed-mcp
Remote MCP URL: https://mcp.tweetfeed.live

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": {
    "tweetfeed-mcp": {
      "url": "https://mcp.tweetfeed.live"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "tweetfeed-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.tweetfeed.live"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.