ece-job-mcp

ayushsinghjadaun81-cell/ece-job-mcp
★ 0 stars Python AI/LLM Updated 3d ago
MCP server for my ECE job search agent
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ece-job-mcp": {
      "command": "uvx",
      "args": [
        "ece-job-mcp"
      ]
    }
  }
}

Or install with pip: pip install ece-job-mcp

README Excerpt

Our first MCP experiment: give Claude one external capability, `search_jobs`. It exposes two tools: - `search_jobs(keywords, location)` — searches a tiny demo dataset. - `server_status()` — confirms that the MCP server is reachable. **Important:** this is intentionally NOT a real job scraper yet. The first goal is to prove the complete MCP connection: