Add Waymark as MCP

Streamable HTTP / JSON-RPC at . Server card at /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

ToolArgsDoes
scan_domainurlRun a scan and store it. Same result as POST /api/scan.
get_scoredomainLast stored scan. Errors if none.
get_leaderboard{ items } clean board.
discover_productsintentFilter the board; also returns journey presets.
get_journeydomainLast stored journey, if any.
list_checksCatalog (aliases: get_catalog, get_checks).
get_essentialsdomainbaselineScore 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.