Serversio.github.lacausecrypto/poetrydb
P

PoetryDB MCP Server

io.github.lacausecrypto/poetrydb · v1.0.1
▦ npm
v1.0.1npm npm: mcp-poetry↗ Website↗ Repository
{}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.lacausecrypto/poetrydb",
  "description": "Classic poetry search and discovery via PoetryDB.",
  "title": "PoetryDB MCP Server",
  "repository": {
    "url": "https://github.com/lacausecrypto/mcp-poetrydb",
    "source": "github",
    "id": "1208374400"
  },
  "version": "1.0.1",
  "websiteUrl": "https://github.com/lacausecrypto/mcp-poetrydb",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-poetry",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Override the PoetryDB API base URL.",
          "format": "string",
          "default": "https://poetrydb.org",
          "placeholder": "https://poetrydb.org",
          "name": "POETRYDB_BASE_URL"
        },
        {
          "description": "Per-request timeout in milliseconds.",
          "format": "number",
          "default": "20000",
          "placeholder": "20000",
          "name": "POETRYDB_REQUEST_TIMEOUT_MS"
        },
        {
          "description": "Retry count for retryable PoetryDB failures.",
          "format": "number",
          "default": "2",
          "placeholder": "2",
          "name": "POETRYDB_REQUEST_RETRIES"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}