Serversio.github.holmesclaw-hash/dead-drop-content
C

io.github.holmesclaw-hash/dead-drop-content

io.github.holmesclaw-hash/dead-drop-content · v0.1.1
▦ npm
v0.1.1npm npm: dead-drop-mcp
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.holmesclaw-hash/dead-drop-content",
  "description": "Publish-ready articles on demand. Send a topic, get back SEO-optimized content with images.",
  "version": "0.1.1",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "dead-drop-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Ollama API URL (default: http://localhost:11434)",
          "format": "string",
          "name": "OLLAMA_URL"
        },
        {
          "description": "Unsplash API key for image matching (optional, images disabled without it)",
          "format": "string",
          "isSecret": true,
          "name": "UNSPLASH_ACCESS_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}