Skip to content
Back to search
30
MCP

gosce-auth-token-mcp-service

pypi/gosce-auth-token-mcp-service

Hash passwords with bcrypt and issue/verify JWT session tokens.

Uptime
0.0%
25 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.mikerawsonnz/auth-token-service
Hash passwords with bcrypt and issue/verify JWT session tokens over A2A + MCP.
0 tools · streamable-http
gosce-authenticated-mcp-agent
JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion. Unauthenticated calls are rejected.
0 tools
Attest
Enforce scoped credential tokens on every MCP tool call with cryptographic JWT verification.
0 tools
JWT AI
Python MCP server for JSON Web Token generation and validation.
0 tools
gosce-authenticated-mcp-traced-agent
JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion. Unauthenticated calls are rejected.
0 tools
gosce-authenticated-mcp-jwt-agent
JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion. Unauthenticated calls are rejected.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "gosce-auth-token-mcp-service": {
      "url": "None",
      "transport": "http"
    }
  }
}