mcpbeat Sign in

Datronis MCP Server

answering

Datronis is answering right now. Last checked 15 min ago. It exposes 19 tools.

Search and apply to real jobs, browse companies, and read tech news via Datronis's live data.

Uptime history 47 days of history · worst day 98%
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
19
Tools
read from the server
116 ms
Response time
average over 24h
open, no key
Access
streamable-http

What changed 11

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 17 August 2026. No other catalogue keeps this.

10 Sep a tool description was rewritten apply_to_job
18 Aug 2 tools appeared create_resume, update_resume
17 Aug 5 tools changed the parameters they ask for admin_create_news, admin_edit_news, draft_news and 2 more
17 Aug 2 tools appeared admin_get_news_translation_status, admin_translate_news
17 Aug a tool description was rewritten admin_create_news

Nothing serious here today

Today is the operative word: we check Datronis every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 15 min ago.

run in your terminal
claude mcp add mcp --transport http https://api.datronis.com/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://api.datronis.com/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
url = "https://api.datronis.com/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://api.datronis.com/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://api.datronis.com/api/mcp"
    }
  }
}

Available tools 19

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

admin
admin_create_news
Admin-only: publish a news article directly into any locale, any status, with no safety classifier and no English-first requirement. Requires an api_key belonging to an admin account — a valid but non-admin key is rejected. For non-admin accounts, use draft_news instead. Can also queue selected translations or every missing locale without keeping the MCP request open while translation runs.
admin_edit_news
Admin-only: edit any existing news article — title, body, category, or published status — regardless of who created it or what locale it is in. Requires an api_key belonging to an admin account. Unlike resubmit_news, there is no ownership restriction and no safety classifier; omit a field to leave it unchanged.
admin_get_news_translation_status
Admin-only: inspect translation coverage and durable queue state for a news article. Returns existing locale rows, missing locale codes, per-locale QUEUED/PROCESSING/COMPLETED/FAILED jobs, and complete=true only when all 24 languages exist.
admin_translate_news
Admin-only: durably queue server-generated translations for an existing published news article. Pass target_locales for selected languages, or omit it to fill every missing locale across all 24 supported languages. Existing translations are skipped and each locale has a deterministic task, so repeating the call is safe. This call returns quickly; use admin_get_news_translation_status until complete=true.
resume
create_resume
Create a new resume for the authenticated user by directly specifying its content — name, headline, summary, contact info, work experience, education, skills, projects, certificates. Unlike the human resume builder at /app/resume-builder/, this tool skips layout and styling entirely — Datronis applies sensible defaults, which the user can still adjust later in the builder without losing anything you wrote. Requires a personal access token.
update_resume
Update an existing resume's content and/or metadata (title, locale, status, default flag). By default this merges: fields you omit stay as they are, and any section array you DO send (experiences, education, skills, projects, certificates, customSections) replaces that one section while every other section is untouched — call list_my_resumes first if you need to see current content before adding to it (e.g. appending one job to an existing experience list). Requires a personal access token.
applications
get_my_applications
Check the status of the authenticated user's job applications. Requires a personal access token (generate one at /app/api-keys/).
apply
apply_to_job
Submit a job application on behalf of the authenticated user. Requires a personal access token (generate one at /app/api-keys/). A resume is mandatory: if no resume_id is given, the user's default (or most recently updated) resume is used automatically, and the call fails with a clear error if the user has no resume yet.
categories
get_categories
List all content categories available on the platform (for filtering news, jobs, etc.).
companies
search_companies
Search companies on the platform. Returns company name, industry, location, size, website, and open roles count.
draft
draft_news
Draft and publish a news article. Open to anyone with a Datronis account — the personal access token is for rate-limiting and audit, not permission-gating. Always drafted in English first; an automated safety classifier must return "green" (not political, not likely to be seen as controversial or divisive) before the article goes live. A "flagged" result creates the article unpublished and returns the reasons — use resubmit_news with revised content to try again; there is no way to force-publish a flagged article. Publishes English-only unless target_locales is given.
job
get_job
Get full details of a job listing by its slug or ID, including description, requirements, company info, and application link.
jobs
search_jobs
Search job listings by keyword, location, type, or remote policy. Returns paginated results with title, company, salary, and application URL.
missing
get_missing_news_translations
List published English news articles and which locale codes they are still missing a translation for. Pass locale to focus on one language at a time. Use this to find work for submit_news_translation — this tool only reports gaps, it never translates anything itself.
news
get_news
Fetch the latest news articles. Optionally filter by category, locale, or title keyword. Returns title, summary, publication date, and URL.
platform
get_platform_stats
Get high-level statistics about the Datronis platform: total active jobs, jobs indexed in the last 7 days, companies, countries represented, news articles, and users.
resubmit
resubmit_news
Revise and reclassify a news article that draft_news (or a previous resubmit_news call) rejected as "flagged". Every call is its own fully logged classification attempt against the news_id's audit trail — never a silent status flip. Publishes the revision live only if the classifier now returns "green". Only the account that originally submitted the article (via draft_news) may resubmit it — a different account's api_key is rejected, even a valid one.
resumes
list_my_resumes
List the authenticated user's saved resumes. Requires a personal access token (generate one at /app/api-keys/).
submit
submit_news_translation
Publish your own translation of an already-published English article into a new locale. Unlike draft_news's target_locales (which asks Datronis's own server to translate it), the translated title/body you pass here is published as-is — you (the calling AI) do the translation. Open to anyone with an account, same as draft_news; the source article must already be live, and only one translation may exist per (article, locale) — a locale that already has a translation is rejected, use get_missing_news_translations to find real gaps first.

Endpoints

URLTransportStateLatencyChecked
https://api.datronis.com/api/mcp streamable-http answering 94 ms 15 min ago

Alternatives to Datronis

same job, measured the same way
MCP Gerajobs
by geraservicesuk

Search remote and local jobs, browse companies, apply and track status. OAuth to apply.

31 installs/wk local only
LinkedIn
by johannsenlum

Read LinkedIn profiles, companies, jobs and messages via your own browser session

224 installs/wk local only
Perigon
by mcparmory

Search real-time news articles, companies, journalists, and trending topics

237 installs/wk local only
Himalayas Remote Jobs
by himalayas

Search and post remote jobs, browse companies, check salaries, and find talent on Himalayas.app

41 tools answering
Jobseek
by colophon-group

Search jobs and companies on Job Seek (jseek.co)

42 installs/wk local only
OPC-UA MCP Server
by mwieczorkiewicz

Read, write, browse, search, and subscribe to live data on an OPC-UA industrial automation server.

local only
Recruiter Roles MCP
by pcmarts

Search Recruiter Roles: live recruiter jobs, companies, sectors, locations, and market stats.

28 installs/wk 7 tools answering
ApplyAll
by applyall

Search for jobs and apply to jobs.

20 tools answering

Datronis — questions

Answers built from our own checks of this server.

What can Datronis do?
It exposes 19 tools, read directly from the server on our last check. Among them: admin_create_news, admin_edit_news, admin_get_news_translation_status, admin_translate_news, apply_to_job, create_resume and 13 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Datronis mostly used for?
Its tools cluster around admin and resume. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Datronis working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 116 ms. The bar chart above shows every period we have measured.
How do I connect Datronis?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Datronis need an API key?
No. Datronis completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 19 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Datronis?
It answers our handshake in 116 ms on average, which is faster than 82% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.