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

read

身份信息、技术栈、已上线产品、可用状态、联系方式

search_projects

read

对已交付项目进行类语义搜索(经验证明)

get_pricing

read

以美元计价的固定价格服务,含预计完成时间

get_next_slot

read

可用状态 + 直接预订链接

submit_project_brief

write

提交项目简报 → 持久化存储 + 邮件通知。按 IP 限流

Related MCP server: Servicialo

经典流程

  1. 创始人委托"Claude,帮我找一个 2000 美元以内的 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_URLADMIN_TOKEN,可选 GMAIL_USER/GMAIL_APP_PASSWORD

  • 前端 → Netlify:仓库导入会自动识别 netlify.toml(静态导出)。绑定自定义域名 mcp.djaouad.tech

  • 移动端 → APKeas build -p android --profile previewexpo 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