Skip to main content
Glama

MonkeyType MCP Server

check_username

Verify username availability on MonkeyType using the MCP Server. Input the desired username to confirm if it can be registered.

Instructions

Check if a username is available on MonkeyType

Input Schema

NameRequiredDescriptionDefault
nameYesUsername to check for availability

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "Username to check for availability", "type": "string" } }, "required": [ "name" ], "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/CodeDreamer06/MonkeytypeMCP'

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