Back to Home
AubinSeptier icon

gradio-mcp-hack

Verified Safe

by AubinSeptier

Overview

The France Chômage project provides an MCP server with AI tools for job seekers to search for jobs and analyze resumes, and an agentic application that consumes these tools to match users with job offers.

Installation

Run Command
python src/france-chomage-mcp-server/app.py

Environment Variables

  • NEBIUS_API_KEY
  • BLAXEL_BASE_URL
  • BLAXEL_WORKSPACE
  • BLAXEL_SERVER_NAME
  • BLAXEL_ACCESS_TOKEN
  • BLAXEL_TIMEOUT
  • BL_SERVER_HOST
  • BL_SERVER_PORT

Security Notes

The server uses environment variables for API keys (NEBIUS_API_KEY, BLAXEL_ACCESS_TOKEN), avoiding hardcoded secrets. It employs standard libraries for PDF processing (pdf2image) and web scraping (JobSpy), which are generally safe but rely on the security of those third-party libraries. The `_processed_file_arguments` function converts local file paths to base64 for remote tool execution, which is appropriate for passing user-uploaded files but could be a minor concern if an attacker could manipulate arbitrary file paths to be read (though not directly exposed in this context). No 'eval' or obvious malicious patterns were found.

Similar Servers

Stats

Interest Score35
Security Score8
Cost ClassHigh
Avg Tokens25000
Stars2
Forks0
Last Update2025-11-30

Tags

Job SearchResume AnalysisAI AgentsMCP ServerGradio