Ultralayer API
MCP Server (V0)
POST
https://api.ultralayer.ai
/v0/mcp
This endpoint serves the remote Model Context Protocol (MCP) server for Ultralayer V0.
Tools
- identify_stakeholders: Identify key stakeholders for a query, with optional context and instructions. Commonly ~2 minutes; call once. For Chat Agents: [If a user is waiting on this turn, tell them it takes ~2 minutes and get explicit approval before calling. If no one is waiting (one-shot / autonomous), call and wait.]
- search_developments: Search for developments semantically (or not). Various filters available: timestamp, development type, stakeholder impact, symbols, and more.
- retrieve_development: Retrieve a specific development by its ID.
- retrieve_event_developments: Retrieve all developments associated with a known event_id. Filters for timestamp and occurrence are available. Track and understand the full event lifecycle through its developments.
- search_events: Search for events semantically (or not). Various filters available: timestamp, occurrence, event type, symbols, and more.
- list_wire: Return the most recent wire items that match the given filters.
- wire_storyline: Retrieve the novelty storyline for a wire item: the linear prior_wire_id ancestor chain plus first-degree branches (items that point at any ancestor).
- retrieve_entity: Realtime context package for one entity.
- create_alert: Create an alert that periodically polls an endpoint and delivers new results to your configured receivers (webhook, email, and/or telegram).
- get_alerts: Retrieve all alerts for the authenticated user, including recent attempt and delivery history.
- deactivate_alert: Deactivate an alert by setting its status to 'paused'.
- activate_alert: Activate an alert by setting its status to 'active'.
- delete_alert: Permanently delete an alert from the database.
- execute_alert: Execute an alert immediately to test it. Runs the exact same path as scheduled execution, including history and dedup.
- market_signal: Per-bar wire attention (count) and net-sum entity sentiment (sum, std) for one sector, country, or asset class. Max 60d history.
- list_guidance: Forward-looking guidance issued by public companies, grouped into series with revision history.
- list_guidance_outcomes: Company guidance versus the reported actual.
- list_changes: Qualitative wording changes between consecutive earnings press releases: what the filer started saying, stopped saying, or now says differently.
- guidance_bias: Aggregate score of company guidance versus reported actuals. One point per report period.
MCP Server (V0) › Responses
200
MCP Protocol Stream
No data returned