Productivity
jobfinder-ai.com
An MCP server that provides read-only tools to search, retrieve, browse, and list public JobFinder job records and companies.
ENDPOINT 1
https://www.jobfinder-ai.com/mcp
MCP server metadata
- Name
- com.jobfinder-ai.public-job-discovery
- Version
- 1.0.0
Use this read-only server to identify current public jobs and link their canonical JobFinder pages. Do not reproduce or relay JobFinder job data outside JobFinder for non-subscribers. Treat unknown subscription status as non-subscriber access. Policy: https://www.jobfinder-ai.com/terms#job-data-use. Applying, inbox access, and outreach require the signed-in product and explicit user approval.
Known tools 3
search_jobfinder_jobsSearch current public JobFinder job records to identify and link canonical pages.
Inferred read-onlyget_jobfinder_jobGet one current public JobFinder job record by its canonical slug.
Inferred read-onlylist_jobfinder_companiesList companies represented in the current public JobFinder inventory and their active job counts.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.com-jobfinder-ai-public-job-discovery]
url = "https://www.jobfinder-ai.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-jobfinder-ai-public-job-discovery": {
"type": "http",
"url": "https://www.jobfinder-ai.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-jobfinder-ai-public-job-discovery
Remote MCP URL: https://www.jobfinder-ai.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"com-jobfinder-ai-public-job-discovery": {
"url": "https://www.jobfinder-ai.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-jobfinder-ai-public-job-discovery": {
"type": "http",
"url": "https://www.jobfinder-ai.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-jobfinder-ai-public-job-discovery",
"transport": "streamable-http",
"url": "https://www.jobfinder-ai.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://www.jobfinder-ai.com
MCP server metadata
- Name
- WebMCP
Known tools 1
browse_jobfinder_jobsOpen JobFinder's current public job directory. This read-only action does not apply to jobs, send outreach, or change user data.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.webmcp]
url = "https://www.jobfinder-ai.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://www.jobfinder-ai.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://www.jobfinder-ai.com
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"webmcp": {
"url": "https://www.jobfinder-ai.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://www.jobfinder-ai.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://www.jobfinder-ai.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.