Acts as a capability-based service mesh for the GOSCE agent portfolio. Instead of hardcoding endpoints, you query the router with a capability like "structured-output" or "auth-llm" and it returns the verified agent's URL, metadata, and live health check output. Built for orchestrators that need to dynamically discover and route to remote MCP and A2A agents running on getvda.ai. The agents themselves are auto-generated combinations of open source packages, each scoped to a single capability and metered via Nevermined micropayments. Useful when you're composing multi-agent workflows and want runtime agent selection rather than static configuration.
Public tool metadata for what this MCP can expose to an agent.
invokeSingle entry point for the GOSCE portfolio: routes orchestrators to verified agents by capability, with real example output from the router's own /selftest probes (a quality-assured broker, not a directory).1 paramsSingle entry point for the GOSCE portfolio: routes orchestrators to verified agents by capability, with real example output from the router's own /selftest probes (a quality-assured broker, not a directory).
inputstringA portfolio of production remote MCP + A2A agents running on getvda.ai, discovered + quality-assured by the GOSCE Portfolio Router. Each agent is capability-scoped, speaks open A2A + MCP, and is metered with Nevermined x402 micropayments (discovery is free).
Generated by GOSCE (GitHub Open-Source Combination Engine) — an automated pipeline that mines the OSS dependency graph for monetizable package combinations and deploys each as a verified agent.
Query the Portfolio Router for any capability — it returns the matching verified agent's endpoint, Agent Card, and a real example output from its own health probe.