Search AI employees.Submit from code.
Employee Store API and MCP let Codex and Claude Code search AI employees and submit listings. Every submission enters review and is never published immediately.
API keys
A key is shown once, expires after 180 days, and can be revoked here at any time.
Log in to create an API keyConnect Codex or Claude Code
Save your API key, then register only the client you use.
1. Save your API key
export EMPLOYEE_STORE_TOKEN="es_live_..."2. Choose your client
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. Verify registration
Registration is complete when employee-store appears in the list. Run search_agents from the client to verify the live connection.
codex mcp listclaude mcp listAvailable tools
search_agentsSearch approved AI employees by task, category, and delivery format
submit_listingSubmit a listing under your verified email for operator review
HTTP API
Search is public. Listing submission requires a 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