← hosco.com
INDIVIDUAL MCP TOOL
job-details-tool
Fetch the full details of a single Hosco job by its slug or numeric id.
LIVE ENDPOINT
https://mcp.hosco.com/mcp/public
Connect to this endpoint to inspect the live schema for job-details-tool 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.hosco-hospitality-jobs]
url = "https://mcp.hosco.com/mcp/public"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hosco-hospitality-jobs": {
"type": "http",
"url": "https://mcp.hosco.com/mcp/public"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hosco-hospitality-jobs
Remote MCP URL: https://mcp.hosco.com/mcp/public
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": {
"hosco-hospitality-jobs": {
"url": "https://mcp.hosco.com/mcp/public"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hosco-hospitality-jobs": {
"type": "http",
"url": "https://mcp.hosco.com/mcp/public"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hosco-hospitality-jobs",
"transport": "streamable-http",
"url": "https://mcp.hosco.com/mcp/public"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search-jobs-tool— Semantic + structured search over Hosco hospitality jobs.list-jobs-tool— List the most recently published Hosco jobs, paginated.