Skip to main content
Glama

Server Details

Read-only buyer-side MCP spend gate for paid APIs, MCP endpoints, and x402 routes. Returns BUY / WAIT / AVOID with maxSpendUsd, receipt expectations, trust/freshness health, safety boundaries, and next action before an agent spends.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 9 tool updates
    • Changedpressuredesk_agent_home1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "$schema": "http://json-schema.org/draft-07/schema#",
        +  "additionalProperties": true,
        +  "description": "PressureDesk JSON response. The exact fields depend on the selected read-only route, but the result is always returned as structuredContent plus a text JSON copy.",
        +  "properties": {
        +    "decision": {
        +      "additionalProperties": true,
        +      "description": "BUY / WAIT / AVOID decision packet when the tool evaluates a paid target.",
        +      "properties": {},
        +      "type": "object"
        +    },
        +    "kind": {
        +      "description": "Machine-readable response kind, for example source-health, agent-home, or tool-buyer-dossier.",
        +      "type": "string"
        +    },
        +    "product": {
        +      "description": "Product name when the response is a public product or route packet.",
        +      "type": "string"
        +    },
        +    "status": {
        +      "description": "Readiness, payment, or request status when present.",
        +      "type": "string"
        +    },
        +    "trustPacket": {
        +      "additionalProperties": true,
        +      "description": "Receipt, freshness, source, and safety-boundary information for agent spend decisions.",
        +      "properties": {},
        +      "type": "object"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedpressuredesk_evaluate_tool4 fields changed
      • addedInput schema / properties / priceUsd / description
        Added value: +"Quoted target price in USD for this one prospective call."
      • addedInput schema / properties / target / description
        Added value: +"Paid API, x402 endpoint, MCP server, or tool URL to evaluate before spend."
      • addedInput schema / properties / task / description
        Added value: +"Buyer task or agent intent that explains why the target might be worth paying for."
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "$schema": "http://json-schema.org/draft-07/schema#",
        +  "additionalProperties": true,
        +  "description": "PressureDesk JSON response. The exact fields depend on the selected read-only route, but the result is always returned as structuredContent plus a text JSON copy.",
        +  "properties": {
        +    "decision": {
        +      "additionalProperties": true,
        +      "description": "BUY / WAIT / AVOID decision packet when the tool evaluates a paid target.",
        +      "properties": {},
        +      "type": "object"
        +    },
        +    "kind": {
        +      "description": "Machine-readable response kind, for example source-health, agent-home, or tool-buyer-dossier.",
        +      "type": "string"
        +    },
        +    "product": {
        +      "description": "Product name when the response is a public product or route packet.",
        +      "type": "string"
        +    },
        +    "status": {
        +      "description": "Readiness, payment, or request status when present.",
        +      "type": "string"
        +    },
        +    "trustPacket": {
        +      "additionalProperties": true,
        +      "description": "Receipt, freshness, source, and safety-boundary information for agent spend decisions.",
        +      "properties": {},
        +      "type": "object"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedpressuredesk_founding_access1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "$schema": "http://json-schema.org/draft-07/schema#",
        +  "additionalProperties": true,
        +  "description": "PressureDesk JSON response. The exact fields depend on the selected read-only route, but the result is always returned as structuredContent plus a text JSON copy.",
        +  "properties": {
        +    "decision": {
        +      "additionalProperties": true,
        +      "description": "BUY / WAIT / AVOID decision packet when the tool evaluates a paid target.",
        +      "properties": {},
        +      "type": "object"
        +    },
        +    "kind": {
        +      "description": "Machine-readable response kind, for example source-health, agent-home, or tool-buyer-dossier.",
        +      "type": "string"
        +    },
        +    "product": {
        +      "description": "Product name when the response is a public product or route packet.",
        +      "type": "string"
        +    },
        +    "status": {
        +      "description": "Readiness, payment, or request status when present.",
        +      "type": "string"
        +    },
        +    "trustPacket": {
        +      "additionalProperties": true,
        +      "description": "Receipt, freshness, source, and safety-boundary information for agent spend decisions.",
        +      "properties": {},
        +      "type": "object"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedpressuredesk_freshness1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "$schema": "http://json-schema.org/draft-07/schema#",
        +  "additionalProperties": true,
        +  "description": "PressureDesk JSON response. The exact fields depend on the selected read-only route, but the result is always returned as structuredContent plus a text JSON copy.",
        +  "properties": {
        +    "decision": {
        +      "additionalProperties": true,
        +      "description": "BUY / WAIT / AVOID decision packet when the tool evaluates a paid target.",
        +      "properties": {},
        +      "type": "object"
        +    },
        +    "kind": {
        +      "description": "Machine-readable response kind, for example source-health, agent-home, or tool-buyer-dossier.",
        +      "type": "string"
        +    },
        +    "product": {
        +      "description": "Product name when the response is a public product or route packet.",
        +      "type": "string"
        +    },
        +    "status": {
        +      "description": "Readiness, payment, or request status when present.",
        +      "type": "string"
        +    },
        +    "trustPacket": {
        +      "additionalProperties": true,
        +      "description": "Receipt, freshness, source, and safety-boundary information for agent spend decisions.",
        +      "properties": {},
        +      "type": "object"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedpressuredesk_get_dossier2 fields changed
      • addedInput schema / properties / entityId / description
        Added value: +"PressureDesk entity id to retrieve, such as a scored market or tool-buyer target id."
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "$schema": "http://json-schema.org/draft-07/schema#",
        +  "additionalProperties": true,
        +  "description": "PressureDesk JSON response. The exact fields depend on the selected read-only route, but the result is always returned as structuredContent plus a text JSON copy.",
        +  "properties": {
        +    "decision": {
        +      "additionalProperties": true,
        +      "description": "BUY / WAIT / AVOID decision packet when the tool evaluates a paid target.",
        +      "properties": {},
        +      "type": "object"
        +    },
        +    "kind": {
        +      "description": "Machine-readable response kind, for example source-health, agent-home, or tool-buyer-dossier.",
        +      "type": "string"
        +    },
        +    "product": {
        +      "description": "Product name when the response is a public product or route packet.",
        +      "type": "string"
        +    },
        +    "status": {
        +      "description": "Readiness, payment, or request status when present.",
        +      "type": "string"
        +    },
        +    "trustPacket": {
        +      "additionalProperties": true,
        +      "description": "Receipt, freshness, source, and safety-boundary information for agent spend decisions.",
        +      "properties": {},
        +      "type": "object"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedpressuredesk_live_payment_status1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "$schema": "http://json-schema.org/draft-07/schema#",
        +  "additionalProperties": true,
        +  "description": "PressureDesk JSON response. The exact fields depend on the selected read-only route, but the result is always returned as structuredContent plus a text JSON copy.",
        +  "properties": {
        +    "decision": {
        +      "additionalProperties": true,
        +      "description": "BUY / WAIT / AVOID decision packet when the tool evaluates a paid target.",
        +      "properties": {},
        +      "type": "object"
        +    },
        +    "kind": {
        +      "description": "Machine-readable response kind, for example source-health, agent-home, or tool-buyer-dossier.",
        +      "type": "string"
        +    },
        +    "product": {
        +      "description": "Product name when the response is a public product or route packet.",
        +      "type": "string"
        +    },
        +    "status": {
        +      "description": "Readiness, payment, or request status when present.",
        +      "type": "string"
        +    },
        +    "trustPacket": {
        +      "additionalProperties": true,
        +      "description": "Receipt, freshness, source, and safety-boundary information for agent spend decisions.",
        +      "properties": {},
        +      "type": "object"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedpressuredesk_meta1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "$schema": "http://json-schema.org/draft-07/schema#",
        +  "additionalProperties": true,
        +  "description": "PressureDesk JSON response. The exact fields depend on the selected read-only route, but the result is always returned as structuredContent plus a text JSON copy.",
        +  "properties": {
        +    "decision": {
        +      "additionalProperties": true,
        +      "description": "BUY / WAIT / AVOID decision packet when the tool evaluates a paid target.",
        +      "properties": {},
        +      "type": "object"
        +    },
        +    "kind": {
        +      "description": "Machine-readable response kind, for example source-health, agent-home, or tool-buyer-dossier.",
        +      "type": "string"
        +    },
        +    "product": {
        +      "description": "Product name when the response is a public product or route packet.",
        +      "type": "string"
        +    },
        +    "status": {
        +      "description": "Readiness, payment, or request status when present.",
        +      "type": "string"
        +    },
        +    "trustPacket": {
        +      "additionalProperties": true,
        +      "description": "Receipt, freshness, source, and safety-boundary information for agent spend decisions.",
        +      "properties": {},
        +      "type": "object"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedpressuredesk_preview_latest1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "$schema": "http://json-schema.org/draft-07/schema#",
        +  "additionalProperties": true,
        +  "description": "PressureDesk JSON response. The exact fields depend on the selected read-only route, but the result is always returned as structuredContent plus a text JSON copy.",
        +  "properties": {
        +    "decision": {
        +      "additionalProperties": true,
        +      "description": "BUY / WAIT / AVOID decision packet when the tool evaluates a paid target.",
        +      "properties": {},
        +      "type": "object"
        +    },
        +    "kind": {
        +      "description": "Machine-readable response kind, for example source-health, agent-home, or tool-buyer-dossier.",
        +      "type": "string"
        +    },
        +    "product": {
        +      "description": "Product name when the response is a public product or route packet.",
        +      "type": "string"
        +    },
        +    "status": {
        +      "description": "Readiness, payment, or request status when present.",
        +      "type": "string"
        +    },
        +    "trustPacket": {
        +      "additionalProperties": true,
        +      "description": "Receipt, freshness, source, and safety-boundary information for agent spend decisions.",
        +      "properties": {},
        +      "type": "object"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedpressuredesk_source_health1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "$schema": "http://json-schema.org/draft-07/schema#",
        +  "additionalProperties": true,
        +  "description": "PressureDesk JSON response. The exact fields depend on the selected read-only route, but the result is always returned as structuredContent plus a text JSON copy.",
        +  "properties": {
        +    "decision": {
        +      "additionalProperties": true,
        +      "description": "BUY / WAIT / AVOID decision packet when the tool evaluates a paid target.",
        +      "properties": {},
        +      "type": "object"
        +    },
        +    "kind": {
        +      "description": "Machine-readable response kind, for example source-health, agent-home, or tool-buyer-dossier.",
        +      "type": "string"
        +    },
        +    "product": {
        +      "description": "Product name when the response is a public product or route packet.",
        +      "type": "string"
        +    },
        +    "status": {
        +      "description": "Readiness, payment, or request status when present.",
        +      "type": "string"
        +    },
        +    "trustPacket": {
        +      "additionalProperties": true,
        +      "description": "Receipt, freshness, source, and safety-boundary information for agent spend decisions.",
        +      "properties": {},
        +      "type": "object"
        +    }
        +  },
        +  "type": "object"
        +}
  2. 9 tool updates
    • First observedpressuredesk_agent_home
    • First observedpressuredesk_evaluate_tool
    • First observedpressuredesk_founding_access
    • First observedpressuredesk_freshness
    • First observedpressuredesk_get_dossier
    • First observedpressuredesk_live_payment_status
    • First observedpressuredesk_meta
    • First observedpressuredesk_preview_latest
    • First observedpressuredesk_source_health

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables detection and analysis of pre-public product launches through web search, content extraction, AI-powered scoring, and automated alerting. Provides comprehensive tools for surfacing stealth startup signals before they trend publicly.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Browse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI chat clients to perform market research and competitive intelligence by gathering company overviews, competitor lists, product portfolios, pricing snapshots, and recent news via live Tavily search.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose, such as evaluation, access request, freshness, dossier retrieval, payment status, metadata, preview, and health. No overlap is apparent.

Naming Consistency5/5

All tool names follow the consistent pattern 'pressuredesk_' with descriptive snake_case terms, e.g., pressuredesk_evaluate_tool, pressuredesk_founding_access.

Tool Count5/5

With 9 tools, the server is well-scoped for its purpose of evaluating API endpoints and managing access, avoiding both excess and deficiency.

Completeness4/5

The tools cover the core workflows: evaluation, access, freshness, dossier, payment status, metadata, preview, and health. Minor gaps like initiating a payment are absent but the set is largely complete for a read-only service.

Resources