INDIVIDUAL MCP TOOL
get_site_overview
Return public company/website summary, important pages, languages, contact paths and current offers.
LIVE ENDPOINT
https://www.job.rocks/mcp
Connect to this endpoint to inspect the live schema for get_site_overview and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.
Related tools
list_public_pages— List important public pages with URL, title, description, language and category.get_page— Get structured summary for a public page by URL, slug or id.search_site— Search the public website index and return relevant pages with snippets.list_forms— List public forms, purpose, endpoint, fields and tracking status.check_form_config— Check one public form by URL or form id for endpoint, honeypot, required fields and UX/tracking readiness.get_seo_status— Return public SEO/AI status markers: robots, sitemap, canonical, noindex, llms.txt, AI resources and MCP.get_contact_options— Return public contact, demo, demo and pricing routes.get_docs_support— Return official docs.job.rocks product-support and docs MCP links for app.job.rocks how-to questions.