Back to Browse

Hireme MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

The first portfolio AI agents can hire. Profile, products, pricing and briefs over MCP.

About

The first portfolio AI agents can hire. Profile, products, pricing and briefs over MCP.

Remote endpoints: streamable-http: https://mcp.djaouad.tech/mcp

Security Report

4.2
Use Caution4.2High Risk

The HireMe MCP server is a well-intentioned portfolio/hiring platform with reasonable authentication for sensitive operations. However, there are moderate security concerns around the sensitive write endpoint (`submit_project_brief`), database credential exposure risk via environment variables, and limited input validation on project brief submissions. The rate limiting on the write endpoint is a positive design choice, but additional validation and auth hardening would be beneficial. Supply chain analysis found 11 known vulnerabilities in dependencies (0 critical, 3 high severity).

4 files analyzed · 18 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

database

Check that this permission is expected for this type of plugin.

email_send

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

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

ToolTypeWhat it does
get_profilereadIdentity, stack, live products, availability, contact links
search_projectsreadSemantic-ish search over shipped projects (proof of experience)
get_pricingreadFixed-price services in USD with ETAs
get_next_slotreadAvailability status + direct booking link
submit_project_briefwriteFiles 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_pricingsearch_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

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

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

Built by Djaouad Frih — this server is itself the demo of what he ships.

Reviews

No reviews yet

Be the first to review this server!