Web3 Career MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Web3 Career MCP Serverfind remote react jobs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Web3 Career MCP Server
This is a Model Context Protocol (MCP) server that wraps the Web3.career API. It allows AI agents to search for the latest Web3 jobs with various filters.
Features
Query Jobs: Fetch the latest job listings.
Filters:
Remote only
Limit number of results
Filter by country (e.g., 'united-states')
Filter by tag/skill (e.g., 'react', 'rust', 'marketing')
Toggle job descriptions
Related MCP server: recruiting-jobs-mcp
Usage Tips & Limitations
Tags: The
tagfilter expects a single keyword or slug.✅ Good: "marketing", "react", "solidity", "design"
❌ Bad: "marketing jobs", "senior react developer", "web3 marketing"
If you want to search for "marketing jobs", just use
tag: "marketing".
Country: Use country slugs (lowercase, hyphenated).
✅ Good: "united-states", "united-kingdom", "germany"
❌ Bad: "USA", "United Kingdom"
Available Tags
Here is a list of common tags you can use to filter jobs. Remember to use the exact slug/keyword.
Roles & Levels
analyst, community manager, cto, customer support, data science, design, developer relations, devops, economy designer, entry level, executive, finance, founder, hr, intern, legal, marketing, moderator, operations, product manager, project manager, research, sales
Engineering & Tech
backend, cryptography, front end, full stack, gaming, mobile, smart contract, security
Languages & Frameworks
golang, java, javascript, node, python, react, ruby, rust, solidity, typescript, web3js, web3 py
Blockchain & Ecosystems
bitcoin, blockchain, cosmos, ethereum, evm, layer 2, polkadot, polygon, solana, tezos
Web3 Specific
ai, crypto, dao, defi, discord, erc, erc 20, ganache, hardhat, metaverse, nft, non tech, open source, openzeppelin, pay in crypto, refi, truffle, zero knowledge
Setup
Prerequisites
Node.js (v18 or higher)
npm
Installation
Clone the repository (if applicable) or download the source.
Install dependencies:
npm installBuild the project:
npm run build
Configuration
Claude Desktop / Cursor
Add the following configuration to your MCP settings file (e.g., ~/Library/Application Support/Claude/claude_desktop_config.json on macOS).
{
"mcpServers": {
"web3-career": {
"command": "node",
"args": ["/path/to/web3-career-mcp/dist/index.js"],
"env": {
"WEB3_CAREER_TOKEN": "your-api-token-here"
}
}
}
}Note: The WEB3_CAREER_TOKEN environment variable is required. You can obtain an API token from web3.career. Do not commit your token to version control.
Usage
The server exposes a single tool: get_web3_jobs.
Tool Arguments
remote(boolean): Show only remote jobs.limit(number): Number of jobs to return (default 50, max 100).country(string): Filter by country slug (e.g.,united-states,france).tag(string): Filter by tag (e.g.,react,solidity).show_description(boolean): Include job description in the response (default true).
Development
To build the project in watch mode:
npx tsc --watchThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
Alicense-qualityCmaintenanceEnables AI agents to search and explore a large database of tech job listings with filtering options.MIT- Flicense-qualityCmaintenanceEnables AI agents to pull live job listings from major ATS platforms (Greenhouse, Lever, Ashby, Workable), Hacker News hiring threads, and detect hiring signals on company career pages.
- Alicense-qualityDmaintenanceEnables searching and retrieving job listings from the Active Jobs Db API with support for multiple filters like title, location, organization, and AI-based fields.MIT
- Alicense-qualityDmaintenanceEnables searching and retrieving job listings from a Supabase database (h.careers) with filters like location, level, salary, and work format.MIT
Related MCP Connectors
Job platform for AI agents. Track tech jobs from companies that match your stack.
Live job postings from 30+ ATS feeds and job boards, one schema. Live results need a Bearer key.
Search AI-native jobs, inspect application forms, and fetch free interview-prep resources.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pcmarts/Web3-career-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server