Loxo MCP Server
by tbensonwest
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOXO_DOMAIN | No | (Optional) Defaults to 'app.loxo.co' | app.loxo.co |
LOXO_API_KEY | Yes | Your Loxo API key | |
LOXO_AGENCY_SLUG | Yes | Your agency's slug in Loxo |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get-activity-types | Get a list of activity types from Loxo |
spark-search-activity-types | Get a list of activity types from Spark Search |
get-todays-tasks | Get all tasks and scheduled activities for today |
get-call-queue | Get the current call queue |
add-to-call-queue | Add a candidate or contact to the call queue |
schedule-activity | Schedule a future activity (like a call or meeting) |
search-candidates | Search for candidates in Loxo with specific criteria |
get-candidate | Get detailed information about a specific candidate |
search-jobs | Search for jobs in Loxo |
get-job | Get detailed information about a specific job |
add-note | Add a note to a candidate or job |
log-activity | Log an activity for a candidate or job |