Home
Operational documentation for the Phenom engineering team: runbooks, tutorials, reference pages, and explanation articles. All content is validated and stamped with C2PA-signed audit credentials.
14 Asset Runbooks
Operational runbooks for every live Phenom service, each carrying a C2PA-signed audit stamp (VERIFIED or PARTIAL). Validated by Phenom AI Agent against live service state.
WebMCP Enabled
This site is fully accessible to agentic engineering sessions via a Cloudflare Worker MCP server at https://int-docs-mcp.thephenom.app/mcp. Gated by CF Access service-token policy. Use mcp2cli to query docs, runbooks, and audit state without a browser.
Internal Contributions
All changes via Pull Request on the Phenom-earth/phenom-earth-docs repo. Cloudflare Pages deploys main on push.
WebMCP — Agent Access
This documentation site exposes its full corpus to agentic engineering sessions via the MCP (Model Context Protocol) standard.
Endpoint: https://int-docs-mcp.thephenom.app/mcp
Auth: Cloudflare Access service-token (CF-Access-Client-Id / CF-Access-Client-Secret headers)
Transport: Streamable HTTP JSON-RPC (MCP 2025-03-26)
Quick start
export CF_ID=$(pass show phenom/cf-access-int-docs-mcp-client-id)
export CF_SEC=$(pass show phenom/cf-access-int-docs-mcp-client-secret)
# List all runbooks with audit state
mcp2cli --mcp https://int-docs-mcp.thephenom.app/mcp \
--header "CF-Access-Client-Id: $CF_ID" \
--header "CF-Access-Client-Secret: $CF_SEC" \
--toon list-runbooks
Available tools: search · list_runbooks · get_runbook · list_audit_stamps · list_docs · get_doc
All runbook responses include the audit stamp (state, date, validated-by) and the full C2PA credential block (signer identity, issuer CA, TSA timestamp, manifest size).
See Agent MCP access for the full tutorial.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.