{"name":"Shard Tools","description":"Privacy-first browser workflows for files","endpoint":"https://shard.tools/mcp","tools":[{"name":"find_shard_tool","description":"Find the best Shard Tools browser workflow for a file task. Files are processed in the user's browser, not uploaded to this MCP endpoint.","inputSchema":{"type":"object","properties":{"task":{"type":"string","description":"What the user wants to do"}},"required":["task"]}},{"name":"open_shard_tool","description":"Return a Shard Tools browser workflow URL for a known tool slug. The browser performs the file operation locally.","inputSchema":{"type":"object","properties":{"slug":{"type":"string","description":"Shard Tools tool slug"}},"required":["slug"]}},{"name":"shard_tools_privacy","description":"Explain how Shard Tools handles files and what the remote MCP endpoint does not receive.","inputSchema":{"type":"object","properties":{}}},{"name":"convert_unit","description":"Run a deterministic no-file unit conversion on Shard Tools edge compute. No files are sent; only the numeric value and unit names are processed.","inputSchema":{"type":"object","properties":{"value":{"type":"number","description":"Numeric value to convert"},"from":{"type":"string","description":"Source unit, such as psi, bar, kph, mph, ml, cups, liters, gallons, kj, calories, tbsp"},"to":{"type":"string","description":"Target unit, such as psi, bar, kph, mph, ml, cups, liters, gallons, kj, calories, tbsp"}},"required":["value","from","to"]}},{"name":"calculate_business","description":"Run a deterministic no-file business or construction calculation on Shard Tools edge compute. Supports commission and brick calculations.","inputSchema":{"type":"object","properties":{"kind":{"type":"string","description":"Calculation kind: commission or bricks"},"sale":{"type":"number","description":"Commission sale amount"},"rate":{"type":"number","description":"Commission rate percent"},"wallArea":{"type":"number","description":"Brick wall area in square feet"},"brickLength":{"type":"number","description":"Brick length in inches"},"brickHeight":{"type":"number","description":"Brick height in inches"},"waste":{"type":"number","description":"Waste allowance percent"}},"required":["kind"]}}]}