Servers by @mikerawsonnz
All 9 servers published to the MCP Registry under the io.github.mikerawsonnz namespace.
authenticated-llm-agent
RemoteJWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
authenticated-mcp-agent
RemoteJWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
authenticated-multi-llm-agent
RemoteGoogle-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f
gosce-portfolio-router
RemoteSingle entry point for the GOSCE portfolio: routes orchestrators to verified agents by capability, w
llm-observability-orchestration
RemoteRun a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
llm-orchestration-agent
RemoteRun a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
structured-output-agent
RemoteTurn a prompt + a field schema into validated, typed JSON (Instructor over Gemini 2.5 Flash on Verte
traced-llm-proxy
RemoteProxy Gemini (Vertex AI) completions wrapped in OpenTelemetry trace spans; returns the answer plus t
auth-token-service
RemoteHash passwords with bcrypt and issue/verify JWT session tokens over A2A + MCP.