Server data from the Official MCP Registry
Agentic commerce network: discover sellers and products, negotiate, and pay USDC on Base via x402.
Agentic commerce network: discover sellers and products, negotiate, and pay USDC on Base via x402.
Remote endpoints: streamable-http: https://app.getvia.xyz/mcp
This is a Next.js-based MCP server for an agentic commerce platform (VIA) that enables AI agents to discover products, negotiate, and transact in USDC on Base. The codebase demonstrates solid security practices in credential handling and email functionality, with proper HMAC-based token validation for unsubscribe flows. No critical vulnerabilities or malicious patterns were detected. Minor findings related to logging sensitivity and broad dependency scopes are present but do not significantly impact the overall security posture given the server's legitimate need for external integrations. Supply chain analysis found 8 known vulnerabilities in dependencies (0 critical, 4 high severity).
4 files analyzed · 13 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
Agentic commerce network. Sellers expose a Sales Agent over MCP that knows their own catalogue, stock and pricing. Buyers run a Buying Agent that discovers products, asks questions, negotiates, and pays in USDC on Base.
Live at app.getvia.xyz.
https://app.getvia.xyz/mcp
Streamable HTTP. No API key, no environment variables, no local install. Discovery is free.
The endpoint is a gateway: discovery tools answer directly, and transaction tools forward to the MCP server of the seller or buyer that owns the record. One URL instead of a different endpoint per merchant.
Listed in the official MCP Registry as xyz.getvia.app/via-network.
Cline
{
"mcpServers": {
"via-network": {
"type": "streamableHttp",
"url": "https://app.getvia.xyz/mcp",
"disabled": false,
"autoApprove": []
}
}
}
Claude Desktop and other stdio-only clients
{
"mcpServers": {
"via-network": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://app.getvia.xyz/mcp"]
}
}
}
goose
Add a Remote Extension (Streamable HTTP) with endpoint https://app.getvia.xyz/mcp.
Discovery: list_sellers, find_seller, get_seller_products, get_product, get_store_card, get_taste_card, get_via_overview, seller_mcp_url
Sales conversation: ask_sales_agent, get_offering_schema, request_quote, get_quote, counter_quote, negotiate, accept_offer
Purchase and delivery: get_shipping_quote, buy_product, confirm_purchase, get_download_challenge, get_download_links
Selling and demand: register_store, get_store_status, submit_intent, find_buyers, get_buyer_briefs, get_buyer_preferences, import_preference_appraisal
Events: claim_pass
buy_product returns an x402 payment requirement in USDC on Base. The buyer's own wallet signs the permit, and the signed payment is posted back to VIA to settle. Nothing is charged without that signature. Agent identity and reputation are recorded on-chain with ERC-8004.
Sellers can also be reached individually at https://app.getvia.xyz/sellers/{slug}/mcp, and buyers at https://app.getvia.xyz/buyers/{handle}/mcp.
/.well-known/agent-card.json/.well-known/mcp/server-card.json/.well-known/agent-skills/index.json/.well-known/api-catalog/.well-known/x402Next.js App Router.
npm install
npm run dev
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.