io.tooloracle/joboracle
Official8 toolsJobOracle Job Market Intelligence MCP
Delivers job market intelligence and employment trend analysis.
Captured live from the server via tools/list.
job_search
Search jobs by title, skill, location. Filter by type and recency.
Parameters (9)
- querystringrequired
Job title or keywords, e.g. 'Business Development Manager'
- locationstring
City or region, e.g. 'Bielefeld' or 'Berlin'
- countrystring
Country code: de, gb, us, at, ch, nl, fr, it, pl, br, au, in
- pageinteger
Page number (starts at 1)
- results_per_pageinteger
Results per page (max 50)
- max_days_oldinteger
Only jobs posted within N days
- full_timeboolean
Full-time only
- sort_bystring
Sort: relevance, date, salary
- salary_mininteger
Minimum annual salary filter
salary_insights
Salary ranges for a role in a location.
Parameters (3)
- rolestringrequired
Job title, e.g. 'Sales Manager'
- locationstring
City or region
- countrystring
remote_jobs
Find remote-only positions for a role or skill.
Parameters (3)
- querystringrequired
Keywords
- countrystring
- results_per_pageinteger
company_jobs
All open positions at a specific company.
Parameters (3)
- companystringrequired
Company name
- countrystring
- results_per_pageinteger
job_trends
Top companies hiring for a field. Rising demand signals.
Parameters (2)
- fieldstringrequired
Field or job category, e.g. 'Vertrieb' or 'IT'
- countrystring
job_compare
Compare job markets across cities for a role: job count and salaries.
Parameters (3)
- querystringrequired
Job title
- locationsarrayrequired
List of cities to compare
- countrystring
job_alerts_check
How many new jobs posted today/3 days/week for a query. Quick market pulse.
Parameters (3)
- querystringrequired
Keywords
- locationstring
City or region
- countrystring
health_check
Server status.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"joboracle": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://tooloracle.io/jobs/mcp/"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.