← Back to Plugins
MCP Server MCP

io.github.smeet666/mcp-stashbox

github By github 👁 1 views ▲ 0 votes

Search scenes, performers, studios and tags across the public stash-box catalogues.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-stashbox",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key for StashDB. A catalogue with no key is named as absent from every answer.",
          "name": "STASHBOX_STASHDB_KEY"
        },
        {
          "description": "API key for ThePornDB. A catalogue with no key is named as absent from every answer.",
          "name": "STASHBOX_TPDB_KEY"
        },
        {
          "description": "API key for FansDB. A catalogue with no key is named as absent from every answer.",
          "name": "STASHBOX_FANSDB_KEY"
        },
        {
          "description": "API key for PMV Stash. A catalogue with no key is named as absent from every answer.",
          "name": "STASHBOX_PMV_KEY"
        },
        {
          "description": "API key for JAVStash. A catalogue with no key is named as absent from every answer.",
          "name": "STASHBOX_JAVSTASH_KEY"
        },
        {
          "description": "Identify your own client. This project's identifier and a contact address stay appended, so a catalogue can always reach a human.",
          "name": "SB_USER_AGENT"
        },
        {
          "description": "Minimum milliseconds between requests to one catalogue. Default and floor 1000, ceiling 60000. The floor cannot be lowered.",
          "name": "SB_MIN_INTERVAL_MS"
        },
        {
          "description": "Deadline for one request, in milliseconds. Default 20000.",
          "name": "SB_TIMEOUT_MS"
        },
        {
          "description": "Retries on a busy catalogue. Default 3.",
          "name": "SB_MAX_RETRIES"
        },
        {
          "description": "In-memory cache lifetime, in milliseconds. Default 300000. Set 0 to turn it off.",
          "name": "SB_CACHE_TTL_MS"
        },
        {
          "description": "In-memory cache size, in entries. Default 500.",
          "name": "SB_CACHE_MAX_ENTRIES"
        },
        {
          "description": "error, info or debug. Default error. Logs go to stderr.",
          "name": "SB_LOG_LEVEL"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/smeet666/mcp-stashbox/releases/download/v1.0.0/mcp-stashbox-1.0.0.mcpb",
      "version": "1.0.0",
      "fileSha256": "22feb4622f20e19d459733c78d0ed6c6e626814dd2d0641e60a3c2e69fc81338",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol npm mcpb

Comments

Sign in to leave a comment

Loading comments...