GateCheck by LarryBuildsAI
Server Details
Preflight checks for paid x402 and MCP tools before marketplace listing.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Score is being calculated. Check back soon.
Available Tools
6 toolsboundary_guard_checkBoundary Guard CheckRead-onlyIdempotentInspect
Create a deterministic, read-only pre-action receipt from request, policy, and optional result evidence. Use before an agent posts, spends, lists, or writes so the decision can be audited; no external action is executed.
| Name | Required | Description | Default |
|---|---|---|---|
| policy | No | Decision object, e.g. allow/retry/review/block and reason. | |
| result | No | Optional result or dry-run summary to hash into evidence. | |
| request | Yes | Action metadata the agent is about to perform. | |
| nextStep | No | Optional guidance stored in the receipt. |
Output Schema
| Name | Required | Description |
|---|---|---|
| decision | Yes | |
| nextStep | No | |
| createdAt | Yes | |
| receiptId | Yes | |
| evidenceHash | Yes | |
| claimBoundary | Yes | |
| marketplacePositioning | No |
check_agent_tool_readinessGateCheck ReadinessRead-onlyIdempotentInspect
GateCheck readiness: check whether an x402/agent-facing tool is ready for agent routing, marketplace listing, and paid-path monitoring, including public agent discovery surfaces (/llms.txt, /agents.txt, /.well-known/mcp.json, /mcp). Pass target plus optional tier, marketplace_url, expected_resources, and paid_path; deep/report tiers add unpaid 402 probing when paid_path is supplied. Tiers: quick $1, deep $5, report $10.
| Name | Required | Description | Default |
|---|---|---|---|
| tier | No | Readiness depth. quick=$1, deep=$5, report=$10. Defaults to quick. | |
| method | No | Safe unpaid probe method when paid_path is supplied. Defaults to GET. | |
| target | Yes | Target API/provider base URL to scan. | |
| expected | No | Optional expected x402 network/asset/price metadata for paid_path probes. | |
| paid_path | No | Optional specific paid endpoint to probe without payment for deep/report tiers. | |
| marketplace_url | No | Optional marketplace/listing URL to compare against public metadata. | |
| expected_resources | No | Optional expected resource count. |
Output Schema
| Name | Required | Description |
|---|---|---|
| scan | No | |
| tier | Yes | |
| ready | Yes | |
| score | Yes | |
| checks | Yes | |
| issues | Yes | |
| report | No | |
| target | Yes | |
| product | Yes | |
| priceUsd | Yes | |
| healthProbe | No | |
| recommendedFixes | Yes |
generate_trust_receiptGenerate Trust ReceiptRead-onlyIdempotentInspect
Generate a deterministic trust receipt from sanitized request/policy/result/payment summaries. Do not submit raw auth headers, cookies, API keys, private keys, payment signatures, payment response headers, customer prompts, customer documents, or payer-identifying evidence.
| Name | Required | Description | Default |
|---|---|---|---|
| policy | No | Sanitized policy or decision summary to hash. | |
| result | No | Sanitized outcome/result summary to hash; omit customer data and secret-like values. | |
| payment | No | Optional sanitized payment summary or caller-provided hashes only; do not include raw payment signatures, raw payment response headers, private keys, API keys, cookies, payer-identifying evidence, or wallet secrets. | |
| request | Yes | Sanitized request/action summary to hash; omit raw prompts, documents, credentials, cookies, auth headers, signatures, and secrets. | |
| nextStep | No | Optional receipt next-step guidance. |
Output Schema
| Name | Required | Description |
|---|---|---|
| decision | Yes | |
| nextStep | No | |
| createdAt | Yes | |
| receiptId | Yes | |
| evidenceHash | Yes | |
| claimBoundary | Yes | |
| marketplacePositioning | No |
generate_x402_launch_packx402 Launch Pack GeneratorRead-onlyIdempotentInspect
Generate marketplace-safe launch assets for an x402/MCP seller: listing copy, buyer FAQ, checklist, approval packet, and claim boundaries. Pass target plus optional product_name, audience, primary_use_case, marketplace_url, and paid_path; service/premium tiers include readiness evidence. Tiers: single $9, service $29, premium $49.
| Name | Required | Description | Default |
|---|---|---|---|
| tier | No | Launch pack depth. single=$9, service=$29, premium=$49. Defaults to single. | |
| method | No | Safe unpaid probe method when paid_path is supplied. Defaults to GET. | |
| target | Yes | Target API/provider base URL to package for launch. | |
| audience | No | Primary buyer/audience for listing copy. | |
| expected | No | Optional expected x402 network/asset/price metadata for paid_path probes. | |
| paid_path | No | Optional paid endpoint to validate via unpaid 402 challenge for service/premium packs. | |
| product_name | No | Buyer-facing product title. | |
| marketplace_url | No | Optional marketplace/listing URL to compare against public metadata. | |
| primary_use_case | No | Primary buyer outcome/use case. | |
| expected_resources | No | Optional expected resource count. | |
| desired_marketplaces | No | Optional marketplace names to include in launch planning. |
Output Schema
| Name | Required | Description |
|---|---|---|
| tier | Yes | |
| report | No | |
| target | Yes | |
| product | Yes | |
| priceUsd | Yes | |
| readiness | No | |
| launchPack | Yes | |
| productName | Yes | |
| claimBoundary | No | |
| readinessScore | Yes | |
| readyForDistribution | No | |
| approvalRequiredBeforeDistribution | Yes |
probe_x402_paid_pathx402 Paid-Path Health ProbeRead-onlyIdempotentInspect
Probe a public x402 paid endpoint without signing or paying, then parse the HTTP 402 challenge. Pass target plus optional expected network/asset/price to verify payment metadata and receive a deterministic health receipt.
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Probe mode for v1. Defaults to unpaid_402. | |
| method | No | Safe unpaid probe method. Defaults to GET. | |
| target | Yes | Specific paid endpoint URL to probe without payment. | |
| expected | No | Optional expected x402 metadata such as network, asset, and priceUsd. |
Output Schema
| Name | Required | Description |
|---|---|---|
| checks | Yes | |
| issues | Yes | |
| target | Yes | |
| healthy | Yes | |
| receipt | Yes | |
| observed | Yes | |
| recommendedFixes | Yes |
scan_x402_resourcex402 Resource ScanRead-onlyIdempotentInspect
Read-only scan of a public API/provider URL for x402, OpenAPI, pricing, and agent-discovery metadata. Pass url, and optionally marketplace_url plus expected_resources, to get a readiness score, issues, and fixes; no private endpoints are called.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target API/provider base URL to scan. | |
| marketplace_url | No | Optional marketplace/listing URL to compare against public metadata. | |
| expected_resources | No | Optional expected resource count. |
Output Schema
| Name | Required | Description |
|---|---|---|
| score | Yes | |
| issues | Yes | |
| prices | No | |
| target | Yes | |
| nextSteps | Yes | |
| marketplacePositioning | No |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!