Jobpost
Read the job posting from any career page: title, employer, dates, salary. Paid per call, x402.
Should I use this
Quality & Safety
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"jobpost": {
"url": "https://jobpost.kaneky.dev/mcp"
}
}
}Remote endpoints
https://jobpost.kaneky.dev/mcpstreamable-httpWhat it can do
Tool inventory
Tools (1)
🟢extract_job_posting(url)
Read the structured job posting (schema.org JobPosting) from a web page: title, employer, locations, remote, employment type, dates, salary, requirements, description and the apply link. Returns the job, never the people: contact persons, email addresses and phone numbers are removed. A page without a posting is not charged.
Input Schema
{
"type": "object",
"properties": {
"url": {
"description": "The posting's page: an employer's career page or a job board's detail page.",
"format": "uri",
"maxLength": 2048,
"type": "string"
}
},
"required": [
"url"
]
}Community
Evidence