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 is read-only and unauthenticated. Every other tool requires an approved account connection and can spend the caller's own credit wallet. OAuth-aware clients should call an account tool, follow the authorization metadata from its HTTP 401 response, and ask the user only to sign in and approve. Agent-led setup: https://alertforge.ai/ai-agents#agent-setup. A revocable access key from https://alertforge.ai/dashboard/agents is a fallback only when the client cannot use OAuth. Call tools/list to see the full set.
Known tools 24
plan_style_sheet_character_editRequires an approved AlertForge account connection.
Inferred read-onlycreate_style_sheet_character_editRequires an approved AlertForge account connection.
Inferred read-onlyget_style_sheet_character_edit_statusRequires an approved AlertForge account connection.
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.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.