# PressureDesk MCP PressureDesk ships local stdio and hosted Streamable HTTP MCP surfaces for read-only agent use. Machine-readable manifest: ```text /mcp.json /.well-known/mcp.json /examples/mcp-client-config.json ``` Run from the project root: ```powershell npm run pressuredesk:mcp ``` Smoke the local MCP tool handlers: ```powershell npm run pressuredesk:mcp:smoke ``` Remote Streamable HTTP endpoint: ```text POST /mcp/http ``` Tools: - pressuredesk_meta - pressuredesk_agent_home - pressuredesk_founding_access - pressuredesk_evaluate_tool - pressuredesk_preview_latest - pressuredesk_get_dossier - pressuredesk_freshness - pressuredesk_source_health - pressuredesk_live_payment_status Remote MCP: - hosted Streamable HTTP MCP exposes the same read-only tools as stdio; - remote agents can use the HTTPS API at `https://91.98.40.19.nip.io`; - paid/private depth still stays behind explicit product routes and receipts. Safety: - read-only; - no wallet signing; - no trading; - no token launches; - no external API mutations.