← moov.io

INDIVIDUAL MCP TOOL

read_skill

Read the Moov integration skill (instructions, patterns, gotchas) used by external MCP clients to build correctly.

moov.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://docs.moov.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for read_skill and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

moov.io

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.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.

Related tools

  • search_moov_docs — Search Moov documentation by keyword.
  • get_moov_doc — Get the full content of a specific Moov documentation page by its path (e.g.
  • list_moov_sections — List all top-level sections of the Moov documentation with descriptions and page counts.
  • get_api_operation — Get 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.
  • get_code_sample — Fallback: read a multi-step end-to-end recipe from the docs code-samples folder (e.g.