ENDPOINT 1
https://docs.nookdocs.com/mcp
MCP server metadata
- Name
- nookdocs-mcp:docs
- Version
- 1.0.0
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
submit_nookdocs_feedbackReport a problem with a nookdocs docs page — something missing, wrong, or unclear.
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.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.
nookdocs.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.