IOCs (URLs, domains, IPs, hashes) shared by the infosec community on X/Twitter. No auth, CC0.
IOCs (URLs, domains, IPs, hashes) shared by the infosec community on X/Twitter. No auth, CC0. The tweetfeed mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 10 defined tools rather than through you.
Exposes the public IOC feed (URLs, domains, IPs, SHA256/MD5 hashes shared by the infosec community on Twitter/X) as MCP tools so AI agents can query threat intel programmatically.
Everything the assistant can do here goes through one of these:
query_iocs — Query IOCs by time window (today/week/month) with optional user, tag, and type filterscheck_url — Check whether a specific URL appears in the feedcheck_ip — Check whether an IPv4/IPv6 address appears in the feedcheck_hash — Check whether an MD5 or SHA-256 hash appears in the feed (type auto-detected)list_recent_iocs — List IOCs added since a given date, with optional type/tag filtersget_tag_info — Window aggregates plus recent IOCs for a tag (leading # optional)get_trending — Top tags and IOC-type distribution for a window (today/week/month/year)enrich_ioc — Exact lookup of an IOC (auto-detected type: url/domain/ip/md5/sha256) over the past 365 days, with AI/external-corroboration/net context whenget_campaigns — AI-clustered campaign groupings from the last 7 days, with optional brand and min-confidence filtersget_trends — 31-day IOC trend analytics: daily volume by type, top moving tags week-over-week, most-abused TLDs, new vs recurring ratio, producer concentrationBeing a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. TweetFeed's toolset — query_iocs, check_url, check_ip and 7 more — is a fair guide to whether it matches your workflow. It is maintained by 0xDanielLopez; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| query_iocs | Query IOCs by time window (today/week/month) with optional user, tag, and type filters. |
| check_url | Check whether a specific URL appears in the feed. |
| check_ip | Check whether an IPv4/IPv6 address appears in the feed. |
| check_hash | Check whether an MD5 or SHA-256 hash appears in the feed (type auto-detected). |
| list_recent_iocs | List IOCs added since a given date, with optional type/tag filters. |
| get_tag_info | Window aggregates plus recent IOCs for a tag (leading # optional). |
| get_trending | Top tags and IOC-type distribution for a window (today/week/month/year). |
| enrich_ioc | Exact lookup of an IOC (auto-detected type: url/domain/ip/md5/sha256) over the past 365 days, with AI/external-corroboration/net context when available; falls back to a 30-day substring scan on a miss. |
| get_campaigns | AI-clustered campaign groupings from the last 7 days, with optional brand and min-confidence filters. |
| get_trends | 31-day IOC trend analytics: daily volume by type, top moving tags week-over-week, most-abused TLDs, new vs recurring ratio, producer concentration. |
{
"mcpServers": {
"tweetfeed": {
"url": "https://mcp.tweetfeed.live/"
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.