Skip to main content
Glama

HiveAuth MCP Server

by AlyssonM

refresh_credential

Automatically refresh expiring or expired credentials using the W3C Credential Refresh specification. Supports service discovery and credential lifecycle management within the HiveAuth MCP Server.

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