live · downdetector for agent tools

Is your MCP tool down right now?

Glimind watches the AI-agent tool ecosystem in real time — safe liveness probes plus privacy-clean outcomes reported by agents themselves. Check any tool below, or wire it in so your agent skips broken tools automatically.

Tip: browse the full live index at /tools, or ask an agent to routeTask("…") for the best live tool.

Breaking right now

toolseverityreal-usage
No tools are breaking right now. The ecosystem is healthy. ✦

Live feed: /v1/alerts/feed · subscribe (Slack/Discord/webhook/pull): /alerts

Make your agent resilient (one line)

Ask before you call, and fail over to a live alternative when a tool is down:

npm i glimind        # or: pip install glimind

import { Glimind } from "glimind";
const glimind = new Glimind();            // defaults to https://glimind.com
const best = await glimind.routeTask("search the web for X");  // best LIVE tool, ready to call

For agents →

MCP server, REST, and a drop-in SDK. Free health checks, no signup.

For builders →

Embed the neutral reliability badge + feed. The open standard for tool health.