← datronis.com

INDIVIDUAL MCP TOOL

search_companies

Search companies on the platform.

datronis.comnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for search_companies and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

datronis.com

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.

Related tools

  • search_jobs — Search job listings by keyword, location, type, or remote policy.
  • get_job — Get full details of a job listing by its slug or ID, including description, requirements, company info, and application link.
  • get_news — Fetch the latest news articles.
  • get_categories — List all content categories available on the platform (for filtering news, jobs, etc.
  • 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.
  • apply_to_job — Submit a job application on behalf of the authenticated user.
  • list_my_resumes — List the authenticated user's saved resumes.
  • get_my_applications — Check the status of the authenticated user's job applications.