freelancehunt-mcp
Related Servers
Alternatives to freelancehunt-mcp
No user-submitted related servers found.
Related Servers
- FlicenseCqualityBmaintenanceLocal MCP server for the FL.ru freelance marketplace that enables browsing projects, scoring relevance, saving proposal drafts, and dry-run proposal submission via natural language.17-
- AlicenseAqualityBmaintenanceMCP server that exposes 25 tools for the Kwork freelance marketplace — browse projects, submit offers, manage orders, send messages, and more.283MIT
- AlicenseAqualityBmaintenanceEnables searching, filtering, and applying to IT jobs via MCP tools using a personal API key, mirroring the freehire CLI.1941 npm2MIT
- FlicenseAqualityBmaintenanceEnables searching and retrieving job listings from multiple platforms through MCP.2-
- FlicenseAqualityCmaintenanceEnables searching job listings, tracking applications, managing resumes, and tailoring resumes to job posts, all locally via MCP.20-
- AlicenseAqualityCmaintenanceEnables searching Upwork jobs with real search filters like competition, verified payment, and budget/rate floors, and reading your profile, connects, proposals, and messages through a Chrome session. Also offers untested tools for managing proposals, messages, and contracts.18Apache 2.0
TDQS
Scored across 31 tools
Most tools map cleanly to a distinct resource and action, and the generic *_action tools are separated by their target resource. There is minor overlap between workspace_action and complete_contest_workspace, and a few stubbed 404 tools add noise, but the descriptions generally resolve ambiguity.
The set is predominantly snake_case verb_noun: list_*, get_*, create_project, update_project, add_bid, send_message. The *_action batch tools are a recognizable pattern, though they are noun_noun rather than verb_noun, and complete_contest_workspace / mark_feed_read deviate slightly.
With 31 tools the surface is too large for the rubric's 25+ threshold. Several tools are documented but return 404 for normal tokens, so they inflate the count without adding usable capability.
Core lifecycles are well covered: projects support list/find/get/create/update/actions, bids support add/list/action, workspaces have list/get/action, and threads have list/get/send/action. Missing contest creation, working profile search, and the 404 stubs keep it from a perfect score.