---
title: "Waymark MCP · Discover and retrieve readiness reports"
canonical: "https://waymark.genedai.me/mcp"
last-updated: "2026-09-08"
---

# Add Waymark as MCP

    Streamable HTTP / JSON-RPC at . Server card at [/mcp/server-card](https://waymark.genedai.me/mcp/server-card). Discovery: /.well-known/mcp.json and /.well-known/ai-catalog.json.

## Client config

    Paste this into Cursor (or any client that takes a URL transport). No key.

    Read-only retrieve tools (no auth, none start a scan): waymark_get_report, waymark_get_methodology, waymark_get_developer_docs.

    scan_domain starts or reuses a scan and is not read-only. Other available tools: get_score, get_leaderboard, discover_products, get_journey, list_checks, get_essentials.

    Remote Claude Code and Codex via server worker.

## Tools we expose

      Tool | Args | Does | 

        scan_domain | url | Run a scan and store it. Same result as POST /api/scan. | 

        get_score | domain | Last stored scan. Errors if none. | 

        get_leaderboard | — | { items } clean board. | 

        discover_products | intent | Filter the board; also returns journey presets. | 

        get_journey | domain | Last stored journey, if any. | 

        list_checks | — | Catalog (aliases: get_catalog, get_checks). | 

        get_essentials | domain | baselineScore plus essentials reading for a stored scan. | 

    JSON-RPC methods: initialize, ping, tools/list, tools/call, resources/list (empty), prompts/list (empty). notifications/initialized returns 202.

    Thin wrapper on the public REST API. Transport URL is always /api/mcp on this origin.
