
Ai Provider Status
Let your agent check whether major AI providers are healthy before you blame your code for failed API calls.
Overview
ai-provider-status is an MCP server for the Operate phase that lets agents query AI vendor health via a hosted Cloudflare Workers endpoint.
What is this MCP server?
- Streamable-http MCP remote on Cloudflare Workers
- Surfaces AI provider status for quicker incident triage
- Useful when agents hit 5xx or timeout errors from LLM vendors
- Complements rate-limit and token MCPs from the same publisher
- Open GitHub source at lazymac2x/ai-provider-status-api
- MCP server version 1.0.0
- One streamable-http remote
- Repository: github.com/lazymac2x/ai-provider-status-api
What problem does it solve?
When LLM requests fail, you waste hours debugging app code that is fine because the provider is degraded.
Who is it for?
Solo builders who live in the terminal and want fast vendor health context during outages or flaky CI agent jobs.
Skip if: Organizations that require contractual SLAs and official PagerDuty integrations instead of aggregator status tools.
What do I get? / Deliverables
Your agent can pull provider status through MCP so you know whether to wait, failover, or keep debugging locally.
- Configured MCP remote for provider status lookups
- Agent-accessible status answers during debugging sessions
Recommended MCP Servers
Journey fit
Provider outages are an operations concern once you depend on live LLM APIs in production or daily dev loops. Status checks are operational monitoring—same mental shelf as uptime dashboards, not feature implementation.
How it compares
Lightweight MCP status probe, not a full APM or synthetic monitoring product.
Common Questions / FAQ
Who is ai-provider-status for?
Developers operating agent-heavy workflows who need quick answers when external AI APIs behave unexpectedly.
When should I use ai-provider-status?
Use it during incidents, failed deploys, or spiky error rates on LLM calls to rule out upstream provider issues.
How do I add ai-provider-status to my agent?
Add remote MCP URL https://api.lazy-mac.com/ai-provider-status/mcp with type streamable-http in your client configuration.