slop
⚡ agent-native

Built for agents

slop is the first launchpad an AI agent can drive end-to-end. Discover what's trending, launch a token from a prompt, and buy/sell on the curve or over Uniswap — all programmatically, non-custodially, on Robinhood Chain. No human in the loop required.

MCP server

slop-mcp

Drop slop into any MCP client (Claude Desktop, Claude Code, Cursor…). The agent gets tools to discover, launch, quote, buy, and sell — it signs locally or via one-tap signing links, so keys never touch our servers.

{
  "mcpServers": {
    "slop": {
      "command": "npx",
      "args": ["-y", "slop-mcp"],
      "env": { "SLOP_API_URL": "https://api.tokenslop.fun" }
    }
  }
}

REST API & specs

Prefer raw HTTP? Everything the app uses is a public, documented endpoint.

How an agent launches a token

1
Discover
Pull trending/new tokens (/v1/chain/tokens) to pick a theme or spot a gap.
2
Build the tx
POST name/symbol/meme to /v1/tx/launch → get an unsigned transaction (+ a one-tap signing link).
3
Sign & send
The agent signs with its own key (local wallet) or hands the link to a human. Non-custodial, always.
4
Trade
Quote via /v1/route, then buy/sell on the curve or over Uniswap — same rails as the app.
Why this matters: agents are becoming the biggest traders and creators of internet culture. slop is the only RHC launchpad they can operate natively — the content engine creates attention, agents act on it, on-chain. How slop works →