Skip to main content
Glama

authenticated-llm-agent

Server Details

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

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
mikerawsonnz/gosce-agents
GitHub Stars
1
Server Listing
A2A GOSCE Agents

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool update
    • First observedinvoke

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    B
    maintenance
    MCP server exposing Vecura's bio/drug-discovery models to LLM agents. It authenticates users with JWT and forwards requests to existing Vecura services for model discovery, job submission, and status tracking.
    -
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables secure, natural language access to private Cloud SQL PostgreSQL data for catering CRM management, exposing database CRUD operations as MCP tools via Cloud Run.
    21
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    This is a server that lets your LLMs (like Claude) talk directly to your BigQuery data! Think of it as a friendly translator that sits between your AI assistant and your database, making sure they can chat securely and efficiently.
    1,449
    147
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    A FastMCP server providing session-based memory and dynamic authentication using LangChain and Google Gemini. It enables persistent conversation history tracking through a session-ID system over HTTP transport.
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.7/5.0
Disambiguation5/5

With only one tool, there is no risk of confusion between tools. The single tool has a clearly distinct purpose.

Naming Consistency5/5

A single tool name 'invoke' is inherently consistent in naming pattern since there are no other tools to compare.

Tool Count3/5

Having only one tool is borderline appropriate for an LLM agent server. It combines authentication and completion in one call, which may be too coarse for some use cases, but for a simple gateway it could suffice.

Completeness2/5

The tool surface is severely incomplete for a typical LLM agent: there are no separate tools for user management, session handling, history, or configuration. The single tool lumps authentication and completion together, leaving no room for common agent operations.