AI Multilingual Spell Checker
Advanced multilingual spell checker with grammar correction, contextual suggestions, and writing improvement support for multiple languages
API Documentation
Request Endpoint
POST /en/api/tools/spell-checker
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| text | textarea | Yes | Enter any text in any supported language for comprehensive spelling and grammar checking |
| inputLanguage | select | Yes | Select the language of the text being checked |
| checkType | select | Yes | Choose the type of checking to perform |
| correctionStyle | select | Yes | Select the style of corrections and suggestions |
| outputLanguage | select | Yes | Select the language for analysis output |
| includeSuggestions | checkbox | No | Include suggestions for better writing and expression |
| includeExplanations | checkbox | No | Include explanations for why corrections are needed |
| exportFormat | select | No | Choose the format for the analysis output |
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-spell-checker": {
"name": "spell-checker",
"description": "Advanced multilingual spell checker with grammar correction, contextual suggestions, and writing improvement support for multiple languages",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=spell-checker",
"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.
If you encounter any issues, please contact us at [email protected]