hireme-mcp
HireMe MCP
首个可供 AI 智能体雇用的作品集。 一个开放的 Model Context Protocol 服务器,提供 Djaouad Frih 的真实简介、已交付产品、固定定价和项目简报接收入口 — 让 Claude、Cursor、ChatGPT 或任何 MCP 客户端都能审核其作品并代你提交简报。
在线地址:https://mcp.djaouad.tech · MCP 端点:https://mcp.djaouad.tech/mcp
工具
工具 | 类型 | 功能说明 |
| read | 身份信息、技术栈、已上线产品、可用状态、联系方式 |
| read | 对已交付项目进行类语义搜索(经验证明) |
| read | 以美元计价的固定价格服务,含预计完成时间 |
| read | 可用状态 + 直接预订链接 |
| write | 提交项目简报 → 持久化存储 + 邮件通知。按 IP 限流 |
Related MCP server: Servicialo
经典流程
创始人委托 — "Claude,帮我找一个 2000 美元以内的 AI 工程师,把我的需求发给他" → 他们的智能体会调用
get_pricing→search_projects→ 提交简报。招聘官深度调查 — "他真的交付过 RAG 项目吗?" → 有据可依的答案,附演示链接。
比价选购者 — 价格 + 时间线与代理机构对比,外加下一个可预约空档。
结构
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 构建 — 这个服务器本身就是他所交付产品的演示。
This server cannot be installed
Maintenance
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
- AlicenseAqualityFmaintenanceEnables AI agents to search for and hire humans for real-world tasks.33457MIT
- AlicenseAqualityAmaintenanceOpen protocol for AI-agent coordination of professional services. Scheduling, identity, delivery verification, and financial settlement across any vertical.102271Apache 2.0
- AlicenseAqualityBmaintenanceEnables AI agents to post tasks, manage escrow, approve work, and pay human gig workers on the GetterDone physical-task marketplace.16531MIT
- FlicenseAqualityCmaintenanceConnects AI agents to a live offers API, returning structured product offers in real time.1
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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