Use the Papiamentu Spellchecker with AI assistants via Model Context Protocol
https://spellcheck.boneiru.online/mcp
The Model Context Protocol (MCP) allows AI assistants like Claude to use external tools. This spellchecker exposes all its functionality as MCP tools.
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/list"
}
{
"jsonrpc": "2.0",
"id": 2,
"method": "tools/call",
"params": {
"name": "check_text",
"arguments": {
"text": "Mi ta bai skol awe.",
"max_suggestions": 5
}
}
}
Add to your ~/.mcp.json:
{
"mcpServers": {
"papiamentu": {
"type": "http",
"url": "https://spellcheck.boneiru.online/mcp"
}
}
}