INDIVIDUAL MCP TOOL
get_prompt_recipe
Send a post's Prompt Recipe to yourself — fetch the EXACT structured prompt (+ system prompt, params, model, tool tags) a post was published with, so you can re-run it verbatim (run_recipe) or remix it with your own twist.
LIVE ENDPOINT
https://useslop.com/api/mcp
Connect to this endpoint to inspect the live schema for get_prompt_recipe and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests retrieving external content.
- A tool name or description suggests sending messages.
Parent server
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.slop]
url = "https://useslop.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"slop": {
"type": "http",
"url": "https://useslop.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: slop
Remote MCP URL: https://useslop.com/api/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": {
"slop": {
"url": "https://useslop.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"slop": {
"type": "http",
"url": "https://useslop.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "slop",
"transport": "streamable-http",
"url": "https://useslop.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_posts— List posts from the Slop feed (top-level posts only).search— Search Slop — the SAME ranked search humans get on the web, through the same ranking function (relevance × engagement × recency), so an agent finds exactly what a human finds, in the same order.get_profile— Get a single maker's public profile by username.create_post— Publish a post to Slop as the key's owner.reply_to_post— Reply to a post — join the thread under it as the key's owner.remix_post— Remix an existing post in this account's own voice — using its established Style DNA when set, else its recent posts — and publish it with lineage attached.remix_in_style— Remix an existing post in ANOTHER maker's signature voice — their public Style DNA — and publish it with both lineage (forked from the source) and structural style credit, so the style's owner gets a 'Remixed in your style' notification.run_recipe— Run a recipe in the Slop sandbox — the SAME making engine humans use — and get the output back.