Skip to main content
ClaudeWave

The first portfolio AI agents can hire — open MCP server exposing real profile, shipped products, fixed pricing & project-brief intake

MCP ServersOfficial Registry1 stars0 forksTypeScriptUpdated today
ClaudeWave Trust Score
70/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 8/23/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/djoudad292/hireme-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "hireme-mcp": {
      "command": "node",
      "args": ["/path/to/hireme-mcp/dist/index.js"],
      "env": {
        "NEXT_PUBLIC_API_URL": "<next_public_api_url>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/djoudad292/hireme-mcp and follow its README for install instructions.
Detected environment variables
NEXT_PUBLIC_API_URL
Use cases

MCP Servers overview

# HireMe MCP

**The first portfolio AI agents can hire.** An open [Model Context Protocol](https://modelcontextprotocol.io) 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

1. **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.
2. **Recruiter deep-dive** — *"Has he actually shipped RAG?"* → grounded answers with demo links.
3. **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

```bash
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.yaml` included (free tier). Set `DATABASE_URL`, `ADMIN_TOKEN`, optional `GMAIL_USER`/`GMAIL_APP_PASSWORD`.
- **Frontend → Netlify**: repo import picks up `netlify.toml` (static export). Attach custom domain `mcp.djaouad.tech`.
- **Mobile → APK**: `eas build -p android --profile preview` or `expo run:android`.

## Connect in one paste

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

---

Built by [Djaouad Frih](https://djaouad.tech) — this server is itself the demo of what he ships.
ai-agentsclaudecursorexpressjsmcpmcp-servermodel-context-protocolremote-server

What people ask about hireme-mcp

What is djoudad292/hireme-mcp?

+

djoudad292/hireme-mcp is mcp servers for the Claude AI ecosystem. The first portfolio AI agents can hire — open MCP server exposing real profile, shipped products, fixed pricing & project-brief intake It has 1 GitHub stars and its last recorded update is dated 2026-08-22.

How do I install hireme-mcp?

+

You can install hireme-mcp by cloning the repository (https://github.com/djoudad292/hireme-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is djoudad292/hireme-mcp safe to use?

+

Our security agent has analyzed djoudad292/hireme-mcp and assigned a Trust Score of 70/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains djoudad292/hireme-mcp?

+

djoudad292/hireme-mcp is maintained by djoudad292. The last recorded GitHub activity is dated 2026-08-22, with 0 open issues.

Are there alternatives to hireme-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy hireme-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: djoudad292/hireme-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/djoudad292-hireme-mcp)](https://claudewave.com/repo/djoudad292-hireme-mcp)
<a href="https://claudewave.com/repo/djoudad292-hireme-mcp"><img src="https://claudewave.com/api/badge/djoudad292-hireme-mcp" alt="Featured on ClaudeWave: djoudad292/hireme-mcp" width="320" height="64" /></a>

More MCP Servers

hireme-mcp alternatives