MCP Technopark Job Search
Click on "Deploy 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., "@MCP Technopark Job Searchsearch for React developer positions"
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.
MCP Technopark Job Search
A Model Context Protocol (MCP) server that provides job search functionality for Technopark (technopark.in). This server enables AI assistants to search and retrieve job listings from Technopark's job portal.
Features
🔍 Search jobs by role/title keywords
📊 Retrieve job details including title, company, closing date, and posted date
🤖 MCP-compatible server for seamless integration with AI assistants
🕷️ Web scraping using Puppeteer for real-time data
📝 TypeScript implementation with type safety
Related MCP server: LinkedIn Job Scraper MCP Server
Installation
Clone the repository:
git clone https://github.com/vinothvino42/mcp-technopark-job-search.git
cd mcp-technopark-job-searchInstall dependencies:
npm installBuild the project:
npm run buildUsage
Development Mode
Run the server in development mode with hot reloading:
npm run devProduction Mode
Build and run the server:
npm run build
node build/index.jsMCP Inspector
Debug and test the server using the MCP Inspector:
npm run inspectMCP Server Configuration
To use this server with an MCP-compatible client, add it to your MCP configuration:
{
"mcpServers": {
"technopark-job-search": {
"command": "node",
"args": ["path/to/mcp-technopark-job-search/build/index.js"]
}
}
}Tools
The server provides the following tool:
technopark-job-search
Search for jobs on Technopark by role or keyword.
Parameters:
role(string, required): The job role or keyword to search for
Response format:
[
{
"title": "Software Engineer",
"company": "TechCorp Solutions",
"closingDate": "2025-08-15",
"postedDate": "2025-07-20"
}
]License
This project is licensed under the ISC License.
Author
Vinoth
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
This server cannot be deployed
Maintenance
Related MCP Connectors
Search job postings, companies, and technology stacks across 10M+ companies.
Search remote tech jobs, inspect descriptions, compare roles, and retrieve application links.
Search AI-native jobs, inspect application forms, and fetch free interview-prep resources.
Job platform for AI agents. Track tech jobs from companies that match your stack.
Related MCP Servers
AlicenseNot gradedqualityDmaintenanceEnables AI agents to search and explore a large database of tech job listings with filtering options.MIT- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to search, filter, and extract job listings from LinkedIn using an automated headless browser with semantic AI filtering and deduplication.7 npmMIT
- FlicenseNot gradedqualityBmaintenanceEnables AI assistants to search Google Jobs and retrieve structured job listings, including titles, companies, locations, descriptions, and direct apply links, through natural language queries. Supports location targeting, country/language filters, and pagination.-
- FlicenseNot gradedqualityBmaintenanceEnables automated scraping of Naukri.com job listings, extracting structured data such as job titles, companies, salaries, locations, skills, and descriptions for use in AI-driven workflows.-