Categories

AI Math Solver/Photomath

Solve math problems from images using AI vision models with step-by-step explanations

Click to upload file or drag and drop file here

Maximum file size: 10MB Supported formats: image/jpeg, image/png, image/webp

Supports JPG, PNG, WebP and other common image formats

选择解答结果的语言

API Documentation

Request Endpoint

POST /en/api/tools/ai-math-solver

Request Parameters

Parameter Name Type Required Description
imageFile file (Upload required) Yes Supports JPG, PNG, WebP and other common image formats
outputLanguage select No 选择解答结果的语言

File type parameters need to be uploaded first via POST /upload/ai-math-solver to get filePath, then pass filePath to the corresponding file field.

Response Format

data: {"chunk": "data: processed content 1", "type": "stream"}


data: {"chunk": "data: processed content 2", "type": "stream"}


data: {"type": "done"}
Stream: Stream

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-ai-math-solver": {
      "name": "ai-math-solver",
      "description": "Solve math problems from images using AI vision models with step-by-step explanations",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=ai-math-solver",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

Supports URL file links or Base64 encoding for file parameters.

If you encounter any issues, please contact us at [email protected]