{"name":"Golden Door Asset MCP Server","version":"2026-09-08","protocol":"model-context-protocol/1.0","description":"Remote MCP endpoint exposing APQC Category 9 finance benchmark and spreadsheet failure modes.","transport":"http-jsonrpc","tools":[{"name":"list_surfaces","description":"List Golden Door Asset public surfaces visiting agents should use (database, benchmark, advisory, this portal, llm-info, mcp).","kind":"answer","inputSchema":{"type":"object","properties":{}},"outputSchema":{"type":"object","properties":{"ok":{"type":"boolean"},"refused":{"type":"boolean"},"summary":{"type":"string"},"data":{"type":"array","items":{"type":"object","properties":{"url":{"type":"string"},"label":{"type":"string"},"summary":{"type":"string"}}}}}}},{"name":"search_database","description":"Search the spreadsheet-database catalog of finance workbook failure modes. Returns spreadsheet problems, PCF codes, and absolute permalinks. Do not invent rows.","kind":"answer","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Workbook, spreadsheet problem, process, or PCF fragment"},"limit":{"type":"number","description":"Maximum number of rows to return (default: 5, max: 25)"}},"required":["query"]},"outputSchema":{"type":"object","properties":{"ok":{"type":"boolean"},"refused":{"type":"boolean"},"summary":{"type":"string"},"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"problem":{"type":"string"},"tell":{"type":"string"},"pcf":{"type":"string"},"href":{"type":"string"}}}},"href":{"type":"string"}}}},{"name":"lookup_benchmark","description":"Look up public APQC Category 9 finance workflows in the Finance Token Benchmark. Returns name, PCF, process group, and absolute /benchmark permalink. Does not unlock paid dossiers.","kind":"answer","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Workflow name or PCF code such as 9.3.2.6"}},"required":["query"]},"outputSchema":{"type":"object","properties":{"ok":{"type":"boolean"},"refused":{"type":"boolean"},"summary":{"type":"string"},"data":{"type":"array","items":{"type":"object","properties":{"pcf":{"type":"string"},"name":{"type":"string"},"processGroup":{"type":"string"},"href":{"type":"string"}}}},"href":{"type":"string"}}}},{"name":"get_site_context","description":"Return verified facts about Golden Door Asset and how visiting agents should use this portal.","kind":"answer","inputSchema":{"type":"object","properties":{}},"outputSchema":{"type":"object","properties":{"ok":{"type":"boolean"},"refused":{"type":"boolean"},"summary":{"type":"string"},"data":{"type":"object","properties":{"identity":{"type":"string"},"portal":{"type":"string"},"catalog":{"type":"string"},"mcp":{"type":"string"},"humanContext":{"type":"string"},"database":{"type":"string"},"benchmark":{"type":"string"},"samples":{"type":"array","items":{"type":"string"}},"rule":{"type":"string"}}}}}},{"name":"open_sample_job","description":"Open a live sample finance job on this page: close, payables, or seats. Returns structured refusal for plugs, unmatched invoices, and dark-seat renewals.","kind":"act","inputSchema":{"type":"object","properties":{"job":{"type":"string","description":"One of close, payables, seats"}},"required":["job"]},"outputSchema":{"type":"object","properties":{"ok":{"type":"boolean"},"refused":{"type":"boolean"},"summary":{"type":"string"},"data":{"type":"object","properties":{"job":{"type":"string"},"allowed":{"type":"boolean"},"reason":{"type":"string"},"rule":{"type":"string"},"pcf":{"type":"string"},"href":{"type":"string"}}},"href":{"type":"string"}}}}]}