AI Integration

QRTRAC WebMCP

A static Model Context Protocol manifest that lets AI agents discover and understand QRTRAC capabilities — no live server required.

Manifest URL

Served at the standard WebMCP well-known path:

https://qrtrac.com/.well-known/webmcp.json View JSON

What is WebMCP?

WebMCP is a convention for publishing a static JSON manifest at /.well-known/webmcp.json that describes MCP-compatible tools an AI agent can call.

Because QRTRAC is a static site, all tools return pre-computed responses. This gives AI assistants structured, accurate knowledge about QR types, pricing, generators, and industry solutions — without any server round-trip.

Available Tools

Tool name Description Inputs
get_overview Platform overview, core products, and key features none
list_qr_types All supported QR code content types with descriptions and URLs none
list_generators All free and premium QR generator tools with direct URLs none
get_pricing Pricing tiers, plan limits, and special discounts none
get_signup_link Free trial URL, login, and demo booking links none
list_industries Industry-specific QR solutions with landing page URLs industry? (string, optional)

Example Tool Definition

Each tool in the manifest follows the MCP JSON Schema format with an embedded static_result:

{
  "name": "get_pricing",
  "description": "Returns current QRTRAC pricing tiers...",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "required": []
  },
  "static_result": {
    "content": [
      {
        "type": "text",
        "text": "QRTRAC Pricing:\n\n| Plan | Monthly | ..."
      }
    ]
  }
}

Other AI & LLM Endpoints

Ready to build with QRTRAC?

Start your free 7-day trial — no credit card required.