← Back to Plugins
MCP Server MCP

io.github.smeet666/mcp-rule34

github By github 👁 1 views ▲ 0 votes

Search rule34.xxx posts by tag through the site's own API. Needs a rule34.xxx API key.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-rule34",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Numeric rule34.xxx account id, shown under API Access Credentials.",
          "isRequired": true,
          "name": "RULE34_USER_ID"
        },
        {
          "description": "rule34.xxx API key, shown under API Access Credentials. One per person.",
          "isRequired": true,
          "isSecret": true,
          "name": "RULE34_API_KEY"
        },
        {
          "description": "Minimum milliseconds between requests. Default 1000, and never lower.",
          "name": "RULE34_MIN_INTERVAL_MS"
        },
        {
          "description": "silent, error, info or debug. Default error.",
          "name": "RULE34_LOG_LEVEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...