Summary
One speaker's published work, queryable instead of scrollable.
What it takes off you is the trawling: ask for the talks from a given year or the posts on a given portal, and what comes back are records with counts, event names, links and slides — enough to cite without going to find the page.
What it is
An MCP front end to Erick Wendel's contributions API: the talks he has given, the posts he has written and the videos he has published, as three collections you can filter and page.
What you get
- Talks filtered by year, city, title or id, with skip and limit for paging
- Posts filtered by title, portal, language or id
- Videos filtered by title, language or id
- A status call that reports whether the API behind all three is answering
Requirements
Npx on your PATH, and network access — the records come from the hosted API, not from the package you install.
Setup effort
One command — npx -y @erickwendel/contributions-mcp
