eCommerce
fastqrmenu.app
Supports restaurant QR menu ordering by providing pricing plans, order link generation, and support contacts.
ENDPOINT 1
https://fastqrmenu.app/mcp
MCP server metadata
- Name
- fastqrmenu-tools
- Version
- 1.0.0
Use the available tools to inspect FastQRMenu pricing, build public ordering URLs, and find support details.
Known tools 3
get_pricing_plansReturn the current FastQRMenu pricing plans, limits, and billing discounts.
Inferred read-onlybuild_public_order_linkBuild a public menu or QR ordering URL for a restaurant slug and optional table token.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fastqrmenu-tools]
url = "https://fastqrmenu.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fastqrmenu-tools": {
"type": "http",
"url": "https://fastqrmenu.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fastqrmenu-tools
Remote MCP URL: https://fastqrmenu.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fastqrmenu-tools": {
"url": "https://fastqrmenu.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fastqrmenu-tools": {
"type": "http",
"url": "https://fastqrmenu.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fastqrmenu-tools",
"transport": "streamable-http",
"url": "https://fastqrmenu.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for fastqrmenu.app was fetched 2026-08-05T08:47:10.064Z and is being refreshed.
fastqrmenu.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.