← Registry

Developer Tools

gentleduck.org

Provides access to documentation and API references for components.

1 endpoint9 known toolsFirst detected May 13, 2026Last detected September 19, 2026

ENDPOINT 1

https://gentleduck.org/api/mcp

No auth detected

MCP server metadata

Name
duck-ui-docs
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

MCP server for @gentleduck/ui documentation (gentleduck.org). Tools: list_docs -> browse catalog, search_docs -> keyword search (fuzzy), semantic_search -> natural language search (TF-IDF), read_doc -> full page, get_component_api -> props only, get_examples -> code only, get_changelog -> version history, get_installation -> setup guide, suggest_components -> find the right component. Tip: use semantic_search for conceptual queries ("how to handle forms"), search_docs for specific keywords. Use list_docs to browse, then read_doc for details. Categories: components, installation, packages, changelog, dark-theme, general.

Known tools 9

list_docs

List documentation pages with pagination.

Inferred read-only
read_doc

Read a documentation page.

Inferred read-only
search_docs

Search documentation by keyword with typo tolerance.

Inferred read-only
get_component_api

Get the API reference / props table for a component.

Inferred read-only
get_examples

Get only the code examples from a documentation page.

Inferred read-only
get_changelog

Get changelog entries.

Inferred read-only
get_installation

Get the installation/setup guide for a specific framework.

Inferred read-only
suggest_components

Describe what you need and get ranked component suggestions.

Inferred read-only
semantic_search

Natural language search using TF-IDF vectors and cosine similarity.

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.duck-ui-docs]
url = "https://gentleduck.org/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "duck-ui-docs": {
      "type": "http",
      "url": "https://gentleduck.org/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: duck-ui-docs
Remote MCP URL: https://gentleduck.org/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": {
    "duck-ui-docs": {
      "url": "https://gentleduck.org/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "duck-ui-docs": {
      "type": "http",
      "url": "https://gentleduck.org/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "duck-ui-docs",
  "transport": "streamable-http",
  "url": "https://gentleduck.org/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 gentleduck.org was fetched 2026-07-26T17:39:52.172Z and is being refreshed.

Trust status Trusted

gentleduck.org is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

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