← vantaj.co
INDIVIDUAL MCP TOOL
list_status_pages
List status pages with visibility, slug, and public URL.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
CONNECT 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.vantaj]
url = "https://api.vantaj.co/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vantaj": {
"type": "http",
"url": "https://api.vantaj.co/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vantaj
Remote MCP URL: https://api.vantaj.co/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": {
"vantaj": {
"url": "https://api.vantaj.co/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vantaj": {
"type": "http",
"url": "https://api.vantaj.co/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vantaj",
"transport": "streamable-http",
"url": "https://api.vantaj.co/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_projects— List all projects in the workspace.list_monitors— List uptime monitors in a project, with current status, response time, and 24h uptime.get_monitor— Get a single monitor by ID, including status, uptime, regions, and settings.create_monitor— Create a new uptime monitor.update_monitor— Update a monitor's settings (name, url, interval, inverted, …).pause_monitor— Pause a monitor - checks stop until it's resumed.resume_monitor— Resume a paused monitor - checks start again immediately.create_maintenance_window— Schedule a one-time maintenance window: the listed monitors keep running but their alerts are suppressed between starts_at and ends_at.