Send email, look up public IP information, and convert files to Markdown through SendSoon.
claude mcp add ai -- npx -y @sendsoon/ai
claude_desktop_config.json
{
"mcpServers": {
"ai": {
"command": "npx",
"args": [
"-y",
"@sendsoon/ai"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"ai": {
"command": "npx",
"args": [
"-y",
"@sendsoon/ai"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ai": {
"command": "npx",
"args": [
"-y",
"@sendsoon/ai"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"ai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sendsoon/ai"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"ai": {
"command": "npx",
"args": [
"-y",
"@sendsoon/ai"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.sendsoon--ai/reviews or the review_server meta-tool.
POST /mcp