npm @thenexusintel/mcpstdioMITupdated 2mo ago
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 can you do with nexus mcp?
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
| Tool | What it does |
|---|---|
nexus_record_lookup |
Cross-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_factcheck |
Qualified verdict + rationale + linked citations for a claim. Cached checks are instant & free; novel checks are rate-limited on the free tier. |
nexus_search |
Full-text search across The Nexus news corpus (free tier: last 30 days). |
nexus_tracker |
Latest weekly synthesis from china-watch (PRC-linked activity), underground (organized crime), graft (public corruption), or grift (consumer fraud). |
Setup
- Get a free, email-verified API key at https://thenexus.news/developers.
- Install:
npm install -g @thenexusintel/mcp(or clone andnpm install). - Add the server to your MCP client.
Claude Desktop / Claude Code
{
"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
| Var | Required | Default |
|---|---|---|
NEXUS_API_KEY |
yes | — |
NEXUS_API_BASE |
no | https://thenexus.news |
Security note: only set
NEXUS_API_BASEto a host you trust — it's where your key is sent. Leave it unset to use The Nexus.
License
MIT
Install
Add nexus mcp to your client. Pick the one you use.
claude mcp add mcp -- npx -y @thenexusintel/mcpcodex mcp add mcp -- npx -y @thenexusintel/mcpamp mcp add mcp -- npx -y @thenexusintel/mcp{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@thenexusintel/mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@thenexusintel/mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp","command":"npx","args":["-y","@thenexusintel/mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@thenexusintel/mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@thenexusintel/mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@thenexusintel/mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@thenexusintel/mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@thenexusintel/mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @thenexusintel/mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
4 tools
nexus mcp exposes 4 tools to a connected agent.
- nexus_record_lookup
- **Cross-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_factcheck
- Qualified verdict + rationale + linked citations for a claim. Cached checks are instant & free; novel checks are rate-limited on the free tier.
- nexus_search
- Full-text search across The Nexus news corpus (free tier: last 30 days).
- nexus_tracker
- Latest weekly synthesis from `china-watch` (PRC-linked activity), `underground` (organized crime), `graft` (public corruption), or `grift` (consumer fraud).
Score
72 / 100
Good
- Documentation22/25
- Maintenance16/25
- Trust16/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 68 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 4 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.4Latest | Jun 24, 2026 |