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.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • 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 BuildlistAllMCPs 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 Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ“‹ Product Management
  3. Nexus Mcp
N
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:17:27 AM

Nexus Mcp

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 RepositoryVisit Website

U.S. gov records, fact-checks with citations, news search, and fraud/corruption/PRC trackers.

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 β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "nexus-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nexus-mcp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ“‹ More in Product Management

Documentation Overview

nexus-mcp

A Model Context Protocol server for The Nexus β€” give your AI assistant or agent direct access to U.S. government primary-source records, fact-checks, news search, and standing trackers.

What makes it different: most news/search MCP servers wrap headlines. The Nexus also puts the government record in your agent's hands β€” court filings, SEC/EDGAR, OFAC sanctions, FEC, lobbying disclosures, DOJ and FDA enforcement, and more β€” cross-referenced by entity and linked to the source document. Every result is primary-source-linked. Attribution to The Nexus is required when using the data.

Tools

ToolWhat it does
nexus_record_lookupCross-source U.S. public-record footprint for a person or organization β€” courts, SEC/EDGAR, OFAC sanctions, FEC, lobbying, DOJ, FDA, and more β€” with per-document links and a connection teaser.
nexus_factcheckQualified verdict + rationale + linked citations for a claim. Cached checks are instant & free; novel checks are rate-limited on the free tier.
nexus_searchFull-text search across The Nexus news corpus (free tier: last 30 days).
nexus_trackerLatest weekly synthesis from china-watch (PRC-linked activity), underground (organized crime), graft (public corruption), or grift (consumer fraud).

Setup

  1. Get a free, email-verified API key at https://thenexus.news/developers.
  2. Install: npm install -g @thenexusintel/mcp (or clone and npm install).
  3. Add the server to your MCP client.

Claude Desktop / Claude Code

config.json
{
  "mcpServers": {
    "nexus": {
      "command": "npx",
      "args": ["-y", "@thenexusintel/mcp"],
      "env": { "NEXUS_API_KEY": "nxs_live_your_key_here" }
    }
  }
}

(Or point command/args at a local node /path/to/server.js.)

Free tier

Unlimited record / search / tracker calls and unlimited cached fact-checks; a small number of novel fact-checks per day. Higher volume and entity-graph depth are on the paid tier β€” see /developers.

Environment

VarRequiredDefault
NEXUS_API_KEYyesβ€”
NEXUS_API_BASEnohttps://thenexus.news

Security note: only set NEXUS_API_BASE to a host you trust β€” it's where your key is sent. Leave it unset to use The Nexus.

License

MIT

Related MCP Servers

View all in Product Management View all alternatives
  • Codebeamer Mcp logoCodebeamer Mcp

    Codebeamer ALM integration for managing work items, trackers, and projects. Provides 17 tools for reading and writing items, associations, references, comments, and risk management data via Codebeamer REST API v3.

    πŸ“‹ Product Management10 views
    Compare vs Codebeamer Mcp β†’
  • Epoch logoEpoch

    Software estimation server for AI agents: PERT, COCOMO II, Monte Carlo, sprint forecasting, token-to-time and cost mapping, and schedule-risk tools.

    πŸ“‹ Product Management1 views
    Compare vs Epoch β†’
  • C
    ConsentStack

    Set up GDPR and CCPA cookie consent: create a site, publish a banner, scan and categorize trackers.

    πŸ“‹ Product Management0 views
    Compare vs ConsentStack β†’
  • Trello Desktop MCP logoTrello Desktop MCP

    Comprehensive Trello integration: 46 tools covering boards, cards, lists, labels, checklists, attachments, members, custom fields, and search. Read-only mode, image attachment

    πŸ“‹ Product Management3 views
    Compare vs Trello Desktop MCP β†’

Frequently Asked Questions about Nexus Mcp

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

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 PreviewNexus Mcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/nexus-mcp?style=directory)](https://allmcps.com/mcp/nexus-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/nexus-mcp"><img src="https://allmcps.com/api/badge/nexus-mcp?style=directory" alt="Nexus Mcp on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ“‹Product Management
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 6h
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.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it 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 πŸ“‹ Product Management β†’Alternatives to Nexus Mcp β†’Install in Claude DesktopInstall in CursorInstall in VS Code