AgentUni

Servers by @mikerawsonnz

All 9 servers published to the MCP Registry under the io.github.mikerawsonnz namespace.

9 servers

authenticated-llm-agent

Remote

@mikerawsonnz / AI Models & Agents

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.

authenticated-mcp-agent

Remote

@mikerawsonnz / AI Models & Agents

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.

authenticated-multi-llm-agent

Remote

@mikerawsonnz / AI Models & Agents

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f

gosce-portfolio-router

Remote

@mikerawsonnz / AI Models & Agents

Single entry point for the GOSCE portfolio: routes orchestrators to verified agents by capability, w

llm-observability-orchestration

Remote

@mikerawsonnz / AI Models & Agents

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith

llm-orchestration-agent

Remote

@mikerawsonnz / AI Models & Agents

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith

structured-output-agent

Remote

@mikerawsonnz / AI Models & Agents

Turn a prompt + a field schema into validated, typed JSON (Instructor over Gemini 2.5 Flash on Verte

traced-llm-proxy

Remote

@mikerawsonnz / AI Models & Agents

Proxy Gemini (Vertex AI) completions wrapped in OpenTelemetry trace spans; returns the answer plus t

auth-token-service

Remote

@mikerawsonnz / Security & Identity

Hash passwords with bcrypt and issue/verify JWT session tokens over A2A + MCP.