# Digital Foundry — machine-readable catalog for AI agents > Use these JSON endpoints as the live source of truth. Do not invent tools, skills, prompts, plugins, or MCP servers that are not in these files. ## Site - Home: https://digitalfoundry.ai/ - Jev Browser: https://digitalfoundry.ai/jev-browser/ - Claude Training: https://digitalfoundry.ai/claude-training/ - Human summary: https://digitalfoundry.ai/llms.txt - Agent instructions: https://digitalfoundry.ai/agents.txt - Agent instructions (markdown): https://digitalfoundry.ai/agents.md - OpenAPI: https://digitalfoundry.ai/openapi.json - MCP discovery: https://digitalfoundry.ai/.well-known/mcp.json ## Daily catalogs (English-verified) - Featured selection: https://digitalfoundry.ai/data/featured_catalog.json - Tools: https://digitalfoundry.ai/data/tools.json - News: https://digitalfoundry.ai/data/news.json - Skills: https://digitalfoundry.ai/data/skills.json - Prompts: https://digitalfoundry.ai/data/prompts.json - Plugins: https://digitalfoundry.ai/data/plugins.json - MCP servers: https://digitalfoundry.ai/data/mcp_servers.json - Master sources: https://digitalfoundry.ai/data/master_sources.json ## Featured catalog contract - schemaVersion must be 2 - selectionDate is the UTC publication date - tools: 3, skills: 3, prompts: 2, integrations: 3 (mix of plugin + mcp) - Every record includes language=en and languageVerification ## Public APIs (write) - Newsletter signup: POST https://digitalfoundry.ai/api/newsletter.php {"email":"..."} - Training survey: POST https://digitalfoundry.ai/api/survey.php - Consultation: POST https://digitalfoundry.ai/api/telemetry.php - Careers: POST https://digitalfoundry.ai/api/apply.php (multipart) ## Products - Jev Browser: agent-native Chromium for Claude Code, Codex, and Cursor. Install: `npx skills add digitalfoudnry-vb/jev-browser` - Repository: https://github.com/digitalfoudnry-vb/JevBrowser