← Registry

Developer Tools

valibot.dev

Provides access to Valibot documentation via search and reading tools.

1 endpoint3 known toolsFirst detected July 29, 2026Last detected July 29, 2026

ENDPOINT 1

https://valibot.dev/mcp

No auth detected

MCP server metadata

Name
valibot-docs
Version
1.0.0
Capabilities
tools
Server instructions

Valibot is the modular and type-safe TypeScript schema library for validating structural data. Its API is divided between schemas (data types like `string` and `object`), methods (operate on schemas like `parse` and `pipe`) and actions (validations and transformations like `email` and `minLength` that are used inside pipe). Import everything with `import * as v from 'valibot'` and infer the TypeScript type of a schema with `v.InferInput<typeof MySchema>` and `v.InferOutput<typeof MySchema>`. Do not confuse Valibot with Zod: Valibot uses functions and pipelines instead of chained methods. Use `search_docs` to find relevant pages, `get_doc` to read a page and `list_docs` for a complete overview. For migration from Zod, read the page at path "guides/migrate-from-zod". Blog posts are included as well, but prefer the guides and API reference for how to use the library, as older posts may describe previous versions of the API.

Known tools 3

search_docs

Searches the Valibot documentation (guides, API reference and blog posts) and returns the most relevant pages with links to their Markdown version.

Inferred read-only
get_doc

Reads a documentation page or blog post and returns its full content as Markdown.

Potential side effects
list_docs

Lists all documentation pages and blog posts grouped by area and category.

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "valibot-docs",
  "transport": "streamable-http",
  "url": "https://valibot.dev/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 valibot.dev was fetched 2026-08-04T03:16:26.755Z.

Trust status Trusted

valibot.dev is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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