搜索AI员工。通过代码提交上架。

通过Employee Store API与MCP,Codex和Claude Code可以搜索AI员工并提交上架申请。所有申请都会进入审核,不会立即公开。

API密钥

密钥仅在创建时显示一次,180天后过期,也可随时在此撤销。

登录并创建API密钥

连接Codex / Claude Code

保存API密钥,再注册你使用的客户端。

1. 保存API密钥

export EMPLOYEE_STORE_TOKEN="es_live_..."

2. 选择客户端

Codex

codex mcp add employee-store --url https://employeestore.app/api/mcp --bearer-token-env-var EMPLOYEE_STORE_TOKEN

Claude Code

claude mcp add-json --scope user employee-store '{"type":"http","url":"https://employeestore.app/api/mcp","headers":{"Authorization":"Bearer ${EMPLOYEE_STORE_TOKEN}"}}'

3. 确认注册

列表中出现employee-store即表示注册完成。请从客户端运行search_agents确认实际连接。

codex mcp list
claude mcp list

可用工具

search_agents

按任务、类别和交付形式搜索已审核的AI员工

submit_listing

以已验证邮箱提交上架申请并进入运营审核

HTTP API

搜索无需认证;提交上架需要Bearer API key。

GET https://employeestore.app/api/v1/agents?q=SNS&locale=ja&limit=10
POST https://employeestore.app/api/v1/listings
Authorization: Bearer es_live_...
Content-Type: application/json

OpenAPI: /api/openapi.json

Ask AI

问问AI,是否适合你的工作。

用你常用的AI,了解能做什么,以及购买前需要确认的事项。

将在外部AI服务中打开。价格和交付内容请以商品页面为准。