← shipshapedata.com

INDIVIDUAL MCP TOOL

get_page

Fetch the full markdown twin of any shipshapedata.

shipshapedata.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://shipshapedata.com/mcp/docs

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent server

shipshapedata.com

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.shipshape-data-docs]
url = "https://shipshapedata.com/mcp/docs"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "shipshape-data-docs": {
      "type": "http",
      "url": "https://shipshapedata.com/mcp/docs"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: shipshape-data-docs
Remote MCP URL: https://shipshapedata.com/mcp/docs

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": {
    "shipshape-data-docs": {
      "url": "https://shipshapedata.com/mcp/docs"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "shipshape-data-docs": {
      "type": "http",
      "url": "https://shipshapedata.com/mcp/docs"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "shipshape-data-docs",
  "transport": "streamable-http",
  "url": "https://shipshapedata.com/mcp/docs"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_docs — Search Shipshape Data's documentation: 169 practical guides on data and AI plus the service and industry pages.
  • list_sections — The site's sections and resource categories with article counts, for orientation before searching.