Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Developer Tools
  3. Truesignal
T
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Truesignal

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Wraps the truesignal CLI as a single generic MCP tool for threat/connector status checks.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "truesignal": {
      "command": "npx",
      "args": [
        "-y",
        "truesignal"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

TrueSignal

CI License: MIT npm version PyPI version

Install β€’ Quickstart β€’ Features β€’ CLI Reference β€’ MCP Server β€’ Compare β€’ FAQ

A personal OSINT/security intelligence feed with a no-fabrication guarantee verified by 22 automated tests: every connector's failure path returns real cached data or nothing, never an invented data point.

truesignal init and truesignal feed --source cisa-kev, run via npx truesignal-cli, showing connector status then a live CISA-KEV feed with real CVE ids and source URLs

Install

TrueSignal ships as two independent, equally first-class packages -- pick whichever fits your toolchain, or install both:

npm (JS/TS CLI):

Terminal
npx truesignal-cli init

truesignal-cli is published on npm (see the badge above). To build from source instead:

bash
git clone https://github.com/RudrenduPaul/truesignal.git && cd truesignal && npm install && npm run build && node dist/cli.js init

Requires Node.js 18.17 or later. Both install paths verified working on 2026-08-03.

For repeat use, npm link after building gives you the truesignal command directly instead of typing node dist/cli.js.

pip (Python library + CLI):

Terminal
pip install truesignal-cli

A genuine, independent Python port -- not a wrapper around the Node binary -- with the same five connectors, the same provenance-stamping guarantee, and the same init/feed/verify CLI surface. See python/README.md for the Python-specific quickstart. Both packages are maintained together; neither is deprecated in favor of the other.

Code
$ truesignal init

truesignal connector status:

  [ready]        CISA Known Exploited Vulnerabilities (cisa-kev) -- no configuration needed
  [not configured] Cloudflare Radar (cloudflare-radar) -- set CLOUDFLARE_RADAR_API_TOKEN
  [not configured] Reddit (reddit) -- set REDDIT_CLIENT_ID, REDDIT_CLIENT_SECRET
  [not configured] Telegram (telegram) -- set TELEGRAM_BOT_TOKEN
  [ready]        GDELT (gdelt) -- no configuration needed

2/5 connectors ready.
Set the missing environment variables above to enable the rest. See .env.example.
Next: run "truesignal feed" to see your feed now.

$ truesignal feed --source cisa-kev

[live] cisa-kev: CVE-2023-4346: KNX Association KNX Protocol Connection Authorization Option 1 Overly Restrictive Account Lockout Mechanism Vulnerability -- https://nvd.nist.gov/vuln/detail/CVE-2023-4346 -- 1d ago
[live] cisa-kev: CVE-2026-46817: Oracle E-Business Suite Improper Privilege Management Vulnerability -- https://nvd.nist.gov/vuln/detail/CVE-2026-46817 -- 1d ago
[live] cisa-kev: CVE-2026-15410: SonicWall SMA1000 Appliances Code Injection Vulnerability -- https://nvd.nist.gov/vuln/detail/CVE-2026-15410 -- 2d ago

This is a real, unedited capture (npm run build && node dist/cli.js init && node dist/cli.js feed --source cisa-kev), against the live CISA-KEV catalog, on 2026-07-15. CVE ids, urls, and ages are real.

Features

  • 5 source connectors behind one common Connector interface (src/truesignal/types.ts): CISA Known Exploited Vulnerabilities, Cloudflare Radar, Reddit (official OAuth API), Telegram (official Bot API), and GDELT.
  • Provenance stamp on every item -- a real source URL, a real upstream timestamp (never new Date()), and an explicit live or fallback status. A fallback item also carries fallbackAgeSeconds, so you always know exactly how stale what you're looking at is.
  • No-fabrication guarantee enforced in code. No connector contains Math.random(), a fake-data library, or a "rewrite the timestamp to now" path. A dedicated test suite (src/truesignal/provenance/no-fabrication.test.ts, 22 tests) proves this for every connector's live, fallback, and empty-cache-failure paths, and a static check scans every connector source file for forbidden patterns.
  • Agent-native output. Every subcommand has a --json flag with a stable, documented shape and real, distinct exit codes, so an agent can parse a result without scraping human-formatted text.
  • Zero-key startup. CISA-KEV and GDELT need no API key at all; truesignal init and truesignal feed work the moment the CLI is installed.
  • Self-hosted, BYO keys, no telemetry by default. truesignal reads credentials only from real environment variables, and it doesn't auto-load .env files or phone home.
  • Extensible by design. Adding a new source (NVD, Shodan, VirusTotal, ...) is a new file implementing Connector and one line in connectors/index.ts -- never a change to the CLI or provenance layer. See CONTRIBUTING.md.

Quickstart

bash
truesignal init
truesignal feed

init tells you which connectors are ready right now (CISA-KEV and GDELT need nothing) and which environment variables are still missing for the rest. feed pulls from every configured connector. Real, unedited output from the two zero-config sources:

Code
[live] cisa-kev: CVE-2023-4346: KNX Association KNX Protocol Connection Authorization Option 1 Overly Restrictive Account Lockout Mechanism Vulnerability -- https://nvd.nist.gov/vuln/detail/CVE-2023-4346 -- 1d ago
[fallback, 37m old] gdelt: White House launches AI-backed Gold Eagle initiative for cybersecurity vulnerability coordination -- https://www.scworld.com/brief/white-house-launches-ai-backed-gold-eagle-initiative-for-cybersecurity-vulnerability-coordination -- 2h ago

That second line is real, too: on this run GDELT's live fetch didn't complete, so truesignal showed the last real GDELT items it had actually fetched, honestly labeled fallback with their real age, instead of being silently repainted as current.

To enable the other three sources (Cloudflare Radar, Reddit, Telegram), copy .env.example to .env, fill in real free credentials, then export them into your shell -- truesignal doesn't auto-load .env files:

bash
set -a && source .env && set +a

CLI command reference

Generated directly from this build's actual --help output (node dist/cli.js --help and each subcommand's --help).

truesignal

Code
Usage: truesignal [options] [command]

A provenance-first OSINT/security intelligence feed. Every item carries a real
source URL, a real timestamp, and an explicit live/fallback flag -- never a
fabricated or silently-replayed data point.

Options:
  -V, --version               output the version number
  -h, --help                  display help for command

Commands:
  init [options]              Check which connectors are ready to use right now
                              and which environment variables are still needed
                              for the rest. CISA-KEV and GDELT need no
                              configuration -- truesignal works with zero setup
                              for those two sources.
  feed [options]              Pull the current feed from every configured
                              connector, or one connector with --source. Prints
                              human-readable output by default; use --json for a
                              stable, agent-parseable schema.
  verify [options] <item-id>  Re-fetch the source connector named in <item-id>
                              and confirm whether that item still resolves to
                              real, live provenance, has fallen back to cached
                              data, or can no longer be found.
  help [command]              display help for command

truesignal init [--json]

truesignal init --json printing structured connector-readiness output

Exit code 0 if at least one connector is usable, 2 if none are (shouldn't happen -- CISA-KEV and GDELT need no configuration).

truesignal feed [--source <name>] [--json]

Code
--source <name>  only pull from this connector, e.g. cisa-kev, gdelt
--json           print machine-readable JSON instead of human-readable text

Exit codes: 0 success, 2 no connectors configured to run, 3 every configured connector's fetch failed with no data to show.

--json output is a stable, documented FeedItem[] shape. Real capture:

config.json
{
  "items": [
    {
      "id": "cisa-kev:CVE-2023-4346",
      "source": "cisa-kev",
      "title": "CVE-2023-4346: KNX Association KNX Protocol Connection Authorization Option 1 Overly Restrictive Account Lockout Mechanism Vulnerability",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4346",
      "timestamp": "2026-07-15T00:00:00.000Z",
      "status": "live"
    }
  ]
}

truesignal verify <item-id> [--json]

truesignal verify cisa-kev:CVE-2023-4346 confirming live provenance, followed by truesignal feed --source cisa-kev --json printing the stable FeedItem[] JSON schema, run via npx truesignal-cli

Re-fetches the source named in <item-id> (format <source>:<native-id>, e.g. cisa-kev:CVE-2023-4346) and confirms whether that item still resolves to real, live provenance, has fallen back to cached data, or can no longer be found. Real capture:

Code
$ truesignal verify cisa-kev:CVE-2023-4346
cisa-kev:CVE-2023-4346: LIVE -- https://nvd.nist.gov/vuln/detail/CVE-2023-4346 -- 2026-07-15T00:00:00.000Z

Read the full README on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • O
    Ownvoice

    Wraps the ownvoice CLI as a single generic MCP tool for voice/identity checks.

    πŸ’» Developer Tools0 views
    Compare vs Ownvoice β†’
  • S
    Shimguard

    Wraps the ShimGuard CLI as a single generic MCP tool for agent-shim provenance checks.

    πŸ’» Developer Tools0 views
    Compare vs Shimguard β†’
  • W
    Workspaceguard

    Wraps the WorkspaceGuard CLI as a single generic MCP tool for workspace usage checks.

    πŸ’» Developer Tools0 views
    Compare vs Workspaceguard β†’
  • E
    Evolveguard

    Wraps the evolveguard CLI as a single generic MCP tool for agent-skill file safety checks.

    πŸ’» Developer Tools0 views
    Compare vs Evolveguard β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Truesignal

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "truesignal": { "command": "npx", "args": ["-y", "truesignal"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewTruesignal AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/truesignal?style=directory)](https://allmcps.com/mcp/truesignal)
HTML Embed
<a href="https://allmcps.com/mcp/truesignal"><img src="https://allmcps.com/api/badge/truesignal?style=directory" alt="Truesignal on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Truesignal β†’Install in Claude DesktopInstall in CursorInstall in VS Code