The DIY Tools MCP server enables you to dynamically add custom tools without needing to write a full MCP server. Simply provide the function code, parameters schema, and the server handles the rest - ...
app/ ├── src/main/ │ ├── java/com/rskworld/calculator/ │ │ ├── MainActivity.java │ │ ├── CalculatorApp.java ...