io.github.lacausecrypto/poetrydb
PoetryDB MCP Server
Servidor MCP no oficial para explorar poesía clásica a través de PoetryDB.
De un vistazo
Métrica | Valor |
Herramientas | 12 |
Categorías | 3 |
Transporte | stdio |
Autenticación | ninguna |
Nombre en el registro MCP |
|
Paquete npm |
|
API de origen |
|
Contenido | poesía clásica por autor, título, texto de línea y forma |
Related MCP server: ClaudeSkills MCP Server
Instalación
npm install -g mcp-poetryO desde el código fuente:
npm install
npm run buildRegistro MCP
Este servidor está publicado en el Registro MCP bajo:
io.github.lacausecrypto/poetrydbClaude Desktop
{
"mcpServers": {
"poetrydb": {
"command": "npx",
"args": ["-y", "mcp-poetry"]
}
}
}Para una copia local, reemplace el comando por:
{
"mcpServers": {
"poetrydb": {
"command": "node",
"args": ["/absolute/path/to/mcp-poetrydb/dist/index.js"]
}
}
}Herramientas
Catálogo
catalog_overview: lista las categorías y las herramientas disponiblescatalog_category: muestra las herramientas de una categoría específica
Búsqueda
search_by_author: encuentra poemas por nombre de autorsearch_by_title: encuentra un poema por títulosearch_by_lines: busca texto dentro de las líneas del poemasearch_by_linecount: encuentra poemas por número exacto de líneassearch_combined: consulta múltiples campos de PoetryDB en una sola solicitudlist_authors: lista todos los autores disponibles
Descubrimiento
random_poem: obtiene uno o más poemas aleatoriosget_sonnets: obtiene poemas de 14 líneasget_haikus: obtiene poemas de 3 líneaslist_titles: lista los títulos de los poemas
Ejemplos de solicitudes
Sencillo
Random poem please.Herramienta esperada:
random_poem({ "count": 1 })Explorar
Show me the available poets.Herramienta esperada:
list_authors({})Búsqueda específica
Find Ozymandias.Herramienta esperada:
search_by_title({ "title": "Ozymandias" })Búsqueda de texto
Show me poems containing the word "love".Herramienta esperada:
search_by_lines({ "text": "love" })Descubrimiento por forma
Give me 14-line poems by Shakespeare.Herramienta esperada:
search_combined({ "fields": "author,linecount", "values": "Shakespeare;14" })Más avanzado
List Shakespeare results, but only return title and linecount.Herramienta esperada:
search_by_author({ "author": "Shakespeare", "fields": "title,linecount" })Exploración en varios pasos
Start with the catalog, then show me the discovery tools, then give me a sonnet.Secuencia típica de herramientas:
catalog_overview({})
catalog_category({ "category_id": "discovery" })
get_sonnets({})Desarrollo
npm run build
npm run test:ci
npm test
npm pack --dry-runVariables de entorno:
POETRYDB_BASE_URLPOETRYDB_REQUEST_TIMEOUT_MSPOETRYDB_REQUEST_RETRIES
Notas
No se requiere clave de API.
Este paquete no está afiliado con PoetryDB.
Diseñado para clientes MCP que prefieren un servidor stdio compacto en lugar de una integración personalizada de PoetryDB.
Identidad en el Registro MCP:
io.github.lacausecrypto/poetrydb
Atribución
PoetryDB: poetrydb.org
Proyecto upstream: thundercomb/poetrydb
Notas adicionales de implementación se encuentran en 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