MCP Technopark Job Search
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., "@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: @career-now/mcp
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 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-qualityDmaintenanceEnables job search and scraping across multiple job boards (LinkedIn, Indeed, Glassdoor, etc.) with advanced filtering, directly from Claude Desktop or other MCP clients.Last updated5MIT

@career-now/mcpofficial
Alicense-qualityCmaintenanceEnables AI agents to search and explore a large database of tech job listings with filtering options.Last updatedMIT- 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.Last updated
- Flicense-qualityDmaintenanceEnables AI agents to search and filter Web3 job listings from web3.career, supporting parameters like remote, country, tag, and limit.Last updated
Related MCP Connectors
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.
Google Jobs listings with direct apply links via the Apify Google Jobs Scraper, hosted MCP.
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/vinothvino42/mcp-technopark-job-search'
If you have feedback or need assistance with the MCP directory API, please join our Discord server