CRED-1: An Open Multi-Signal Domain Credibility Dataset for Automated Pre-Bunking of Online Misinformation
Authors/Creators
Description
What's New
🤖 MCP Server (Model Context Protocol)
New cred1-mcp binary — 5 tools for AI agents to check source credibility:
| Tool | Description |
|------|-------------|
| check_domain | Check a single domain's credibility score |
| batch_check | Check up to 100 domains at once |
| search_domains | Search domains by pattern/substring |
| get_stats | Dataset statistics (2,673 domains, 6 categories) |
| get_categories | Category taxonomy with descriptions and scores |
Configure in Claude Desktop / Cursor / Windsurf
{
"mcpServers": {
"cred1": {
"command": "npx",
"args": ["-y", "@aloth/cred1", "--mcp"]
}
}
}
📦 npm Package
- Library + CLI:
npm install -g @aloth/cred1 - Quick check:
npx @aloth/cred1 check infowars.com - Programmatic:
import { checkDomain } from '@aloth/cred1'
Dataset
- 2,673 domains scored 0.0–1.0
- Categories: fake, conspiracy, unreliable, satire, mixed, reliable
- Weekly updates via GitHub Actions
Notes
Files
aloth/cred-1-v2026-06-14.zip
Files
(423.4 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:05d52b9d83ab7705fab8a1406a01c02d
|
423.4 kB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/aloth/cred-1/tree/v2026-06-14 (URL)
Software
- Repository URL
- https://github.com/aloth/cred-1