A2A GOSCE Agents
This server provides a portfolio of AI agents accessible via the A2A (Agent-to-Agent) protocol, covering LLM orchestration, authentication, observability, and infrastructure generation. A central GOSCE Portfolio Router discovers and routes requests to verified agents by capability.
Available agents:
Structured Output (
structured-output-agent): Convert a prompt and field schema into validated, typed JSON using Instructor over Gemini on Vertex AI.Traced LLM Proxy (
traced-llm-proxy): Proxy Gemini completions wrapped in OpenTelemetry trace spans, returning the answer along with a trace/span ID.Authenticated Multi-LLM Agent (
authenticated-multi-llm-agent): Google OAuth-gated LLM gateway that verifies a Google ID token before running a Gemini completion.Auth Token Service (
auth-token-service): Hash passwords with bcrypt and issue/verify JWT session tokens.LLM Orchestration Agent (
llm-orchestration-agent): Run prompts through a LangChain chain over Gemini on Vertex AI, with optional LangSmith tracing.LLM Observability & Orchestration (
llm-observability-orchestration): Same as above, with added observability support.Authenticated LLM Agent (
authenticated-llm-agent): JWT-gated gateway that authenticates via bcrypt/JWT before running a LangChain Gemini completion; unauthenticated calls are rejected.Authenticated MCP Agent (
authenticated-mcp-agent): Same as above but MCP-enabled.GOSCE Portfolio Router (
gosce-portfolio-router): Routes requests to the appropriate agent based on capability, providing quality-assured brokering across the entire portfolio.Infrastructure Stack Generation: Generate compose configurations for common backend services (Postgres, Redis, MySQL, MongoDB, Kafka, Prometheus, MinIO, RabbitMQ, Grafana, Nginx, etc.).
Generates Docker Compose stacks that include Adminer for database management alongside MySQL and Redis.
Provides authentication via Google OAuth for LLM agents, verifying Google ID tokens for secure access.
Generates Docker Compose stacks that include Grafana for monitoring and visualization alongside Postgres.
Generates Docker Compose stacks that include MinIO object storage, often combined with Redis, Postgres, or Kafka.
Generates Docker Compose stacks that include MongoDB along with Memcached and Redis.
Generates Docker Compose stacks that include MySQL, often combined with Redis and other services like Adminer or Nginx.
Generates Docker Compose stacks that include Nginx as a reverse proxy alongside MySQL and Redis.
Generates a backend stack for Observable, providing monitoring and observability tools.
Generates Docker Compose stacks that include Prometheus for monitoring, often combined with Postgres and Kafka.
Generates Docker Compose stacks that include RabbitMQ message broker alongside Redis.
Generates Docker Compose stacks that include Redis, combined with various other databases and services for caching and messaging.
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
Agent | Capability | Docs |
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
|
Related MCP server: IteraTools MCP
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
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mikerawsonnz/gosce-agents'
If you have feedback or need assistance with the MCP directory API, please join our Discord server