ENDPOINT 1
https://www.job.rocks/mcp
MCP server metadata
- Name
- jobrocks-public-website
- Version
- 1.0.0
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_overviewReturn public company/website summary, important pages, languages, contact paths and current offers.
Inferred read-onlylist_public_pagesList important public pages with URL, title, description, language and category.
Inferred read-onlysearch_siteSearch the public website index and return relevant pages with snippets.
Inferred read-onlycheck_form_configCheck one public form by URL or form id for endpoint, honeypot, required fields and UX/tracking readiness.
Inferred read-onlyget_seo_statusReturn public SEO/AI status markers: robots, sitemap, canonical, noindex, llms.txt, AI resources and MCP.
Inferred read-onlyget_docs_supportReturn official docs.job.rocks product-support and docs MCP links for app.job.rocks how-to questions.
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.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
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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.