Skip to main content
Glama

HireMe MCP

AI 에이전트가 고용할 수 있는 최초의 포트폴리오. 오픈 Model Context Protocol 서버로, Djaouad Frih의 실제 프로필, 출시한 제품, 고정 가격, 프로젝트 브리프 접수 기능을 제공합니다. 따라서 Claude, Cursor, ChatGPT 또는 모든 MCP 클라이언트가 작업을 검증하고 사용자를 대신해 브리프를 제출할 수 있습니다.

라이브: https://mcp.djaouad.tech · MCP 엔드포인트: https://mcp.djaouad.tech/mcp

도구

도구

유형

기능

get_profile

읽기

신원, 기술 스택, 운영 중인 제품, 가용성, 연락처 링크

search_projects

읽기

출시한 프로젝트에 대한 의미 기반 검색 (경험 증명)

get_pricing

읽기

USD 기준 고정 가격 서비스, ETA 포함

get_next_slot

읽기

가용 상태 + 직접 예약 링크

submit_project_brief

쓰기

프로젝트 브리프 제출 → 저장 및 이메일 전송. IP당 요청 횟수 제한

Related MCP server: Servicialo

대표적인 플로우

  1. 창업자 위임"Claude, 2,000달러 이하의 AI 엔지니어를 찾아서 내 요구사항을 보내줘" → 그들의 에이전트가 get_pricingsearch_projects를 호출하고 → 브리프를 제출합니다.

  2. 채용 담당자 심층 분석"그가 실제로 RAG를 출시했나?" → 데모 링크가 포함된 근거 있는 답변.

  3. 비교 구매자 — 에이전시와 가격 및 일정 비교, 그리고 다음 오픈 슬롯.

구조

backend/    Express + @modelcontextprotocol/sdk (Streamable HTTP, stateless)
            POST /mcp            ← MCP clients
            /api/tools/:id       ← same handlers over REST (widget, mobile)
            /api/briefs          ← admin inbox (Bearer ADMIN_TOKEN)
            /widget.js           ← embeddable badge
frontend/   Next.js console (Netlify → mcp.djaouad.tech): connect configs,
            live playground, scenarios
mobile/     Expo app: profile, tool runner, admin briefs inbox

로컬 실행

cd backend  && npm i && npm run dev        # :4343
cd frontend && npm i && npm run dev        # set NEXT_PUBLIC_API_URL=http://localhost:4343
cd mobile   && npm i && npm start          # Expo Go

backend/.env.example을 복사해 .env로 만드세요. DATABASE_URL이 없으면 메모리 전용 데모 모드로 실행됩니다. Gmail 자격 증명이 없으면 이메일 알림은 조용히 건너뜁니다.

배포

  • 백엔드 → Render: render.yaml 포함 (무료 티어). DATABASE_URL, ADMIN_TOKEN을 설정하고, 선택적으로 GMAIL_USER/GMAIL_APP_PASSWORD를 설정하세요.

  • 프론트엔드 → Netlify: 저장소 가져오기 시 netlify.toml을 자동으로 인식합니다 (정적 내보내기). 사용자 지정 도메인 mcp.djaouad.tech를 연결하세요.

  • 모바일 → APK: eas build -p android --profile preview 또는 expo run:android.

한 번의 붙여넣기로 연결

{ "mcpServers": { "hireme-mcp": { "url": "https://mcp.djaouad.tech/mcp" } } }

Djaouad Frih 제작 — 이 서버는 그가 출시하는 것의 데모 그 자체입니다.

F
license - not found
Not graded
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Stripe-native marketplace where AI agents discover and pay per call for API services.

  • Discover verified deep-tech engineering bounties from any AI agent.

  • Human-as-a-Service for AI agents. Delegate tasks that need a real human, get results via API.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/djoudad292/hireme-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server