erickwendel-contributions-mcp
Provides a Model Context Protocol (MCP) server exposing tools, prompts, and resources to query Erick Wendel’s public contributions (talks, posts, videos) with filtering and pagination.
Score Breakdown
⚙ Agent Friendliness
🔒 Security
MCP interface is described but no authentication/authorization is specified, implying public access to whatever upstream data the server returns. No details are provided about TLS, request signing, secrets management, or rate limiting. Dependency hygiene cannot be verified from provided data; zod and MCP SDK are used.
⚡ Reliability
Best When
Used through Claude Desktop, Cursor (agent mode), or an MCP host where the client supports tool/resource discovery and JSON-based tool calls.
Avoid When
If you need documented uptime/SLAs, guaranteed idempotency semantics, or strict compliance requirements that need explicit security/compliance statements.
Use Cases
- • Answer questions about Erick Wendel’s talks/posts/videos by year/topic/language/location via an MCP-capable AI client
- • Generate natural-language queries (find-content prompt) to locate specific items across platforms
- • Summarize activity by year (summarize-activity prompt)
- • Fetch basic content statistics (erickwendel://statistics resource) and server capabilities (erickwendel://about resource)
Not For
- • High-throughput or latency-sensitive production APIs for end-users
- • Use cases requiring strong access control, user-specific data, or per-tenant isolation
- • Environments that cannot run Node.js/execute npx commands (quick-start flow)
Interface
Authentication
No authentication is described for the MCP tools. Access appears public, relying on upstream content availability and the client’s ability to run the MCP server.
Pricing
No pricing information provided in the supplied README/manifest.
Agent Metadata
Known Gotchas
- ⚠ No explicit rate limit and retry/backoff guidance described; agents may need to handle throttling based on runtime errors.
- ⚠ README mentions Node.js v23+ for native TS support (conflicts with earlier 'v20+' mention); ensure the runtime matches the current requirement.
- ⚠ Because tools are executed via npx/command, the environment must allow running external processes; some locked-down environments may fail.
Alternatives
Full Evaluation Report
Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for erickwendel-contributions-mcp.
AI-powered analysis · PDF + markdown · Delivered within 30 minutes
Package Brief
Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.
Delivered within 10 minutes
Score Monitoring
Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.
Continuous monitoring
Scores are editorial opinions as of 2026-03-30.