21
Published Tools
0
Total Stars
6
Weekly Downloads
0
GitHub Followers
6
Public Repos
Published Tools
21 MCP Serversacross 3 categoriesgosce-authenticated-mcp-traced-agent
Rawson Consulting B.V.
JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion. Unauthenticated calls are rejected.
...moregosce-authenticated-llm-oauth-agent
Rawson Consulting B.V.
Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion for the verified caller.
...moregosce-authenticated-mcp-agent-bcrypt
Rawson Consulting B.V.
JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion. Unauthenticated calls are rejected.
...moregosce-authenticated-llm-mcp-agent
Rawson Consulting B.V.
Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion for the verified caller.
...moregosce-authenticated-mcp-jwt-agent
Rawson Consulting B.V.
JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion. Unauthenticated calls are rejected.
...moregosce-traced-llm-mcp-proxy
Rawson Consulting B.V.
Proxy Gemini (Vertex AI) completions wrapped in OpenTelemetry trace spans; returns the answer plus the trace/span id.
gosce-auth-token-mcp-service
Rawson Consulting B.V.
Hash passwords with bcrypt and issue/verify JWT session tokens.
gosce-llm-orchestration-agent-langchain
Rawson Consulting B.V.
Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith tracing.
gosce-authenticated-llm-agent-bcrypt
Rawson Consulting B.V.
JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion. Unauthenticated calls are rejected.
...moregosce-authenticated-mcp-agent-langchain-core
Rawson Consulting B.V.
JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion. Unauthenticated calls are rejected.
...moregosce-llm-orchestration-agent-langchain-anthropic
Rawson Consulting B.V.
Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith tracing.
gosce-authenticated-llm-agent-anthropic
Rawson Consulting B.V.
Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion for the verified caller.
...moregosce-llm-orchestration-agent-langchain-core
Rawson Consulting B.V.
Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith tracing.
gosce-llm-orchestration-observability-agent
Rawson Consulting B.V.
Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith tracing.
gosce-authenticated-mcp-agent-openai
Rawson Consulting B.V.
JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion. Unauthenticated calls are rejected.
...moregosce-llm-orchestration-agent-langchain-openai
Rawson Consulting B.V.
Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith tracing.
gosce-llm-observability-orchestration-agent-langchain-community
Rawson Consulting B.V.
Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith tracing.
gosce-llm-orchestration-agent-langsmith
Rawson Consulting B.V.
Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith tracing.
gosce-authenticated-mcp-agent-opentelemetry-api
Rawson Consulting B.V.
JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion. Unauthenticated calls are rejected.
...moregosce-structured-output-agent
mikerawsonnz
Turn a prompt + a field schema into validated, typed JSON (Instructor over Gemini 2.5 Flash on Vertex AI).
io.github.mikerawsonnz/auth-token-service
Hash passwords with bcrypt and issue/verify JWT session tokens over A2A + MCP.