Entropy0 MCP server β source trust and URL safety tools for AI agents
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
AI agents fetch URLs, follow links, and act on domains they've never seen before. Most of the time that's fine. Sometimes it isn't β phishing infrastructure, newly registered lookalike domains, brand impersonation sites, or plain malware hosting.
Entropy0 adds a trust gate between your agent and the external web. One API call returns a machine-readable recommended action your agent can reason about before it fetches, navigates, or transacts.
| Package | Registry | Description |
|---|---|---|
entropy0-langchain | PyPI | LangChain tool β trust-gate URLs before agents fetch from them |
@entropy0/express | npm | Express middleware β evaluate request targets through /v1/decide |
@entropy0/mcp | npm | MCP server β source trust and URL safety tools for Claude Desktop, Cursor, Cline |
LangChain (Python)
Express (Node.js)
Direct API
Each decision runs a deterministic pipeline β same inputs always produce the same output:
recommended_action + reason codes + uncertainty + bounded validity windowNo probabilistic black boxes. Auditable, explainable, overridable.
| Example | Description |
|---|---|
examples/rag-agent | LangChain agent that trust-gates every URL before fetching content |
examples/langgraph-trust-gate | LangGraph pipeline with Entropy0 trust gate + evidence usability scoring |
This example shows a four-layer retrieval pipeline:
Example run:
The agent answered only from high-usability evidence and refused to attribute claims to sources where article body text was not captured.
This prevents a common failure mode in AI search agents:
Treating a reputable URL as equivalent to usable evidence.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-290)<a href="https://allmcps.com/mcp/mcp-290"><img src="https://allmcps.com/api/badge/mcp-290?style=directory" alt="Sdk on AllMCPs" /></a>