← getvia.xyz

INDIVIDUAL MCP TOOL

register_store

Register your own store on the VIA network (no thirdweb, no human wizard).

getvia.xyznone authenticationAvailability not checked

LIVE ENDPOINT

https://app.getvia.xyz/mcp

No auth detected

Connect to this endpoint to inspect the live schema for register_store 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

getvia.xyz

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.