Live · MCP 2024-11-05

Setu AI Employees
Model Context Protocol

Connect Claude, GPT-4, or any MCP-compatible assistant to 100 Setu AI Employees. Let your AI recommend the right employee, show capabilities, and guide users through hiring.

100 AI Employees5 toolsJSON-RPC 2.0CORS enabledNo auth required
POST https://setuagents.com/api/mcp
Quick Connect — Claude Code
$ claude mcp add setu-employees --transport http https://setuagents.com/api/mcp

5 Available Tools

list_employees
Browse all 100 AI Employees with roles, departments, agent counts, and pricing.
dept? (optional filter)
get_employee
Full profile: capabilities, tools, how-it-works, pricing, and hire links.
slug (required)
search_employees
Natural language search — "who handles email campaigns?" or "CFO-level finance".
query?, dept?, max_budget_monthly?
get_capabilities
Detailed capability areas with specific use-case scenarios for any employee.
slug (required)
get_hiring_info
Pricing, onboarding timeline, and direct links to interview or hire.
slug (required)

Usage Examples

Claude Code
claude mcp add setu-employees --transport http https://setuagents.com/api/mcp
List tools
curl -X POST https://setuagents.com/api/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'
Search employees
curl -X POST https://setuagents.com/api/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"search_employees","arguments":{"query":"email marketing automation"}}}'
Get hiring info
curl -X POST https://setuagents.com/api/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":3,"method":"tools/call","params":{"name":"get_hiring_info","arguments":{"slug":"marketing-manager"}}}'

OpenAI Custom Action (GPT Builder)

Import this schema in the GPT Builder's "Actions" tab to connect any GPT to Setu AI Employees.

openapi.jsonDownload →
{
  "openapi": "3.1.0",
  "info": {
    "title": "Setu AI Employees",
    "version": "1.0.0",
    "description": "Browse and hire AI Employees"
  },
  "servers": [{ "url": "https://setuagents.com" }],
  "paths": {
    "/api/mcp": {
      "post": {
        "operationId": "callMcpTool",
        "requestBody": {
          "content": { "application/json": { "schema": { "$ref": "#/components/schemas/JsonRpcRequest" } } }
        },
        "responses": { "200": { "description": "Tool result" } }
      }
    }
  }
}

Submit to AI Directories

Use these details to submit Setu's MCP server to AI assistant directories.

MCP Endpointhttps://setuagents.com/api/mcp
Protocol Version2024-11-05
TransportHTTP (Streamable)
AuthenticationNone required
CORSEnabled (* origin)
Toolslist_employees, get_employee, search_employees, get_capabilities, get_hiring_info
Contactsumeet@setuagents.com

Questions about the MCP integration? Reach out directly.

Browse AI Employees →Contact Sumeet