Skip to main content
Glama

JumpCloud MCP Server

by hoium
models.py322 B
#!/usr/bin/env python3 from pydantic import BaseModel, EmailStr from typing import Optional, Dict from pydantic import BaseModel class UserCreate(BaseModel): firstname: str lastname: str email: EmailStr username: str attributes: Optional[Dict] = {} class PromptRequest(BaseModel): prompt: str

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/hoium/jumpcloud_mcp'

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