Freelance MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GROQ_API_KEY | Yes | Your Groq API key (get from https://console.groq.com/) | |
| MCP_AUTH_TOKEN | No | Optional authentication token for advanced setups | |
| OWNER_COUNTRY_CODE | Yes | Country code without + (e.g., 1 for US, 44 for UK) | |
| OWNER_PHONE_NUMBER | Yes | Phone number without country code or special characters |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_gigsC | |
| validateB | |
| analyze_profile_fitC | |
| generate_proposalB | |
| negotiate_rateB | |
| create_user_profileC | |
| code_reviewB | |
| code_debugB | |
| optimize_profileB | |
| track_application_statusC | |
| get_smart_recommendationsB | |
| calculate_pricing_strategyB | |
| analyze_skill_demandB | |
| research_client_intelC | |
| setup_auto_biddingB | |
| generate_portfolioC | |
| send_notificationB | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| find_and_apply | Search for gigs matching skills and automatically generate proposals for top matches |
| optimize_profile_prompt | Analyze and optimize a freelancer profile for better visibility and match rates |
| full_gig_workflow | Complete workflow from profile creation to proposal submission |
| market_research | Analyze market trends and opportunities across platforms |
| code_review_workflow | Automated code review workflow for freelance projects |
| proposal_generator | Generate a targeted proposal for a specific gig |
| rate_negotiation | Get strategic advice for rate negotiation |
| skill_gap_analysis | Analyze skill gaps and get learning recommendations |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_market_trends | Get current freelance market trends and insights |
TDQS
Scored across 17 tools
Most tools have distinct purposes, but there is overlap between search_gigs and get_smart_recommendations, and between analyze_profile_fit and calculate_pricing_strategy, which could cause confusion. The descriptions help differentiate them, but an agent might still misselect.
Most tool names follow a consistent verb_noun pattern, but there are exceptions like 'validate' (no noun) and 'send_notification' (verb_noun but slightly inconsistent with others). Overall, the naming is mostly predictable.
With 17 tools, the count is on the higher side for a freelance assistant but each tool appears to have a specific role. It's slightly heavy but reasonable for the domain's breadth.
The tool set covers many aspects like profile management, gig search, proposal generation, and code review, but lacks explicit tools for applying to gigs, managing contracts, or handling payments, which are core to freelancing. There are notable gaps that could hinder full workflow.