Developer Tools
gentleduck.org
Provides access to documentation and API references for components.
ENDPOINT 1
https://gentleduck.org/api/mcp
MCP server metadata
- Name
- duck-ui-docs
- Version
- 1.0.0
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
semantic_searchNatural language search using TF-IDF vectors and cosine similarity.
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.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.
gentleduck.org is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.