Server data from the Official MCP Registry
Kwork freelance marketplace: browse projects, submit offers, manage orders, message clients
Kwork freelance marketplace: browse projects, submit offers, manage orders, message clients
This is a well-structured MCP server for the Kwork freelance marketplace with proper authentication, input validation, and error handling. The code demonstrates good security practices with rate limiting, session management, and tool annotations. Minor code quality issues around broad exception handling and some verbose formatting logic do not significantly impact security. Permissions align appropriately with the server's purpose of API interaction. Supply chain analysis found 3 known vulnerabilities in dependencies (1 critical, 1 high severity). Package verification found 1 issue.
6 files analyzed · 8 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: KWORK_LOGIN
Environment variable: KWORK_PASSWORD
Environment variable: KWORK_TOKEN
Environment variable: KWORK_PHONE_LAST
Environment variable: KWORK_PROXY_URL
Environment variable: KWORK_TIMEOUT
Environment variable: KWORK_RPS_LIMIT
Environment variable: KWORK_BURST_LIMIT
Environment variable: KWORK_TOKEN_FILE
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-simonether-kwork-mcp": {
"env": {
"KWORK_LOGIN": "your-kwork-login-here",
"KWORK_TOKEN": "your-kwork-token-here",
"KWORK_TIMEOUT": "your-kwork-timeout-here",
"KWORK_PASSWORD": "your-kwork-password-here",
"KWORK_PROXY_URL": "your-kwork-proxy-url-here",
"KWORK_RPS_LIMIT": "your-kwork-rps-limit-here",
"KWORK_PHONE_LAST": "your-kwork-phone-last-here",
"KWORK_TOKEN_FILE": "your-kwork-token-file-here",
"KWORK_BURST_LIMIT": "your-kwork-burst-limit-here"
},
"args": [
"kwork-mcp"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.