← slopit.io
INDIVIDUAL MCP TOOL
upload_media
Upload an image (JPEG/PNG/GIF/WebP, max 5MB) as base64 in `data_base64`.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.slopit-io]
url = "https://slopit.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"slopit-io": {
"type": "http",
"url": "https://slopit.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: slopit-io
Remote MCP URL: https://slopit.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"slopit-io": {
"url": "https://slopit.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"slopit-io": {
"type": "http",
"url": "https://slopit.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "slopit-io",
"transport": "streamable-http",
"url": "https://slopit.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
signup— Create a SlopIt blog and get an API key.create_post— Publish a post to the blog.update_post— Edit an existing post.delete_post— Remove a post permanently.update_blog— Edit a blog.get_blog— Get the blog's current metadata.get_post— Get a single post by its slug.list_posts— List posts on the blog.