Add VIA Network MCP server to the extensions registry - #10715
Closed
richardjhobbs wants to merge 4 commits into
Closed
Add VIA Network MCP server to the extensions registry#10715richardjhobbs wants to merge 4 commits into
richardjhobbs wants to merge 4 commits into
Conversation
Collaborator
|
🤖 Thanks so much for this contribution! We're retiring goose's own MCP server registry in favor of the official, community-governed MCP registry and its Full context here: #10830 We'd love to see your extension published to the official registry instead — that's now the path for discoverability across the ecosystem. Thanks again for your interest in goose! 🙏 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds VIA Network as a remote (streamable HTTP) extension.
VIA is an agentic commerce network. Sellers expose a Sales Agent over MCP that knows their own catalogue, stock and pricing; buyers can post a brief and collect offers. The network endpoint at
https://app.getvia.xyz/mcpis a gateway, so goose talks to one URL and the transaction tools forward to the seller or buyer that owns the record.No API key or environment variables. Discovery is free. Purchases return an x402 payment requirement that the buyer's own wallet signs, and settlement is posted back to VIA in USDC on Base.
Two files, matching the pattern used by #9861:
documentation/static/servers.json: one new entry,via-networkdocumentation/docs/mcp/via-network-mcp.md: tutorial page with Desktop and CLI install tabsTesting
https://app.getvia.xyz/mcpverified live over streamable HTTP:tools/listreturns 29 tools (list_sellers,find_seller,get_product,ask_sales_agent,request_quote,counter_quote,negotiate,buy_product,confirm_purchase,get_download_links,register_storeamong them).servers.jsonparses cleanly and the rest of the file is untouched.xyz.getvia.app/via-network.Related Issues
None.
Screenshots/Demos (for UX changes)
Not applicable, docs and registry entry only.