INDIVIDUAL MCP TOOL
hires_restore_company
Restore a previously deleted company and re-enable it for active use — its public career site comes back online.
LIVE ENDPOINT
https://mcp.100hires.com/mcp
Connect to this endpoint to inspect the live schema for hires_restore_company and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.100hires-mcp-server]
url = "https://mcp.100hires.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"100hires-mcp-server": {
"type": "http",
"url": "https://mcp.100hires.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: 100hires-mcp-server
Remote MCP URL: https://mcp.100hires.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": {
"100hires-mcp-server": {
"url": "https://mcp.100hires.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"100hires-mcp-server": {
"type": "http",
"url": "https://mcp.100hires.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "100hires-mcp-server",
"transport": "streamable-http",
"url": "https://mcp.100hires.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
hires_list_candidates— List candidates with optional filters.hires_create_candidate— Create a new candidate profile.hires_get_candidate— Get full candidate data including application summaries by candidate ID or alias.hires_update_candidate— Update candidate fields, profile answers, and optional resume text.hires_delete_candidate— Permanently delete a candidate by ID or alias.hires_list_candidate_tags— List all tags assigned to a candidate.hires_add_candidate_tags— Add one or more tags to a candidate.hires_remove_candidate_tag— Remove a specific tag from a candidate.