io.github.lacausecrypto/poetrydb
PoetryDB MCP Server
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 |
|
npm-Paket |
|
Quell-API |
|
Inhalt | klassische Poesie nach Autor, Titel, Zeilentext und Form |
Related MCP server: ClaudeSkills MCP Server
Installation
npm install -g mcp-poetryOder aus dem Quellcode:
npm install
npm run buildMCP-Registry
Dieser Server ist in der MCP-Registry unter folgendem Namen veröffentlicht:
io.github.lacausecrypto/poetrydbClaude 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 aufcatalog_category: zeigt Werkzeuge für eine bestimmte Kategorie an
Suche
search_by_author: findet Gedichte nach Autorennamesearch_by_title: findet ein Gedicht nach Titelsearch_by_lines: durchsucht Text in Gedichtzeilensearch_by_linecount: findet Gedichte mit exakter Zeilenanzahlsearch_combined: fragt mehrere PoetryDB-Felder in einer Anfrage ablist_authors: listet alle verfügbaren Autoren auf
Entdeckung
random_poem: ruft ein oder mehrere zufällige Gedichte abget_sonnets: ruft Gedichte mit 14 Zeilen abget_haikus: ruft Gedichte mit 3 Zeilen ablist_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-runUmgebungsvariablen:
POETRYDB_BASE_URLPOETRYDB_REQUEST_TIMEOUT_MSPOETRYDB_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
PoetryDB: poetrydb.org
Upstream-Projekt: thundercomb/poetrydb
Weitere Implementierungshinweise finden Sie in documentation.md.
Maintenance
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
- FlicenseNot gradedqualityNot gradedmaintenanceProvides 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.
- FlicenseAqualityFmaintenanceExposes Anthropic Claude Agent Skills as MCP tools for discovery, search, and reading skill guidance and assets.139
- FlicenseAqualityDmaintenanceExposes two MCP tools (discover and execute) that enable agents to query an OpenAPI schema via natural language and execute matched API operations.2
- AlicenseNot gradedqualityFmaintenanceEnables searching and retrieving poems from the PoetryDB API by title, keyword, or author, and also provides random poems for inspiration.8MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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