MCP.so
ログイン

Loxo MCP Server

@tbensonwest

Loxo MCP Server について

概要はまだありません

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

tbensonwest

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Loxo MCP Server?

The Loxo MCP Server is a Model Context Protocol (MCP) server that provides tools for interacting with the Loxo recruitment platform API. It enables AI assistants to perform recruitment tasks such as managing candidates, jobs, activities, and call queues.

How to use Loxo MCP Server?

Install by cloning the repository, running npm install and npm run build. Configure the .env file with your Loxo API key, agency slug, and optionally the domain (defaults to app.loxo.co). Start the server with npm start or use npm run dev for watch mode.

Key features of Loxo MCP Server

  • Schedule and log activities for candidates or jobs
  • Search and retrieve candidate and job details
  • Add notes to candidates and jobs
  • Manage the call queue (view and add entries)
  • Retrieve activity types and today’s tasks
  • Uses Zod for runtime type validation

Use cases of Loxo MCP Server

  • Search for candidates in the Loxo database
  • Get detailed information about a specific job
  • Log an activity for a candidate or job
  • View and manage the current call queue
  • List all tasks and scheduled activities for today

FAQ from Loxo MCP Server

What configuration is required to use the server?

You must provide a Loxo API key (LOXO_API_KEY) and your agency slug (LOXO_AGENCY_SLUG). The LOXO_DOMAIN is optional and defaults to app.loxo.co.

What runtime type validation does the server use?

The server uses Zod to validate environment variables, tool input parameters, and API responses.

How does the server communicate with AI assistants?

It communicates over stdio using the Model Context Protocol SDK for seamless integration with AI assistants.

What error handling is included?

The server handles environment validation errors, API request failures, invalid tool parameters, and unknown tool requests.

What categories of tools are available?

Tools are grouped into activity management, call queue management, candidate management, and job management.

コメント

「その他」の他のコンテンツ