streamable-httpMITupdated 7d ago
A 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).
What can you do with auth token service?
GOSCE Agents
A 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.
Agents
Entry point
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.
- Portfolio: https://getvda.ai/agents
- Router: https://router.getvda.ai
Install
Add auth token service to your client. Pick the one you use.
claude mcp add --transport http auth-token-service https://bcrypt-python-jose-d0e0d0.getvda.ai/mcpcodex mcp add auth-token-service --url https://bcrypt-python-jose-d0e0d0.getvda.ai/mcp{
"mcpServers": {
"auth-token-service": {
"url": "https://bcrypt-python-jose-d0e0d0.getvda.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"auth-token-service": {
"type": "http",
"url": "https://bcrypt-python-jose-d0e0d0.getvda.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"auth-token-service": {
"url": "https://bcrypt-python-jose-d0e0d0.getvda.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"auth-token-service": {
"serverUrl": "https://bcrypt-python-jose-d0e0d0.getvda.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation14/25
- Maintenance19/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 0 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jun 2, 2026 |