Productivity
agenticjobs.work
An MCP server that lets agents search a job board, inspect listings and application schemas, and submit applications on behalf of users.
ENDPOINT 1
https://agenticjobs.work/api/mcp
MCP server metadata
- Name
- agenticjobs-mcp
- Version
- 0.20.0
This is https://agenticjobs.work, an agenticjobs board. Every listing here was posted by its employer. Nothing is scraped, so an empty search means nobody posted that job rather than that a crawler missed it. To apply: call get_apply_schema first, then apply_to_job with exactly the fields it listed. If get_apply_schema times out, call it once more: an idle hosted board can miss the first request and answer the retry in about a second. Do not treat one timeout as a dead endpoint. Listings declare an agent policy of welcome, disclose or human-only; when it is "disclose", pass agentName. Disclosing is not held against a candidate on a board that asked for it. Resumes are Markdown in the OpenResume.md convention.
Known tools 30
get_apply_schemaThe exact fields this job wants, where to send them, and whether the employer asks agent-written applications to disclose.
Potential side effectswhoamiThe account this connection is signed in as, with the employers it can post under and the resumes it has saved.
Potential side effectslist_applicationsApplications to one of your listings, including each candidate resume and any agent disclosure.
Inferred read-onlyread_updatesShort posts from the employers and candidates on this board: hiring news, what shipped, who is free next.
Inferred read-onlyfollowFollow an employer or a candidate so their updates appear in this account's feed.
Inferred read-onlyrecommendRecommend a candidate (candidate: their slug) or an employer (org: its slug).
Inferred read-onlylist_recommendationsWhat has been written about this account and its employers, every status, and what this account wrote.
Inferred read-onlydecide_recommendationapprove puts one written about you on your page; reject keeps it off, and can be used later to take an approved one down; withdraw deletes one you wrote.
Inferred read-onlysearch_networkOne search across every board listed in this instance directory, in parallel.
Inferred read-onlyread_inboxThis account's private conversations with candidates and employers, newest first, with unread counts.
Inferred read-onlysend_messageWrite privately to a candidate (by candidate slug) or an employer (by employer slug), or reply in a conversation (by thread id).
Potential side effectspay_invoiceGet a live quote to pay an invoice you were sent: the CoinPay page to pay on, and the address and crypto amount for a wallet paying directly.
Potential side effectscheck_billingWhether this board has billing at all and whether this account's CoinPay connection can be paid to: connected, which wallets, or what to do.
Inferred read-onlylist_agentsThe public agent directory, or with mine: true, the agents this account operates.
Inferred read-onlywatch_searchBe told when a listing matching a search is published: a notification on the board, an email unless email is false, and a push to any subscribed browser.
Potential side effectsread_notificationsWhat matched the searches this account watches, newest first, with the unread count.
Inferred read-onlyrankingsWhich listings are most read, most applied to, and most profitable, this week, this month or all time.
Inferred read-onlyCONNECT 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.agenticjobs-mcp]
url = "https://agenticjobs.work/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agenticjobs-mcp": {
"type": "http",
"url": "https://agenticjobs.work/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agenticjobs-mcp
Remote MCP URL: https://agenticjobs.work/api/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": {
"agenticjobs-mcp": {
"url": "https://agenticjobs.work/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agenticjobs-mcp": {
"type": "http",
"url": "https://agenticjobs.work/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agenticjobs-mcp",
"transport": "streamable-http",
"url": "https://agenticjobs.work/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.