万能大小写转换器

curl -X POST https://mate.tools/api/v1/case-convert.php \

-H "Content-Type: application/json" \

-d '{"text":"hello worldFooBar"}' import urllib.request, json

req = urllib.request.Request(

"https://mate.tools/api/v1/case-convert.php",

data=json.dumps({"text":"hello worldFooBar"}).encode(),

headers={"Content-Type": "application/json"},

)

with urllib.request.urlopen(req) as r:

print(json.load(r)) const r = await fetch("https://mate.tools/api/v1/case-convert.php", {

method: "POST",

headers: { "Content-Type": "application/json" },

body: JSON.stringify({"text":"hello worldFooBar"}),

});

console.log(await r.json()); 添加到 claude_desktop_config.json(Claude Desktop)、~/.cursor/mcp.json(Cursor)或任何其他MCP兼容客户端:

{

"mcpServers": {

"mate-tools": {

"command": "npx",

"args": ["-y", "@mate-tools/mcp-server"]

}

}

}

DOCUMENT中文(繁體)翻譯:劍橋詞典
手机相册删除的视频怎么恢复?详细拆解5个恢复小技巧