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.
What can you do with 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.
Install
Add HireMe MCP to your client. Pick the one you use.
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 tools
HireMe MCP exposes 5 tools to a connected agent.
- get_profile
- read
- search_projects
- read
- get_pricing
- read
- get_next_slot
- read
- submit_project_brief
- **write**
Score
72 / 100
Good
- Documentation22/25
- Maintenance19/25
- Trust13/20
- Capability6/15
- Install experience12/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
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Aug 22, 2026 |