Security & Testing
alertforge.ai
An MCP server for managing and querying alert configurations and scene types via the AlertForge API.
ENDPOINT 1
https://alertforge.ai/api/mcp
MCP server metadata
- Name
- alertforge-mcp
- Version
- 1.0.0
AlertForge information + AlertForge for Agents pack tools. get_product_info/get_pricing/get_faq are read-only and unauthenticated. Every other tool requires an AlertForge API key (Authorization: Bearer af_live_...; create one at https://alertforge.ai/dashboard/agents) and can spend the caller's own credit wallet -- call tools/list to see the full set.
Known tools 23
list_scene_kindsRequires an AlertForge API key (create one at https://alertforge.ai/dashboard/agents).
Potential side effectslist_particlesRequires an AlertForge API key (create one at https://alertforge.ai/dashboard/agents).
Potential side effectsget_balanceRequires an AlertForge API key (create one at https://alertforge.ai/dashboard/agents).
Potential side effectslist_overlay_projectsRequires an AlertForge API key (create one at https://alertforge.ai/dashboard/agents).
Potential side effectsplan_design_sheetRequires an AlertForge API key (create one at https://alertforge.ai/dashboard/agents).
Potential side effectscreate_design_sheetRequires an AlertForge API key (create one at https://alertforge.ai/dashboard/agents).
Potential side effectsapprove_design_sheetRequires an AlertForge API key (create one at https://alertforge.ai/dashboard/agents).
Potential side effectsplan_overlay_packRequires an AlertForge API key (create one at https://alertforge.ai/dashboard/agents).
Potential side effectscreate_overlay_packRequires an AlertForge API key (create one at https://alertforge.ai/dashboard/agents).
Potential side effectsget_pack_statusRequires an AlertForge API key (create one at https://alertforge.ai/dashboard/agents).
Potential side effectsexport_pack_zipRequires an AlertForge API key (create one at https://alertforge.ai/dashboard/agents).
Potential side effectslist_alert_typesRequires an AlertForge API key (create one at https://alertforge.ai/dashboard/agents).
Potential side effectsplan_alert_packRequires an AlertForge API key (create one at https://alertforge.ai/dashboard/agents).
Potential side effectscreate_alert_packRequires an AlertForge API key (create one at https://alertforge.ai/dashboard/agents).
Potential side effectsget_alert_pack_statusRequires an AlertForge API key (create one at https://alertforge.ai/dashboard/agents).
Potential side effectsgenerate_alert_characterRequires an AlertForge API key (create one at https://alertforge.ai/dashboard/agents).
Potential side effectsget_alert_character_statusRequires an AlertForge API key (create one at https://alertforge.ai/dashboard/agents).
Potential side effectsplan_transparent_videoRequires an AlertForge API key (create one at https://alertforge.ai/dashboard/agents).
Potential side effectscreate_transparent_videoRequires an AlertForge API key (create one at https://alertforge.ai/dashboard/agents).
Potential side effectsget_render_statusRequires an AlertForge API key (create one at https://alertforge.ai/dashboard/agents).
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for alertforge.ai was fetched 2026-08-03T19:31:51.622Z and is being refreshed.
alertforge.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.