MCP App Store
by KeenEthics
Productivity
Dice icon

Dice

by Dice.com

Overview

Access Dice's database of active tech jobs through conversational AI search. With 30+ years of tech-only specialization, Dice offers unparalleled breadth and depth—covering every tech discipline from AI/ML to cybersecurity, across companies of all sizes. Use natural language to search faster and more easily than ever. Ask for what you want conversationally, refine your criteria through chat, and navigate to real opportunities. Skip the complexity of traditional job board filters and narrow down your job search within Claude.

Tools

Dice tools

Claude
Access Dice's database of active tech jobs through conversational AI search. With 30+ years of tech-only specialization, Dice offers unparalleled breadth and depth—covering every tech discipline from AI/ML to cybersecurity, across companies of all sizes. Use natural language to search faster and more easily than ever. Ask for what you want conversationally, refine your criteria through chat, and navigate to real opportunities. Skip the complexity of traditional job board filters and narrow down your job search within Claude.

get_company

Claude
Retrieve a company's name and description by company ID or group ID. Use this tool when users want more detail about a company than search_jobs/get_job_details return (e.g. after finding a job and wanting to know more about the company that posted it). DO NOT use for: searching/discovering companies or jobs by keyword (use search_jobs instead). LLM USAGE INSTRUCTIONS: - The typical flow is: search_jobs to find jobs -> user picks one -> get_job_details for that job (using its guid) -> offer to look up the company -> if the user agrees, call this tool with the company_id from get_job_details' response. - Do not call this automatically right after get_job_details; ask the user first unless they already explicitly asked for company details. Args: company_id: The company's identifier (optional; provide this OR group_id, not both). This is typically the company_id field returned by get_job_details. group_id: The company's numeric group identifier (optional; provide this OR company_id, not both). Returns: Company: Contains: - name: The company name - desc: The company description Raises: Exception: If neither company_id nor group_id is provided, the API call fails, the company is not found, or input validation errors occur

get_job_details

Claude
Retrieve a job's full description and associated skills by job ID. Use this tool when users want more detail about a specific job than search_jobs returns (e.g. after finding a job via search_jobs and wanting its full description and skills list). DO NOT use for: searching/discovering jobs by keyword (use search_jobs instead). LLM USAGE INSTRUCTIONS: - Only call this after the user has picked out a specific job from search_jobs results (or otherwise supplied a job's guid directly) — do not call it speculatively for every search result. - After returning job details, do NOT automatically call get_company. Instead, offer to look up the company (e.g. "Want me to pull up more info on the company?") and only call get_company, passing the returned company_id, if the user says yes. Args: job_id: The unique identifier of the job to retrieve (required). This must be the job's guid field from a search_jobs result, NOT its id field — id is a different, internal identifier that this tool does not accept. Returns: JobDetails: Contains: - description: The full job description - skills: List of Skill objects associated with the job - company_id: The job's company identifier, to pass as company_id to get_company for that company's name and description Raises: Exception: If the API call fails, the job is not found, or input validation errors occur

search_jobs

Claude

App Stats

4

Tools

Claude

Platforms

Category

Job Search

Works with

Claude

Data refreshed daily