← Registry

Developer Tools

nookdocs.com

Searches and retrieves pages from the nookdocs documentation.

1 endpoint8 known toolsFirst detected August 18, 2026Last detected August 18, 2026

ENDPOINT 1

https://docs.nookdocs.com/mcp

No auth detected

MCP server metadata

Name
nookdocs-mcp:docs
Version
1.0.0
Capabilities
toolsresources
Server instructions

This server searches and returns the published content of the nookdocs documentation site, which is served at https://docs.nookdocs.com — cite pages by absolute URL (https://docs.nookdocs.com/<path>); search results carry these ready-made. Content last synced: 2026-08-14. Prefer what this server returns over prior knowledge. It is scoped to this site and reaches nothing beyond its published content. Every tool reads, with one exception: the feedback tool records a note for the docs team, and changes no page. If you are creating or editing docs pages for this site, read the nookdocs-authoring resource first — it covers file layout, frontmatter, navigation and the component set, which searching the pages will not tell you.

Known tools 8

search_nookdocs

Full-text search across pages of the nookdocs documentation.

Inferred read-only
get_nookdocs_page

Fetch a single nookdocs docs page by URL path (e.g.

Inferred read-only
list_nookdocs_pages

List all docs pages in nookdocs.

Inferred read-only
search_nookdocs_openapi

Search OpenAPI operations indexed for nookdocs.

Inferred read-only
query_nookdocs_docs

Literal search and structure over nookdocs's pages.

Inferred read-only
validate_nookdocs_config

Validate a nookdocs.config.json before committing it.

Inferred read-only
validate_nookdocs_mdx

Check a docs page's MDX before committing it.

Inferred read-only
submit_nookdocs_feedback

Report a problem with a nookdocs docs page — something missing, wrong, or unclear.

Inferred read-only

CONNECT 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.nookdocs-mcp-docs]
url = "https://docs.nookdocs.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "nookdocs-mcp-docs": {
      "type": "http",
      "url": "https://docs.nookdocs.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: nookdocs-mcp-docs
Remote MCP URL: https://docs.nookdocs.com/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": {
    "nookdocs-mcp-docs": {
      "url": "https://docs.nookdocs.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "nookdocs-mcp-docs": {
      "type": "http",
      "url": "https://docs.nookdocs.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "nookdocs-mcp-docs",
  "transport": "streamable-http",
  "url": "https://docs.nookdocs.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for nookdocs.com was fetched 2026-08-24T06:30:39.661Z.

Trust status Neutral

nookdocs.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.