INDIVIDUAL MCP TOOL
list_overlay_projects
Requires an AlertForge API key (create one at https://alertforge.ai/dashboard/agents).
LIVE ENDPOINT
https://alertforge.ai/api/mcp
Connect to this endpoint to inspect the live schema for list_overlay_projects and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name, description or schema mentions credentials.
Parent server
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.alertforge-mcp]
url = "https://alertforge.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"alertforge-mcp": {
"type": "http",
"url": "https://alertforge.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: alertforge-mcp
Remote MCP URL: https://alertforge.ai/api/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": {
"alertforge-mcp": {
"url": "https://alertforge.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"alertforge-mcp": {
"type": "http",
"url": "https://alertforge.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "alertforge-mcp",
"transport": "streamable-http",
"url": "https://alertforge.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_product_info— Read-only.get_pricing— Read-only.get_faq— Read-only.list_scene_kinds— Requires an AlertForge API key (create one at https://alertforge.ai/dashboard/agents).list_particles— Requires an AlertForge API key (create one at https://alertforge.ai/dashboard/agents).get_balance— Requires an AlertForge API key (create one at https://alertforge.ai/dashboard/agents).plan_design_sheet— Requires an AlertForge API key (create one at https://alertforge.ai/dashboard/agents).create_design_sheet— Requires an AlertForge API key (create one at https://alertforge.ai/dashboard/agents).