← dynomatix.com
INDIVIDUAL MCP TOOL
dynomatix_list_open_positions
List every role Dynomatix is currently hiring for.
LIVE ENDPOINT
https://dynomatix.com/mcp
Connect to this endpoint to inspect the live schema for dynomatix_list_open_positions 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
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.com-dynomatix-company]
url = "https://dynomatix.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-dynomatix-company": {
"type": "http",
"url": "https://dynomatix.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-dynomatix-company
Remote MCP URL: https://dynomatix.com/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": {
"com-dynomatix-company": {
"url": "https://dynomatix.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-dynomatix-company": {
"type": "http",
"url": "https://dynomatix.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-dynomatix-company",
"transport": "streamable-http",
"url": "https://dynomatix.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
dynomatix_get_position— Read one job posting in full: responsibilities, requirements and how the role is set up.dynomatix_submit_application— Submit a job application to Dynomatix, résumé included.dynomatix_list_work— List the products and client work Dynomatix has shipped.dynomatix_get_work— Read one case study in full: what the problem was, what was built and what it changed.dynomatix_submit_enquiry— Send a project enquiry to Dynomatix — the same form the site's enquiry page submits.dynomatix_about— Who Dynomatix is, what it sells and how to reach it.