GateCheck by LarryBuildsAI
Preflight checks for paid x402 and MCP tools before marketplace listing.
GateCheck by LarryBuildsAI
GateCheck is a hosted remote MCP server and x402 readiness surface for paid agent-tool sellers.
Use it before public submission, promotion, or paid agent routing to verify that a paid x402 or MCP tool is discoverable, inspectable, and claim-bounded.
Hosted MCP Endpoint
- Remote MCP URL:
https://x402-resource-scanner.vercel.app/gatecheck/mcp - Transport:
streamable-http - Public introspection:
initializeandtools/list - Protected tool execution: bearer auth may be required for direct production calls
- Product homepage:
https://x402-resource-scanner.vercel.app/gatecheck - Scorecard:
https://github.com/LarryLemonBot/gatecheck/blob/main/scorecard.md - Product card:
https://x402-resource-scanner.vercel.app/gatecheck/product-card.md - Marketplace index:
https://x402-resource-scanner.vercel.app/gatecheck/marketplaces.json
MCP Client Config
{
"mcpServers": {
"gatecheck": {
"type": "streamable-http",
"url": "https://x402-resource-scanner.vercel.app/gatecheck/mcp"
}
}
}
If your client supports request headers and you have a GateCheck production token, add:
{
"Authorization": "Bearer YOUR_GATECHECK_TOKEN"
}
Do not put private keys, wallet secrets, cookies, customer data, or marketplace dashboard credentials into public metadata.
Tools
GateCheck currently exposes six MCP tools:
boundary_guard_checkscan_x402_resourceprobe_x402_paid_pathcheck_agent_tool_readinessgenerate_x402_launch_packgenerate_trust_receipt
Public tools/list is available so buyers, agents, and directories can inspect the tool inventory before protected calls.
What GateCheck Checks
- Product-scoped discovery: homepage,
llms.txt,agents.txt, product card, skill card, sitemap, and MCP server card. - MCP inventory: public initialize and tool-list introspection.
- x402 behavior: unpaid
402challenge metadata without submitting payment signatures or moving funds. - Listing readiness: buyer-facing copy, prices, evidence links, launch-pack artifacts, and claim boundaries.
Claim Boundary
GateCheck reports and receipts prove observed public metadata, unpaid 402 behavior, request summaries, hashes, and returned artifacts only.
They do not prove marketplace endorsement, settlement, security certification, custody, KYC/AML coverage, buyer adoption, or downstream execution.
Product Boundary
GateCheck is separate from Signal Desk and ResultRail.
This repository is the public distribution and marketplace-submission surface for GateCheck only.
Current Public Visibility
Verified public surfaces include:
- GateCheck remote MCP endpoint:
https://x402-resource-scanner.vercel.app/gatecheck/mcp - Official MCP Registry:
https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.LarryLemonBot/gatecheck - Smithery:
https://smithery.ai/servers/larrybuildsai/gatecheck - Glama:
https://glama.ai/mcp/connectors/io.github.LarryLemonBot/gatecheck - mcpservers.org:
https://mcpservers.org/servers/x402-resource-scanner-vercel-app-gatecheck-marketplaces - MCP.so:
https://mcp.so/server/gatecheck-by-larrybuildsai
Known external blocker: https://xpay.tools/agents.txt has not yet exposed gatecheck, so xpay central discovery is not claimed.
Marketplace Packet
- Cline submission draft:
marketplaces/cline-submission.md - MCP.Directory submission draft:
marketplaces/mcp-directory-submission.md - Server manifest:
server.json - Public scorecard:
scorecard.md - Logo SVG:
assets/gatecheck-logo.svg - Logo PNG:
assets/gatecheck-logo.png
Related Servers
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Shell Executor
Execute shell commands safely on a remote server.
Zeplin
Official Zeplin server for AI-assisted UI development.
llmprobe
Probe LLM API endpoints and report health metrics including time to first token, latency, and throughput. Check single models or run full config-based health checks.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
Windows API
An MCP server for interacting with the native Windows API, enabling control over system functions and resources.
Runframe
Runframe is the complete incident lifecycle platform for engineering teams, covering incident response, on-call, and status pages. This MCP server lets you manage those workflows from your IDE or AI agent.
MCP Expr Lang
MCP Expr-Lang provides a seamless integration between Claude AI and the powerful expr-lang expression evaluation engine.
Cloudflare Remote MCP Server
An example of deploying a customizable, remote MCP server on Cloudflare Workers without authentication.
FastAPI with MCP
A FastAPI application demonstrating MCP integration for mathematical operations and tool registration.
MCPShell
A secure bridge for LLMs to safely execute command-line tools via the Model Context Protocol (MCP).