← tiviti.engineering

INDIVIDUAL MCP TOOL

lookup_product

Look up a Uraia product from a scanned QR code or shared link.

tiviti.engineeringnone authenticationAvailability not checked

LIVE ENDPOINT

https://tiviti.engineering/mcp

No auth detected

Connect to this endpoint to inspect the live schema for lookup_product and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

tiviti.engineering

CONNECT 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.tiviti---uraia]
url = "https://tiviti.engineering/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tiviti---uraia": {
      "type": "http",
      "url": "https://tiviti.engineering/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tiviti---uraia
Remote MCP URL: https://tiviti.engineering/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": {
    "tiviti---uraia": {
      "url": "https://tiviti.engineering/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tiviti---uraia": {
      "type": "http",
      "url": "https://tiviti.engineering/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tiviti---uraia",
  "transport": "streamable-http",
  "url": "https://tiviti.engineering/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • order_status — Check whether an order has been paid, and retrieve the finished product.
  • preview_order — Generate a one-time preview link for a pending, unpaid order.
  • app_ping — Connectivity check for the Uraia in-conversation card.
  • edit_order — Edit a pending or completed-but-unclaimed Product Journey in place.
  • browse_catalog — Browse available Uraia scan pack tiers, pricing, and features.
  • search_places — Search for a real-world place by name and return matching candidates.
  • create_order — Build a Product Journey and return payment options for it.
  • recover_order — Find orders created with a given email, if the order_id was lost.