Skip to main content
Glama
lacausecrypto

io.github.lacausecrypto/poetrydb

PoetryDB MCP Server

npm version CI npm total downloads Node.js License: MIT

Inoffizieller MCP-Server zum Erkunden klassischer Poesie über PoetryDB.

Auf einen Blick

Metrik

Wert

Werkzeuge

12

Kategorien

3

Transport

stdio

Authentifizierung

keine

MCP-Registry-Name

io.github.lacausecrypto/poetrydb

npm-Paket

mcp-poetry

Quell-API

https://poetrydb.org

Inhalt

klassische Poesie nach Autor, Titel, Zeilentext und Form

Related MCP server: ClaudeSkills MCP Server

Installation

npm install -g mcp-poetry

Oder aus dem Quellcode:

npm install
npm run build

MCP-Registry

Dieser Server ist in der MCP-Registry unter folgendem Namen veröffentlicht:

io.github.lacausecrypto/poetrydb

Claude Desktop

{
  "mcpServers": {
    "poetrydb": {
      "command": "npx",
      "args": ["-y", "mcp-poetry"]
    }
  }
}

Für ein lokales Checkout ersetzen Sie den Befehl durch:

{
  "mcpServers": {
    "poetrydb": {
      "command": "node",
      "args": ["/absolute/path/to/mcp-poetrydb/dist/index.js"]
    }
  }
}

Werkzeuge

Katalog

  • catalog_overview: listet Kategorien und verfügbare Werkzeuge auf

  • catalog_category: zeigt Werkzeuge für eine bestimmte Kategorie an

Suche

  • search_by_author: findet Gedichte nach Autorenname

  • search_by_title: findet ein Gedicht nach Titel

  • search_by_lines: durchsucht Text in Gedichtzeilen

  • search_by_linecount: findet Gedichte mit exakter Zeilenanzahl

  • search_combined: fragt mehrere PoetryDB-Felder in einer Anfrage ab

  • list_authors: listet alle verfügbaren Autoren auf

Entdeckung

  • random_poem: ruft ein oder mehrere zufällige Gedichte ab

  • get_sonnets: ruft Gedichte mit 14 Zeilen ab

  • get_haikus: ruft Gedichte mit 3 Zeilen ab

  • list_titles: listet Gedichtstitel auf

Beispielanfragen

Einfach

Random poem please.

Erwartetes Werkzeug:

random_poem({ "count": 1 })

Durchsuchen

Show me the available poets.

Erwartetes Werkzeug:

list_authors({})

Gezielte Suche

Find Ozymandias.

Erwartetes Werkzeug:

search_by_title({ "title": "Ozymandias" })

Textsuche

Show me poems containing the word "love".

Erwartetes Werkzeug:

search_by_lines({ "text": "love" })

Formbasierte Entdeckung

Give me 14-line poems by Shakespeare.

Erwartetes Werkzeug:

search_combined({ "fields": "author,linecount", "values": "Shakespeare;14" })

Fortgeschrittener

List Shakespeare results, but only return title and linecount.

Erwartetes Werkzeug:

search_by_author({ "author": "Shakespeare", "fields": "title,linecount" })

Mehrstufige Erkundung

Start with the catalog, then show me the discovery tools, then give me a sonnet.

Typische Werkzeugsequenz:

catalog_overview({})
catalog_category({ "category_id": "discovery" })
get_sonnets({})

Entwicklung

npm run build
npm run test:ci
npm test
npm pack --dry-run

Umgebungsvariablen:

  • POETRYDB_BASE_URL

  • POETRYDB_REQUEST_TIMEOUT_MS

  • POETRYDB_REQUEST_RETRIES

Hinweise

  • Es ist kein API-Schlüssel erforderlich.

  • Dieses Paket ist nicht mit PoetryDB verbunden.

  • Entwickelt für MCP-Clients, die einen kompakten stdio-Server einer benutzerdefinierten PoetryDB-Integration vorziehen.

  • MCP-Registry-Identität: io.github.lacausecrypto/poetrydb

Namensnennung

Weitere Implementierungshinweise finden Sie in documentation.md.

Install Server
A
license - permissive license
B
quality
C
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
2Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    Provides access to a curated database of over 1,500 MCP tools with quality scores. Enables searching, browsing trending tools by category, discovering random tools, and retrieving detailed information about specific MCP tools.
  • F
    license
    A
    quality
    D
    maintenance
    Exposes two MCP tools (discover and execute) that enable agents to query an OpenAPI schema via natural language and execute matched API operations.
    2
  • A
    license
    Not graded
    quality
    F
    maintenance
    Enables searching and retrieving poems from the PoetryDB API by title, keyword, or author, and also provides random poems for inspiration.
    8
    MIT

View all related MCP servers

Related MCP Connectors

  • Poetry MCP — PoetryDB API (free, no auth)

  • Quotes MCP — citation-grade quote API for public-domain authors.

  • 100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lacausecrypto/mcp-poetrydb'

If you have feedback or need assistance with the MCP directory API, please join our Discord server