← 返回
数据分析 Key 中文

Recruitly CRM

Search candidates, manage jobs, view pipelines, track billing and team performance in Recruitly CRM via MCP.
通过MCP在Recruitly CRM中搜索候选人、管理职位、查看招聘流程,并跟踪账单与团队绩效。
willgary
数据分析 clawhub v1.0.0 1 版本 99917.9 Key: 需要
★ 0
Stars
📥 1,217
下载
💾 21
安装
1
版本
#latest

概述

Recruitly CRM

Access your Recruitly recruitment CRM via MCP — search candidates, manage jobs, view pipelines, and track team performance from any messaging app.

Setup

1. Get your token

Sign in at mcp.recruitly.dev using your Recruitly account (Google, Microsoft, or email). Your OAuth token is issued automatically.

2. Configure mcporter

Add to config/mcporter.json:

{
  "mcpServers": {
    "recruitly": {
      "baseUrl": "https://mcp.recruitly.dev/mcp",
      "description": "Recruitly CRM",
      "headers": {
        "Authorization": "Bearer ${RECRUITLY_TOKEN}"
      }
    }
  }
}

3. Set your token

export RECRUITLY_TOKEN="your_oauth_token_here"

Available Tools

Discovery

ToolDescription
-------------------
list_optionsReturns all field options (job statuses, candidate statuses, activity types) for your account. Call this first before filtering by status or type.

Search & List

ToolDescription
-------------------
search_candidatesSearch candidates by keyword, location, skills, or job title
search_contactsSearch contacts (clients, hiring managers) by name, company, or email
search_companiesSearch companies by name, industry, or location
list_jobsList jobs with optional status and keyword filters
list_pipelinesList hiring pipelines (deal flows)

Detail

ToolDescription
-------------------
get_recordGet a specific candidate, contact, company, or job by ID

Usage Examples

Find candidates:

> "Find React developers in London"

Calls search_candidates with query "React" and location "London".

Check open jobs:

> "Show me all open jobs"

Calls list_options to get the exact status label for open jobs, then list_jobs with that status.

Pipeline overview:

> "What's in my pipeline?"

Calls list_pipelines and summarises stage counts.

Company lookup:

> "Find me details on Acme Corp"

Calls search_companies with query "Acme Corp", then get_record for the full company profile.

Weekly report:

> "Give me a summary of new candidates this week"

Calls search_candidates with recent date filters and summarises by skills and location.

Notes

  • All data respects your Recruitly account permissions and team visibility rules
  • Status and type values are tenant-configured (may be in any language) — always call list_options first
  • Search results are capped at 50 per request; use pagination for larger result sets
  • Works on Recruitly's free plan — no upgrade needed

Links

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 02:24 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,875
data-analysis

Stock Analysis

udiedrichsen
{"answer":"基于雅虎财经数据,分析股票与加密货币。支持投资组合管理、自选股预警、股息分析、8维评分、热门趋势扫描及传闻/早期信号探测。适用于股票分析、持仓追踪、财报异动、加密监控、热门股追踪或提前发掘非主流传闻。"}
★ 270 📥 57,034
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 166 📥 60,261