Developer Tools
moov.io
Provides search and access to Moov's API documentation, operations, and integration skills for developers.
ENDPOINT 1
https://docs.moov.io/mcp
MCP server metadata
- Name
- moov-docs
- Version
- 1.0.0
Known tools 6
get_moov_docGet the full content of a specific Moov documentation page by its path (e.g.
Inferred read-onlylist_moov_sectionsList all top-level sections of the Moov documentation with descriptions and page counts.
Inferred read-onlyget_api_operationGet an API endpoint with request schema, response shape, and SDK code samples (cURL, TypeScript, PHP, Java, Python, Ruby, C#, Go) from the official OpenAPI spec.
Inferred read-onlyread_skillRead the Moov integration skill (instructions, patterns, gotchas) used by external MCP clients to build correctly.
Inferred read-onlyget_code_sampleFallback: read a multi-step end-to-end recipe from the docs code-samples folder (e.g.
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.moov-docs]
url = "https://docs.moov.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"moov-docs": {
"type": "http",
"url": "https://docs.moov.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: moov-docs
Remote MCP URL: https://docs.moov.io/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": {
"moov-docs": {
"url": "https://docs.moov.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"moov-docs": {
"type": "http",
"url": "https://docs.moov.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "moov-docs",
"transport": "streamable-http",
"url": "https://docs.moov.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.