General Tools
datronis.com
Provides access to job listings, company information, and news articles from a platform.
ENDPOINT 1
https://api.datronis.com/api/mcp
MCP server metadata
- Name
- Datronis
- Version
- 1.0.0
Known tools 19
get_jobGet full details of a job listing by its slug or ID, including description, requirements, company info, and application link.
Inferred read-onlyget_categoriesList all content categories available on the platform (for filtering news, jobs, etc.
Inferred read-onlyget_platform_statsGet 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-onlyresubmit_newsRevise and reclassify a news article that draft_news (or a previous resubmit_news call) rejected as "flagged".
Inferred read-onlyget_missing_news_translationsList published English news articles and which locale codes they are still missing a translation for.
Inferred read-onlysubmit_news_translationPublish your own translation of an already-published English article into a new locale.
Potential side effectsadmin_create_newsAdmin-only: publish a news article directly into any locale, any status, with no safety classifier and no English-first requirement.
Potential side effectsadmin_edit_newsAdmin-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 effectsadmin_translate_newsAdmin-only: durably queue server-generated translations for an existing published news article.
Inferred read-onlyadmin_get_news_translation_statusAdmin-only: inspect translation coverage and durable queue state for a news article.
Inferred read-onlycreate_resumeCreate 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 effectsupdate_resumeUpdate an existing resume's content and/or metadata (title, locale, status, default flag).
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.