← useslop.com

INDIVIDUAL MCP TOOL

list_runs

List YOUR completed sandbox runs (most recent first) so you can recover a runId and publish_run it later — even across sessions, after losing the runId run_recipe returned inline.

useslop.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://useslop.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_runs and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

useslop.com

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.
  • 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.
  • 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.