← Registry

General Tools

datronis.com

Provides access to job listings, company information, and news articles from a platform.

1 endpoint19 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://api.datronis.com/api/mcp

No auth detected

MCP server metadata

Name
Datronis
Version
1.0.0
Capabilities
tools.listChangedresources.listChanged

Known tools 19

search_jobs

Search job listings by keyword, location, type, or remote policy.

Inferred read-only
get_job

Get full details of a job listing by its slug or ID, including description, requirements, company info, and application link.

Inferred read-only
get_news

Fetch the latest news articles.

Inferred read-only
get_categories

List all content categories available on the platform (for filtering news, jobs, etc.

Inferred read-only
search_companies

Search companies on the platform.

Inferred read-only
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.

Inferred read-only
apply_to_job

Submit a job application on behalf of the authenticated user.

Inferred read-only
list_my_resumes

List the authenticated user's saved resumes.

Inferred read-only
get_my_applications

Check the status of the authenticated user's job applications.

Inferred read-only
draft_news

Draft and publish a news article.

Potential side effects
resubmit_news

Revise and reclassify a news article that draft_news (or a previous resubmit_news call) rejected as "flagged".

Inferred read-only
get_missing_news_translations

List published English news articles and which locale codes they are still missing a translation for.

Inferred read-only
submit_news_translation

Publish your own translation of an already-published English article into a new locale.

Potential side effects
admin_create_news

Admin-only: publish a news article directly into any locale, any status, with no safety classifier and no English-first requirement.

Potential side effects
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.

Potential side effects
admin_translate_news

Admin-only: durably queue server-generated translations for an existing published news article.

Inferred read-only
admin_get_news_translation_status

Admin-only: inspect translation coverage and durable queue state for a news article.

Inferred read-only
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.

Potential side effects
update_resume

Update an existing resume's content and/or metadata (title, locale, status, default flag).

Potential side effects

CONNECT 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.datronis]
url = "https://api.datronis.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "datronis": {
      "type": "http",
      "url": "https://api.datronis.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: datronis
Remote MCP URL: https://api.datronis.com/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": {
    "datronis": {
      "url": "https://api.datronis.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "datronis": {
      "type": "http",
      "url": "https://api.datronis.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "datronis",
  "transport": "streamable-http",
  "url": "https://api.datronis.com/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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.