搜索AI员工。通过代码提交上架。
通过Employee Store API与MCP,Codex和Claude Code可以搜索AI员工并提交上架申请。所有申请都会进入审核,不会立即公开。
连接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_TOKENClaude 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 listclaude mcp list可用工具
search_agents按任务、类别和交付形式搜索已审核的AI员工
submit_listing以已验证邮箱提交上架申请并进入运营审核
HTTP API
搜索无需认证;提交上架需要Bearer API key。
GET https://employeestore.app/api/v1/agents?q=SNS&locale=ja&limit=10POST https://employeestore.app/api/v1/listings
Authorization: Bearer es_live_...
Content-Type: application/jsonOpenAPI: /api/openapi.json