Check a provider before your agent trusts it.
Provider Trust is a read-only preflight for public HTTPS provider origins. It helps an agent inspect identity, reachable machine surfaces, payment metadata, status signals, and other provider evidence before the caller decides whether to depend on that service.
Try it
Ready.
What this is useful for
Use Provider Trust before adding an unfamiliar MCP server, API, data provider, or agent endpoint to an automated workflow. It is especially useful when a caller needs to distinguish a real public service from stale directory metadata, compare declared versus reachable surfaces, or document why a provider was accepted into a tool chain.
How to use the evidence
Treat the result as decision input, not an automatic allow-list. A healthy endpoint can still return bad data later, and an unreachable endpoint may simply be temporarily unavailable. The caller remains responsible for policy, spending limits, permissions, and whether a provider is appropriate for the task.
Machine endpoints
Free API: https://squeezeos-api.onrender.com/api/trust/provider?target=<url>
Primary MCP: https://provider-trust-mcp.onrender.com/mcp
The MCP surface provides a richer agent-native interface; the free API gives a quick origin-level preflight without requiring a payment.
Useful boundary
Provider Trust evaluates provider/source evidence. It does not claim that every statement produced by that provider is factually true, does not make irreversible trust decisions, and does not authorize spending. For market-data fact verification use Truth Verify, which compares real provider readings and returns signed evidence.