documesh.selatan.org
Documesh is a federated developer documentation search API and MCP server covering 47 sources (Cloudflare, Kubernetes, React, Stripe, PyTorch and more). Open REST API, OpenAPI spec, npm SDK, and…
First seen 2026-09-14 · Last seen 2026-09-14 · Source: webmcp.com
Answer 5 · Act 3 · Transact 1 · Score: Not yet scored
Tool inspector
search_docs_across
Search federated developer documentation (Cloudflare, Netlify, Vercel, Kubernetes, Bun, Stripe, Sentry and more). Returns ranked excerpts with version, license, and canonical source URL. Results include `actionable` facts — config_keys, code_snippets, cli_commands — designed to chain with other tools (e.g. fetch the user's config via a GitHub MCP tool and compare against docs config_keys, or run cli_commands in a sandbox).
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
query |
string | yes | Search query, e.g. 'edge functions environment variables' |
vendors |
array | no | Optional source filter (accepts the legacy 'vendors' name; each value is a documentation source id) |
limit |
number | no | Max results (default 5) |
Raw JSON schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search query, e.g. 'edge functions environment variables'"
},
"vendors": {
"type": "array",
"items": {
"type": "string",
"enum": [
"cloudflare",
"netlify",
"vercel",
"kubernetes",
"bun",
"elysia",
"turso",
"upstash",
"sentry",
"stripe",
"hono",
"nuxt",
"solid",
"opentelemetry",
"argocd",
"helm",
"flux",
"cilium",
"react",
"pytorch",
"tensorflow",
"langchain",
"playwright",
"clickhouse",
"ollama",
"electron",
"hugo",
"docusaurus",
"pytest",
"nodejs",
"godot-docs",
"neovim",
"terragrunt",
"moby",
"elasticsearch",
"svelte-core",
"vue-core-docs",
"gitea"
]
},
"description": "Optional source filter (accepts the legacy 'vendors' name; each value is a documentation source id)"
},
"limit": {
"type": "number",
"description": "Max results (default 5)"
}
},
"required": [
"query"
]
}
Similar websites
neohack.dev
An inviting pixel-art doorway into NetHack. Explore at your own pace, one thoughtful turn at a time.
persona-chat.dev
Persona is an open-source, themeable AI chat widget you can add to any website in minutes. SSE streaming, agent loops, tool use, and style isolation: zero frame…
demos.telerik.com
Explore and test a wide range of Telerik UI for Blazor examples, demos, and sample applications.
bandarra.me
WebMCP-enabled text editor with imperative tools for document I/O, workspace CRUD, on-device translation, and sub-agent (planner / researcher / writer / reviewe…