Skip to main content
Glama

CATS MCP Server

by vanman2024
.env.example•912 B
# CATS API Configuration # Base URL for the CATS applicant tracking system API v3 CATS_API_BASE_URL=https://api.catsone.com/v3 # API key for authenticating with CATS API # Get this from your CATS account Administration settings CATS_API_KEY=your_cats_api_key_here # Optional: Toolsets Configuration # Comma-separated list of toolsets to load (default: candidates,jobs,pipelines,context,tasks) # Use "all" to load all 162 tools, or specify specific toolsets # CATS_TOOLSETS=candidates,jobs,pipelines,context,tasks # Optional: Transport Configuration # Transport mode: stdio (default) or http # CATS_TRANSPORT=stdio # HTTP server host (only used when CATS_TRANSPORT=http, default: 0.0.0.0) # CATS_HOST=0.0.0.0 # HTTP server port (only used when CATS_TRANSPORT=http, default: 8000) # CATS_PORT=8000 # Optional: Logging Configuration # Log level: DEBUG, INFO (default), WARNING, ERROR, CRITICAL LOG_LEVEL=INFO

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/vanman2024/cats-mcp-server'

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