AI & Machine Learning
canivibe.ai
Get live status and health checks for AI coding providers.
ENDPOINT 1
https://canivibe.ai/mcp
MCP server metadata
- Name
- canivibe
- Version
- 1.0.0
Live availability for AI coding providers. Use check_provider_health before work that depends on a provider; use ai_provider_status for details.
Known tools 2
ai_provider_statusGet the live status of AI coding providers (Claude, OpenAI, Copilot, Cursor, OpenRouter and more).
Inferred read-onlycheck_provider_healthCheck whether one or more AI coding providers are healthy enough to use right now.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.canivibe]
url = "https://canivibe.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"canivibe": {
"type": "http",
"url": "https://canivibe.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: canivibe
Remote MCP URL: https://canivibe.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"canivibe": {
"url": "https://canivibe.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"canivibe": {
"type": "http",
"url": "https://canivibe.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "canivibe",
"transport": "streamable-http",
"url": "https://canivibe.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for canivibe.ai was fetched 2026-07-26T06:56:23.389Z and is being refreshed.
canivibe.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.