A
licenseA
qualityC
maintenanceAn MCP server that exposes tools to query Erick Wendel's talks, blog posts, and videos, supporting filters and pagination, plus prompts and resources for content discovery and summarization.
4
14 npm
MIT
No user-submitted related servers found.
Scored across 4 tools
Each tool targets a distinct resource or action: check_status is for API health, while get_posts, get_talks, and get_videos retrieve different content types. No overlap.
All tool names follow a consistent verb_noun pattern using underscores (check_status, get_posts, get_talks, get_videos), making them predictable.
With 4 tools, the set is well-scoped for a contributions-focused MCP, covering essential retrieval operations without being too sparse or bloated.
The tool surface provides read operations for all contribution types and a health check, but lacks write or update operations, which may be acceptable for a read-only server but leaves minor gaps.