← Registry

Developer Tools

inspectorlab.dev

Provides tools to search, retrieve, and list documentation pages via semantic search.

1 endpoint3 known toolsFirst detected August 13, 2026Last detected August 13, 2026

ENDPOINT 1

https://inspectorlab.dev/api/mcp

No auth detected

MCP server metadata

Name
docs-server
Version
1.0.0
Capabilities
tools.listChangedresources.listChanged

Known tools 3

search_docs

Search through the documentation content using semantic search.

Inferred read-only
get_doc

Get the full content of a specific documentation page by its path.

Inferred read-only
list_docs

List all available documentation pages, optionally filtered by directory.

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.docs-server]
url = "https://inspectorlab.dev/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "docs-server": {
      "type": "http",
      "url": "https://inspectorlab.dev/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "docs-server": {
      "type": "http",
      "url": "https://inspectorlab.dev/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "docs-server",
  "transport": "streamable-http",
  "url": "https://inspectorlab.dev/api/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 inspectorlab.dev was fetched 2026-08-17T00:08:56.180Z.

Trust status Neutral

inspectorlab.dev 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.