Security & Testing
tweetfeed.live
Provides tools to query and check indicators of compromise from a threat intelligence feed.
ENDPOINT 1
https://mcp.tweetfeed.live
MCP server metadata
- Name
- tweetfeed-mcp
- Version
- 0.1.0
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_iocsQuery the TweetFeed API for Indicators of Compromise (IOCs: URLs, domains, IPs, MD5/SHA256 hashes) shared by the infosec community on Twitter/X.
Inferred read-onlycheck_urlCheck whether a URL (or substring) appears in the TweetFeed corpus over the past 30 days.
Inferred read-onlycheck_hashCheck whether a file hash (MD5 or SHA-256) appears in the TweetFeed corpus.
Inferred read-onlylist_recent_iocsList TweetFeed IOCs added since a given date, useful for delta-syncing a blocklist or Threat Intelligence pipeline.
Inferred read-onlyget_tag_infoBundle of TweetFeed activity for a single tag: aggregate counts across today/week/month/year windows plus the most recent IOCs.
Inferred read-onlyget_trendingTop tags and IOC-type distribution for a given time window, computed from the live counts.
Inferred read-onlyget_campaignsAI-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-onlyget_trendsIOC 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.