streamable-httpMITupdated 13d ago
The first portfolio AI agents can hire. An open Model Context Protocol server that exposes Djaouad Frih's real profile, shipped products, fixed pricing and a project-brief intake — so Claude, Cursor, ChatGPT or any MCP client can vet the work and file a brief on your behalf.
HireMe MCP で何ができる?
HireMe MCP
The first portfolio AI agents can hire. An open Model Context Protocol server that exposes Djaouad Frih's real profile, shipped products, fixed pricing and a project-brief intake — so Claude, Cursor, ChatGPT or any MCP client can vet the work and file a brief on your behalf.
Live: https://mcp.djaouad.tech · MCP endpoint: https://mcp.djaouad.tech/mcp
Tools
| Tool | Type | What it does |
|---|---|---|
get_profile |
read | Identity, stack, live products, availability, contact links |
search_projects |
read | Semantic-ish search over shipped projects (proof of experience) |
get_pricing |
read | Fixed-price services in USD with ETAs |
get_next_slot |
read | Availability status + direct booking link |
submit_project_brief |
write | Files a project brief → persisted + emailed. Rate limited per IP |
The famous flows
- Founder delegate — "Claude, find me an AI engineer under $2k and send them my requirements" → their agent calls
get_pricing→search_projects→ files a brief. - Recruiter deep-dive — "Has he actually shipped RAG?" → grounded answers with demo links.
- Comparison shopper — pricing + timeline vs. an agency, plus next opening.
Structure
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
Run locally
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
Copy backend/.env.example → .env. Without DATABASE_URL it runs in memory-only demo mode; without Gmail creds email notifications are skipped silently.
Deploy
- Backend → Render:
render.yamlincluded (free tier). SetDATABASE_URL,ADMIN_TOKEN, optionalGMAIL_USER/GMAIL_APP_PASSWORD. - Frontend → Netlify: repo import picks up
netlify.toml(static export). Attach custom domainmcp.djaouad.tech. - Mobile → APK:
eas build -p android --profile previeworexpo run:android.
Connect in one paste
{ "mcpServers": { "hireme-mcp": { "url": "https://mcp.djaouad.tech/mcp" } } }
Built by Djaouad Frih — this server is itself the demo of what he ships.
インストール
HireMe MCP をクライアントに追加します。お使いのものを選んでください。
claude mcp add --transport http hireme-mcp https://mcp.djaouad.tech/mcpcodex mcp add hireme-mcp --url https://mcp.djaouad.tech/mcp{
"mcpServers": {
"hireme-mcp": {
"url": "https://mcp.djaouad.tech/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"hireme-mcp": {
"type": "http",
"url": "https://mcp.djaouad.tech/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"hireme-mcp": {
"url": "https://mcp.djaouad.tech/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"hireme-mcp": {
"serverUrl": "https://mcp.djaouad.tech/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
5 個のツール
HireMe MCP は接続したエージェントに 5 個のツールを提供します。
- get_profile
- read
- search_projects
- read
- get_pricing
- read
- get_next_slot
- read
- submit_project_brief
- **write**
スコア
72 / 100
良好
- ドキュメント22/25
- メンテナンス19/25
- 信頼性13/20
- 機能6/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 6 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 5 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 1.0.0最新 | 2026年8月22日 |