bdjobs.mcp
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., "@bdjobs.mcpfetch BDjobs profile for user 123456 and log 789012"
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.
BDjobs Profile Server
This project implements a small MCP-compatible server that fetches BDjobs profile data using Puppeteer and exposes a tool for retrieving the profile text.
Project structure
src/- TypeScript source codedist/- Compiled output (not committed)package.json- Node package configurationtsconfig.json- TypeScript compiler configuration.gitignore- Ignored files and folders for Git
Related MCP server: LinkedIn MCP Server
Prerequisites
Node.js 18+ installed
npm installed
Setup
Open a terminal in the project folder:
cd D:\WordPress_Ai\bdjobsInstall dependencies:
npm install
Build
Compile the TypeScript source into dist/:
npm run buildRun
Start the server from the compiled output:
npm startDevelopment
If you want to run TypeScript directly during development, install ts-node and use a direct execution command or run your own script.
GitHub / Version Control
Initialize Git (if not already initialized):
git initAdd files:
git add .Commit:
git commit -m "Initial commit"Add remote repository and push:
git remote add origin https://github.com/your-username/your-repo.git git branch -M main git push -u origin main
Security notes
Do not commit
node_modules/ordist/.Do not store secrets, cookies, API keys, or personal credentials in source files.
Use
.envor another secure secret management method if you need configuration values.
How it works
The server exposes a tool named fetch_complete_profile and accepts two parameters:
userId- the value ofMybdjobsUserIdcookielogId- the value ofMybdjobsLogIdcookie
It launches Puppeteer, injects the cookies, opens BDjobs, and returns the page text.
Notes
You may need to install additional Puppeteer dependencies depending on your OS.
This project is intended for use with an MCP-compatible client.
This server cannot be installed
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
- Flicense-qualityDmaintenanceA Node.js-based Model Context Protocol server that exposes Proxycurl's LinkedIn data API, allowing MCP-compatible clients to access LinkedIn profile data, company information, and search for employees.Last updated
- AlicenseAqualityDmaintenanceAn MCP server for LinkedIn automation that enables users to search for jobs, retrieve profile details, manage connections, and read or send messages. It leverages Playwright and Browserbase to interact with LinkedIn through an existing authenticated browser session.Last updated6171MIT
- Flicense-qualityCmaintenanceSelf-hosted MCP server that scrapes LinkedIn jobs using your authenticated session cookies, enabling job search and details retrieval without per-run costs.Last updated
- AlicenseAqualityCmaintenanceFully featured MCP server that provides automation tools for LinkedIn, supporting browser-based scraping and API-based operations for content management, media uploads, and reactions.Last updated63MIT
Related MCP Connectors
GetJobzi MCP server for job search, application tracking, and career forecasting.
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
MCP server for AI job search — find jobs, track applications, get alerts. Claude, ChatGPT, Cursor.
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/MONGSING/bdjobs.mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server