io.github.mikerawsonnz/gosce-portfolio-router MCP Server
io.github.mikerawsonnz/gosce-portfolio-router
What is the io.github.mikerawsonnz/gosce-portfolio-router MCP server?
Single entry point for the GOSCE portfolio: routes orchestrators to verified agents by capability, w
How to install io.github.mikerawsonnz/gosce-portfolio-router
Copy-paste configuration for popular MCP clients.
{
"mcpServers": {
"gosce-portfolio-router": {
"url": "https://router.getvda.ai/mcp"
}
}
}{
"mcpServers": {
"gosce-portfolio-router": {
"serverUrl": "https://router.getvda.ai/mcp"
}
}
}{
"servers": {
"gosce-portfolio-router": {
"type": "http",
"url": "https://router.getvda.ai/mcp"
}
}
}{
"mcpServers": {
"gosce-portfolio-router": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://router.getvda.ai/mcp"
]
}
}
}claude mcp add --transport http gosce-portfolio-router https://router.getvda.ai/mcpRelated MCP servers
Hash passwords with bcrypt and issue/verify JWT session tokens over A2A + MCP.
View repository →JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
View repository →JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
View repository →Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f
View repository →Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
View repository →Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
View repository →