Web3 Jobs MCP Server
@kukapay
Web3 Jobs MCP Server について
An MCP server that provides AI agents with real-time access to curated Web3 jobs.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"web3-jobs-mcp": {
"command": "uv",
"args": [
"sync"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Web3 Jobs MCP Server?
Web3 Jobs MCP Server is an MCP (Model Context Protocol) server that gives AI agents real-time access to curated Web3 jobs from web3.career, enabling intelligent job discovery and career insights. It is designed for developers and AI assistants who need up‑to‑date Web3 job listings.
How to use Web3 Jobs MCP Server?
Install dependencies with uv sync (recommended) or pip install mcp[cli] python-dotenv. Obtain a web3.career API token at web3.career/web3-jobs-api. Configure the server in Claude Desktop using the provided JSON snippet, setting the WEB3_CAREER_API_TOKEN environment variable. Start the server with uv run mcp dev main.py (for testing via MCP Inspector) or uv run main.py. Use the query_jobs tool to filter jobs by remote, country, tag, and limit, and the search_jobs_prompt for generating search queries.
Key features of Web3 Jobs MCP Server
- Query Web3 jobs with filters: remote status, country, tag, and limit.
- Returns formatted Markdown list with job ID, title, company, location, and more.
- Includes clickable apply URLs and truncated descriptions (100 characters).
- Provides a search prompt generator for role and location.
Use cases of Web3 Jobs MCP Server
- AI‑powered job boards that show live Web3 opportunities.
- Automated career advice bots that deliver filtered job recommendations.
- Developer tools that integrate Web3 job search into assistant workflows.
- Recruitment analysis by aggregating listings with specific tags or locations.
FAQ from Web3 Jobs MCP Server
What prerequisites are needed to run Web3 Jobs MCP Server?
Python 3.10+ and a web3.career API token are required. The uv package manager is recommended for dependency management.
How do I get a web3.career API token?
Request one at web3.career/web3-jobs-api. The token must be set in the environment variable WEB3_CAREER_API_TOKEN.
How do I install Web3 Jobs MCP Server on Claude Desktop?
Clone the repo, install dependencies with uv sync, then run uv run mcp install cli.py --name "Web3 Jobs". Alternatively, manually add the server configuration to Claude Desktop’s mcpServers JSON.
What does the query_jobs tool do?
It fetches Web3 jobs from web3.career with optional filters: remote (boolean), country (string, case‑insensitive), tag (string, case‑insensitive), and limit (integer, 1–100, default 50). Results are returned as structured Markdown.
Is there a prompt available for job search?
Yes, the search_jobs_prompt generates a natural language prompt based on a given role and location, e.g., /search_jobs_prompt role="blockchain developer" location="remote".
「その他」の他のコンテンツ
ghidraMCP
LaurieWiredMCP Server for Ghidra
Blender
ahujasidOpen-source MCP to use Blender with any LLM
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.

EverArt
modelcontextprotocolModel Context Protocol Servers
コメント