404.directory
io.github.mm-sheng/404-directoryRisk preflight for AI Agent tool actions and Polymarket settlement and execution checks.
Tools · 16
Reads one public human-facing webpage and returns a compact, evidence-linked AgentPageModel: page type, entities, login/current state, forms, enabled actions, and confidence. Prefer this over generic …
Independently verifies that a public website is reachable and meets deployment expectations (HTTP status, HTTPS validity, optional expected text). Returns structured evidence for accept / retry / esca…
Make a contextual allow, review, or block decision before an AI Agent installs or invokes a third-party tool registered in 404.directory. Use this immediately before installation or first use, and aga…
Close the feedback loop for one prior evaluate_tool_risk receipt. Call after the Agent proceeds, changes tools, requests review, or aborts. Submit only the bounded action/result fields and one-time ou…
Evaluate one specific Polymarket market before an AI Agent observes or contemplates buying or selling a Yes/No position. Use immediately before a decision when settlement wording, source ambiguity, ti…
Close the behavioral feedback loop for one prior evaluate_prediction_market receipt. Call after the Agent proceeds, reduces position size, changes side, waits, requests review, aborts, or encounters a…
Find third-party catalog tools using short provider/capability keywords, for example 'official documentation' or 'OpenAI docs'. All meaningful query terms must match across name, description, capabili…
Fetch one registered ecosystem tool by id or slug, including trust profile and usage stats.
Compare up to 5 ecosystem tools side-by-side (capabilities, trust dimensions, usage).
Return the machine-readable Trust Profile for a catalog tool (ownership, availability, compatibility, security, usage).
Given one known tool, recommend similar catalog tools via the Capability Graph (shared capabilities + protocol/category affinity).
List capabilities in the 404 catalog with tool counts. Use to explore the Capability Graph before searching.
Return a Capability Graph snapshot (nodes, shared-capability edges, capability index) for agent planning.
Search current first-party OpenAI, Microsoft Learn, AWS, and Cloudflare documentation in one call. Use this as the default documentation research tool for questions involving any of those providers, e…
Live-inspect one active, provider-verified, operator-curated public MCP server from the 404.directory catalog. Returns only the remote read-only tools approved for gateway execution, including their c…
Invoke exactly one approved read-only tool on an active, provider-verified, operator-curated public MCP server registered in 404.directory. First use search_tools to select a server, then inspect_tool…
Prompts · 4
Evaluate one real Polymarket observation or contemplated Yes/No action for settlement, liquidity, eligibility, and execution risk.
Answer a real technical question with current first-party OpenAI, Microsoft Learn, AWS, or Cloudflare sources.
Check a concrete public deployment claim with structured HTTP, TLS, redirect, or exact-text evidence.
Find an MCP tool for a real requirement, then make a contextual allow, review, or block decision before installation or invocation.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"404.directory": {
"url": "https://404.directory/mcp",
"transport": "streamable-http"
}
}
}