Describe the outcome
Tell the agent what market event matters, which confirmation you want, and where the notification should go.
MCP FOR AGENTIC WORKFLOWS
Connect your AI agent to AlertoWatch through the Model Context Protocol. Let the agent reason about market context, create rule-based crypto alerts, choose notification workflows, and prepare follow-up actions — while AlertoWatch monitors the conditions continuously.
Your AI reasons. AlertoWatch keeps watching.
MCP tool calls
list_coinsResolving BTCUSDTDoneget_entitlementsChecking multi-condition and automation accessDonecreate_alertPreparing opposite-direction alertDonecreate_alertCreating reversal alert with email onlyDonepreview_notificationVerifying the email messageDoneWorkflow status
The opposite rule is prepared in advance and enabled only after the primary alert event is accepted.
Illustrative agent workflow — market and macro analysis come from the connected AI agent. AlertoWatch provides the persistent monitoring and automation layer.
FROM CONVERSATION TO AUTOMATION
An AI conversation is useful while the session is active. A rule-based alert remains useful after the conversation ends. The connected agent can translate your intent into supported AlertoWatch operations, while AlertoWatch stores the rule, monitors market data, records accepted trigger events, and sends the selected notifications.
The agent remains responsible for its analysis and recommendations. AlertoWatch remains responsible for deterministic alert validation, persistent monitoring, event handling, and supported automation.
Tell the agent what market event matters, which confirmation you want, and where the notification should go.
The agent uses AlertoWatch tools to resolve markets, check entitlements, and create or update supported alert conditions.
AlertoWatch evaluates the saved rule after the chat is over and records the trigger when the configured condition matches.
Supported After Trigger Actions can enable or disable prepared alerts and continue a controlled automation sequence.
MODEL CONTEXT PROTOCOL
The Model Context Protocol gives AI clients a standard way to discover and call external tools. Through the AlertoWatch MCP server, a connected agent can work with supported alerts, watchers, coins, entitlements, event records, and notification actions without importing internal application code or accessing the database directly.
The AlertoWatch MCP server uses Streamable HTTP and operates statelessly. Authentication is provided per request with an AlertoWatch API token, and every operation still passes through the public API boundary, ownership checks, validation rules, and plan entitlements.
TOOL INVENTORY
The MCP server exposes focused tools rather than unrestricted system access. The available operations cover discovery, alert and watcher management, event review, notification preview, and resend workflows.
list_coinsget_entitlementslist_alertsget_alertlist_watchersget_watcherResolve supported markets, inspect current account limits, and understand the alerts and watchers already owned by the authenticated user.
create_alertupdate_alertdelete_alertcreate_watcherupdate_watcherdelete_watcherCreate and maintain supported rule-based alerts and market-wide watchers through the same public API validation used by the application.
pause_watcherresume_watcherPause or resume a watcher explicitly without relying on ambiguous toggle behavior.
list_alert_eventslist_event_recordspreview_notificationresend_notificationReview accepted event records, preview the current rendered message, and resend supported notifications when needed.
WORKFLOW IDEAS
A connected agent interprets its own market data and creates a supported AlertoWatch rule for the condition the user wants monitored.
Create an alert with email, Discord, Telegram, webhook, or in-app delivery according to the channels already configured and the alert’s current plan limits.
Create a Watcher Feed rule that scans one supported exchange universe for price change, volume change, or Bitcoin-relative performance conditions.
Prepare a disabled opposite-direction alert and use After Trigger Actions to enable it after the first alert fires.
Inspect accepted event records, preview the current message, and resend a notification through supported configured channels.
Let the agent inspect, update, pause, resume, or delete the user-owned alerts and watchers that are within its authorized scope.
FOLLOW-UP AUTOMATION
AlertoWatch After Trigger Actions allow an accepted trigger event to continue a controlled workflow. An alert can enable prepared alerts, disable selected alerts, or use a supported alert template action when the current plan and ownership rules allow it.
In the hero workflow, the agent prepares a disabled EMA 13 crosses below EMA 50 alert first. The primary EMA 13 crosses above EMA 50 alert then uses an After Trigger Action to enable the opposite alert after the reversal event is accepted.
The follow-up rule is prepared in advance. AlertoWatch does not ask an AI model to invent a new condition at trigger time.
Explore crypto alert automationCONTROL AND BOUNDARIES
The client sends an AlertoWatch API token with each MCP request. Never place the token in page source, screenshots, logs, or public examples.
The MCP transport does not keep private conversational memory between requests.
Tools call supported AlertoWatch public APIs rather than internal service routes or database tables.
Alerts, watchers, events, and follow-up references remain scoped to the authenticated user.
MCP does not bypass DSL validation, ownership checks, active-alert limits, channel limits, or plan-specific capabilities.
AlertoWatch creates monitoring and notification workflows. It does not place orders or guarantee market outcomes.
GET CONNECTED
Create an API token inside the authenticated AlertoWatch developer area, add the MCP endpoint to a compatible client, and pass the token securely in the Authorization header.
API-token and write capabilities depend on the current AlertoWatch plan. Plan details and pricing are available after sign in.
https://alertowatch.com/mcp
{
"url": "https://alertowatch.com/mcp",
"headers": {
"Authorization": "Bearer api_<your-token>"
}
}Conceptual configuration — use the exact format required by your MCP client.
BUILD THE WORKFLOW
Move from one-off market conversations to persistent, reviewable alert automation. Connect your AI client, create a supported workflow, and let AlertoWatch watch for the conditions after the chat ends.