INDIVIDUAL MCP TOOL
import_preference_appraisal
Import a buyer's shopping-preference appraisal (derived by a Mind from the owner's email) onto their VIA buying agent.
LIVE ENDPOINT
https://app.getvia.xyz/mcp
Connect to this endpoint to inspect the live schema for import_preference_appraisal and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
Parent server
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.via-app-discovery]
url = "https://app.getvia.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"via-app-discovery": {
"type": "http",
"url": "https://app.getvia.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: via-app-discovery
Remote MCP URL: https://app.getvia.xyz/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": {
"via-app-discovery": {
"url": "https://app.getvia.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"via-app-discovery": {
"type": "http",
"url": "https://app.getvia.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "via-app-discovery",
"transport": "streamable-http",
"url": "https://app.getvia.xyz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_sellers— List active sellers across the VIA network (VIA app + RRG + integrated platforms).find_seller— Search the VIA network (VIA app + RRG + integrated platforms) for PRODUCTS and the sellers that offer them.claim_pass— Claim a FREE entry pass to an event on the VIA network, directly from discovery.get_product— Fetch full detail for ONE listing before buying, from anywhere on the network, without leaving this connector.get_shipping_quote— Resolve a seller's shipping cost to a destination country before buying, without leaving this connector.buy_product— Buy a listing from anywhere on the network, settled in USDC on Base, without leaving this connector.confirm_purchase— Settle a network-MEMBER (e.ask_sales_agent— Ask a seller's Sales Agent a question, from anywhere on the network, without leaving this connector.