Skip to main content
Glama

MonkeyType MCP Server

check_username

Verify the availability of a username on MonkeyType using the MCP server, enabling users to check if their desired username is already taken.

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