Herndon Dryhurst Studio

← back to studio
Spawning / Kudurru
2023 · infrastructure
Web-scale data permissions and consent infrastructure including Have I Been Trained, Source.Plus, and Kudurru.
79 documents 3 images 19 press
MCP endpoint: mcp.herndondryhurst.studio · resource: studio://projects/spawning-kudurru
{
  "slug": "spawning-kudurru",
  "resource_uri": "studio://projects/spawning-kudurru",
  "docs": 79,
  "images": 3,
  "press": 19,
  "tags": [
    "infrastructure",
    "consent",
    "web",
    "protocol"
  ]
}
Sources · llms.txt
Connect via MCP

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