Content Tools
nuclir.com
An MCP server that enables searching Nuclir's public pages, fetching page content as markdown, and filling out the Nuclir newsletter signup form.
ENDPOINT 1
https://nuclir.com/api/mcp
MCP server metadata
- Name
- nuclir-knowledge
- Version
- 1.0.0
Read-only knowledge server for Nuclir. Nuclir detects, verifies, and contextualizes consequential events across technology, infrastructure, markets, and science. Its intelligence is delivered through The Console and The API, wherever decisions need current evidence.
Known tools 2
search_siteSearch public Nuclir pages, blog posts, glossary terms, and help articles.
Inferred read-onlyget_page_markdownFetch the markdown representation of a public Nuclir page by its path (e.g.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.nuclir-knowledge]
url = "https://nuclir.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nuclir-knowledge": {
"type": "http",
"url": "https://nuclir.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nuclir-knowledge
Remote MCP URL: https://nuclir.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"nuclir-knowledge": {
"url": "https://nuclir.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nuclir-knowledge": {
"type": "http",
"url": "https://nuclir.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nuclir-knowledge",
"transport": "streamable-http",
"url": "https://nuclir.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://nuclir.com
MCP server metadata
- Name
- WebMCP
Known tools 1
subscribe_nuclir_newsletterFill in the Nuclir newsletter signup. This fills the form only; the person must click Subscribe to send it.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.webmcp]
url = "https://nuclir.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://nuclir.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://nuclir.com
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"webmcp": {
"url": "https://nuclir.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://nuclir.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://nuclir.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.