Skip to main content
Glama

HiveAuth MCP Server

by AlyssonM

refresh_credential

Update expiring or expired credentials by leveraging W3C Credential Refresh specifications. Automates service discovery and credential lifecycle management within HiveAuth MCP Server for reliable and compliant operations.

Instructions

Refresh expiring or expired credentials using W3C Credential Refresh specification. Supports automatic service discovery and credential lifecycle management.

Input Schema

NameRequiredDescriptionDefault
credentialIdYes
refreshServiceNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": {}, "properties": { "credentialId": { "minLength": 1, "type": "string" }, "refreshService": { "format": "uri", "type": "string" } }, "required": [ "credentialId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AlyssonM/hiveauth-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server