MCP Server
MCP
PoetryDB MCP Server
Classic poetry search and discovery via PoetryDB.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment