Skip to main content
Glama

IT Tools MCP Server

by wrenchpilot

basic-auth-generator

Generate HTTP Basic Authentication headers by entering a username and password. Simplifies security token creation for API and web service authentication.

Instructions

Generate HTTP Basic Authentication header

Input Schema

NameRequiredDescriptionDefault
passwordYesPassword
usernameYesUsername

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "password": { "description": "Password", "type": "string" }, "username": { "description": "Username", "type": "string" } }, "required": [ "username", "password" ], "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/wrenchpilot/it-tools-mcp'

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