← Registry

General Tools

job.rocks

Provides general-purpose tools through the Model Context Protocol.

2 endpoints9 known toolsFirst detected September 26, 2026Last detected September 26, 2026

ENDPOINT 1

https://www.job.rocks/mcp

No auth detected

MCP server metadata

Name
jobrocks-public-website
Version
1.0.0
Capabilities
tools
Server instructions

Read-only public job.rocks website MCP. No secrets, no admin access, no CRM writes. Prefer tools over guessing. For app usage/support use docs.job.rocks/_mcp.

Known tools 9

get_site_overview

Return public company/website summary, important pages, languages, contact paths and current offers.

Inferred read-only
list_public_pages

List important public pages with URL, title, description, language and category.

Inferred read-only
get_page

Get structured summary for a public page by URL, slug or id.

Inferred read-only
search_site

Search the public website index and return relevant pages with snippets.

Inferred read-only
list_forms

List public forms, purpose, endpoint, fields and tracking status.

Inferred read-only
check_form_config

Check one public form by URL or form id for endpoint, honeypot, required fields and UX/tracking readiness.

Inferred read-only
get_seo_status

Return public SEO/AI status markers: robots, sitemap, canonical, noindex, llms.txt, AI resources and MCP.

Inferred read-only
get_contact_options

Return public contact, demo, demo and pricing routes.

Inferred read-only
get_docs_support

Return official docs.job.rocks product-support and docs MCP links for app.job.rocks how-to questions.

Inferred read-only

CONNECT 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.jobrocks-public-website]
url = "https://www.job.rocks/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "jobrocks-public-website": {
      "type": "http",
      "url": "https://www.job.rocks/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: jobrocks-public-website
Remote MCP URL: https://www.job.rocks/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": {
    "jobrocks-public-website": {
      "url": "https://www.job.rocks/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "jobrocks-public-website": {
      "type": "http",
      "url": "https://www.job.rocks/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "jobrocks-public-website",
  "transport": "streamable-http",
  "url": "https://www.job.rocks/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://mcp.jobrocks.ai/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT 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.job-rocks]
url = "https://mcp.jobrocks.ai/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "job-rocks": {
      "type": "http",
      "url": "https://mcp.jobrocks.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: job-rocks
Remote MCP URL: https://mcp.jobrocks.ai/mcp

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "job-rocks": {
      "url": "https://mcp.jobrocks.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "job-rocks": {
      "type": "http",
      "url": "https://mcp.jobrocks.ai/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "job-rocks bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "job-rocks",
  "transport": "streamable-http",
  "url": "https://mcp.jobrocks.ai/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.