AI Math Solver/Photomath
Solve math problems from images using AI vision models with step-by-step explanations
API Documentation
Request Endpoint
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"}
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]