← tweetfeed.live
INDIVIDUAL MCP TOOL
check_hash
Check whether a file hash (MD5 or SHA-256) appears in the TweetFeed corpus.
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 endpoint
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.
Related tools
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.check_url— Check whether a URL (or substring) appears in the TweetFeed corpus over the past 30 days.check_ip— Check whether an IP address appears in the TweetFeed corpus.list_recent_iocs— List TweetFeed IOCs added since a given date, useful for delta-syncing a blocklist or Threat Intelligence pipeline.get_tag_info— Bundle of TweetFeed activity for a single tag: aggregate counts across today/week/month/year windows plus the most recent IOCs.get_trending— Top tags and IOC-type distribution for a given time window, computed from the live counts.enrich_ioc— Look up an IOC value in TweetFeed.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.