HasData Indeed
Indeed job listings by keyword and location, and full postings, as structured JSON.
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://mcp.hasdata.com/mcp?apis=indeed Requires auth (checked 2026-09-24)
Claude Code:
claude mcp add --transport http indeed-mcp https://mcp.hasdata.com/mcp?apis=indeed --header "x-api-key: <YOUR_VALUE>"
Or add to your MCP client config:
{
"mcpServers": {
"indeed-mcp": {
"url": "https://mcp.hasdata.com/mcp?apis=indeed",
"headers": {
"x-api-key": "<YOUR_VALUE>"
}
}
}
}
x-api-keyrequired secret — HasData API key, created at app.hasdata.com. 1,000 free credits every month, no card.
Package (npm 1.0.8)
npx -y @hasdata/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"indeed-mcp": {
"command": "npx",
"args": [
"-y",
"@hasdata/[email protected]"
],
"env": {
"HASDATA_API_KEY": "<YOUR_VALUE>"
}
}
}
}
HASDATA_API_KEYrequired secret — HasData API key, created at app.hasdata.com. 1,000 free credits every month, no card.
Package (pypi 1.0.8)
uvx hasdata-indeed-mcp
Or add to your MCP client config:
{
"mcpServers": {
"indeed-mcp": {
"command": "uvx",
"args": [
"hasdata-indeed-mcp"
],
"env": {
"HASDATA_API_KEY": "<YOUR_VALUE>"
}
}
}
}
HASDATA_API_KEYrequired secret — HasData API key, created at app.hasdata.com. 1,000 free credits every month, no card.
Related servers
browser-use
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
servers
MCP server that exercises all the features of the MCP protocol
World Monitor
Live markets, conflicts, country risk, chokepoints, energy, and China decision signals. 75 tools.
paperclip
Trending hip-hop artist momentum scores across four cultural dimensions.
ruflo
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Chrome DevTools MCP
MCP server for Chrome DevTools
Data from the Official MCP Registry