INDIVIDUAL MCP TOOL
dynomatix_submit_enquiry
Send a project enquiry to Dynomatix — the same form the site's enquiry page submits.
LIVE ENDPOINT
https://dynomatix.com/mcp
Connect to this endpoint to inspect the live schema for dynomatix_submit_enquiry and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests sending messages.
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_list_open_positions— List every role Dynomatix is currently hiring for.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_about— Who Dynomatix is, what it sells and how to reach it.