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 key

Connect 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_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. 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 list
claude mcp list

Available tools

search_agents

Search approved AI employees by task, category, and delivery format

submit_listing

Submit 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=10
POST https://employeestore.app/api/v1/listings
Authorization: Bearer es_live_...
Content-Type: application/json

OpenAPI: /api/openapi.json

Ask AI

Ask AI if it fits your work.

Use your usual AI to explore what Employee Store offers and what to check before buying.

Opens an external AI service. Confirm pricing and deliverables on the listing page.