Skip to content

SlaySlop MCP Server

Learn how to use the Model Context Protocol with SlaySlop.

SlaySlop now has a remote MCP server.

MCP is an open protocol that standardizes how applications provide context to LLMs.

This is useful for SlaySlop because you can give Cursor, Claude, or ChatGPT the same operator API as the dashboard, so they can list sites, pull findings, and fetch fix prompts without leaving the host.

Installation

Paste this into Cursor MCP settings (mcp.json). No secret. Cursor completes OAuth after you add the URL.

json
{
  "mcpServers": {
    "slayslop": {
      "url": "https://api.slayslop.com/mcp"
    }
  }
}

Restart your IDE

Restart Cursor after you add the server. On Claude and ChatGPT, allow access on the SlaySlop consent screen.

Usage

You can now ask the host to use SlaySlop. Here are some examples:

  • List my sites
  • Show open findings for this site
  • Get the fix prompt for the highest-severity finding

If a host cannot complete OAuth, create an API key in Developer settings. Remote MCP needs API keys on your plan.