dev.autonomyforge.pressuredesk/pressuredesk
Official9 toolsPressureDesk
Read-only BUY / WAIT / AVOID spend gate for paid APIs, MCP endpoints, and x402 routes.
Read-only spend gating for paid APIs and MCP endpoints with usage controls.
Captured live from the server via tools/list.
pressuredesk_meta
Return PressureDesk product metadata, routes, pricing, and latest snapshot id.
No parameters.
pressuredesk_agent_home
Return the public-safe one-call AutonomyForge product storefront and next action.
No parameters.
pressuredesk_founding_access
Return the read-only manual founding-access request packet, required fields, disallowed secrets, and buyer proof links.
No parameters.
pressuredesk_evaluate_tool
Return a read-only BUY / WAIT / AVOID spend-gate packet before an agent pays for a target API, MCP endpoint, or tool.
Parameters (3)
- targetstringrequired
Paid API, x402 endpoint, MCP server, or tool URL to evaluate before spend.
- taskstring
Buyer task or agent intent that explains why the target might be worth paying for.
- priceUsdnumber
Quoted target price in USD for this one prospective call.
pressuredesk_preview_latest
Return a redacted preview of the latest PressureDesk snapshot.
No parameters.
pressuredesk_freshness
Return latest snapshot freshness state.
No parameters.
pressuredesk_source_health
Return source provenance, source mode, freshness, trust reasons, and adapter errors.
No parameters.
pressuredesk_live_payment_status
Read the x402 and premium-entitlement readiness status without exposing secrets.
No parameters.
pressuredesk_get_dossier
Return the latest full dossier for one PressureDesk entity id.
Parameters (1)
- entityIdstringrequired
PressureDesk entity id to retrieve, such as a scored market or tool-buyer target id.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"pressuredesk": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://pressuredesk.autonomyforge.dev/mcp/http"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.