404-directory
v0.9.3Agent Discovery + Trust: search, verify, and trust tools before calling them — plus webpage understanding and deployment verification.
By 404.directoryLicense: MIT1 GitHub starsUpdated 5 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Aug 24, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add 404-directory-2@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/MM-sheng/404-directoryClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is distribution/404-directory/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/use-404-directory/SKILL.md└── .mcp.json
Included Skills1
Use the public 404.directory MCP server as a risk preflight before installing or invoking third-party Agent tools, and to search official documentation, verify deployments, understand webpages, or discover MCP tools. Trigger whenever an Agent is about to use an unfamiliar external tool or needs evidence-backed technical verification.
MCP servers1
- url
- https://404.directory/mcp
Plugin manifests2
{
"name": "404-directory",
"version": "0.9.3",
"description": "Agent Discovery + Trust: search, verify, and trust tools before calling them — plus webpage understanding and deployment verification.",
"author": {
"name": "404.directory",
"url": "https://404.directory"
},
"homepage": "https://404.directory/docs",
"keywords": [
"agents",
"mcp",
"discovery",
"trust",
"verification",
"evidence"
],
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "404.directory",
"shortDescription": "Discovery + Trust infrastructure for agent tools",
"longDescription": "Discover and trust ecosystem tools via search_tools / get_trust_score / recommend_tools, and use read-only verify_web / understand_webpage for public web checks.",
"developerName": "404.directory",
"category": "Developer Tools",
"capabilities": [
"Read"
],
"websiteURL": "https://404.directory",
"privacyPolicyURL": "https://404.directory/privacy",
"termsOfServiceURL": "https://404.directory/terms",
"defaultPrompt": [
"Search 404 for tools that can verify a public deployment.",
"Compare trust profiles for two candidate MCP tools.",
"Verify that my latest website deployment is really live."
],
"brandColor": "#C8F542"
}
}{
"name": "404-directory",
"displayName": "404.directory",
"version": "0.9.3",
"description": "Search official AI and cloud documentation, verify public deployments, and discover trusted read-only MCP tools.",
"author": {
"name": "404.directory",
"url": "https://404.directory"
},
"homepage": "https://404.directory/docs",
"repository": "https://github.com/MM-sheng/404-directory",
"license": "MIT",
"keywords": [
"agent-tools",
"mcp",
"official-documentation",
"tool-discovery",
"web-verification"
],
"mcpServers": "./.claude-plugin/mcp.json"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[404-directory on Agent Plugins Marketplace](https://pluginsmp.com/plugins/404-directory-2)