19 docs
This site exposes a Model Context Protocol server. Connect an AI agent to query the studio archive, search press sources, and read the full text of All Media Is Training Data.
Endpoint
https://mcp.herndondryhurst.studio/mcp
All project context
Every project exposes lightweight MCP resources: studio://projects/<slug> for JSON, studio://projects/<slug>/context for a compact Markdown briefing, studio://projects/<slug>/sources for the project source index, and exact per-source resources under studio://projects/<slug>/source/<encoded-path>.
resources/list
resources/read studio://projects/venice-biennale/context
resources/read studio://projects/interdependence/sources
resources/read studio://projects/interdependence/source/transcripts%2Fepisode-01-evgeny-morozov.md
tools/call list_project_sources {"slug":"interdependence","kind":"synopsis"}
tools/call get_project_source {"slug":"interdependence","source_path":"synopses/episode-01-evgeny-morozov.md"}
tools/call get_project_context {"slug":"venice-biennale"}
Add to Claude Desktop
{
"mcpServers": {
"herndon-dryhurst": {
"url": "https://mcp.herndondryhurst.studio/mcp"
}
}
}
Available tools
search_book — search All Media Is Training Data by keywordget_book_chapter — read a chapter from the bookget_project — get details on any studio projectget_project_context — read compact Markdown context for any projectlist_project_sources — browse source files inside a single project corpusget_project_source — fetch one text-bearing project source by pathsearch_projects — search across all projectslist_sources — browse press and context sources