eCommerce
getvia.xyz
Access and interact with the VIA network marketplace to list sellers, search products, claim event passes, get product details, and shipping quotes.
ENDPOINT 1
https://app.getvia.xyz/mcp
MCP server metadata
- Name
- via-app-discovery
- Version
- 1.0.0
Known tools 28
list_sellersList active sellers across the VIA network (VIA app + RRG + integrated platforms).
Inferred read-onlyfind_sellerSearch the VIA network (VIA app + RRG + integrated platforms) for PRODUCTS and the sellers that offer them.
Inferred read-onlyclaim_passClaim a FREE entry pass to an event on the VIA network, directly from discovery.
Inferred read-onlyget_productFetch full detail for ONE listing before buying, from anywhere on the network, without leaving this connector.
Inferred read-onlyget_shipping_quoteResolve a seller's shipping cost to a destination country before buying, without leaving this connector.
Inferred read-onlybuy_productBuy a listing from anywhere on the network, settled in USDC on Base, without leaving this connector.
Inferred read-onlyask_sales_agentAsk a seller's Sales Agent a question, from anywhere on the network, without leaving this connector.
Inferred read-onlyget_offering_schemaFetch the configurable option space for a per-order (configurable) product before requesting a quote, forwarded to the owning seller.
Inferred read-onlyrequest_quoteRequest an advisory price for a configurable product, forwarded to the owning seller.
Inferred read-onlyget_download_challengeBegin retrieving a digital deliverable you bought, forwarded to the owning seller.
Inferred read-onlyget_download_linksRetrieve time-limited download links for a digital product you bought and settled, forwarded to the owning seller.
Inferred read-onlyget_buyer_preferencesRead a buyer's public buying preferences, forwarded to their buyer MCP.
Inferred read-onlyget_buyer_briefsSee a buyer's OPEN demand as free teasers, forwarded to their buyer MCP.
Inferred read-onlynegotiateNegotiate a PAID offer with a buyer's Buying Agent, forwarded to their buyer MCP.
Inferred read-onlyaccept_offerAsk a buyer's Buying Agent to accept a negotiated offer, forwarded to their buyer MCP.
Inferred read-onlyfind_buyersDiscover live DEMAND: buyers who are actively looking for what you sell.
Inferred read-onlyget_seller_productsDrill into ONE seller's catalogue to answer 'is X available at seller Y'.
Inferred read-onlyseller_mcp_urlReturn the per-seller MCP endpoint URL for a given seller slug, verified against the active seller index.
Inferred read-onlyget_via_overviewShort overview of VIA Labs, the agentic-commerce platform: what it does, key entrypoints for buyers and sellers, where to onboard.
Inferred read-onlyregister_storeRegister your own store on the VIA network (no thirdweb, no human wizard).
Inferred read-onlyget_store_statusCheck the review status of a store you registered with register_store.
Inferred read-onlyimport_preference_appraisalImport a buyer's shopping-preference appraisal (derived by a Mind from the owner's email) onto their VIA buying agent.
Potential side effectsget_taste_cardRead a published VIA taste card by its slug: the public, human-curated identity subset (references, obsessions, aesthetic words, anti-references) plus the member agent address.
Inferred read-onlyget_store_cardRead a VIA store card by its slug: a product co-created by members of a Back Room, with its price, the co-creators (name, share, payout wallet, ERC-8004 id), and how to buy it (the seller MCP buy_product tool over the x402 door).
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for getvia.xyz was fetched 2026-07-31T00:39:10.083Z and is being refreshed.
getvia.xyz is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.