You're viewing a demo portfolio

Join the waitlist
PRSM

get_recent_signals

Active

Tool of PredMCP

declared in 0.7.0

Server-detected events from the last hour: funding outliers (≥3x 7d baseline), whale trades (≥$100k), OI caps reached. Cursor-based — pass next_cursor back as since_id to receive only new events. The polling equivalent of the /sse/signals stream. Pro tool get_signal_history covers 7 days with forward-return outcomes.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "coin": {
      "type": "string",
      "description": "Filter to one coin, e.g. \"BTC\""
    },
    "limit": {
      "type": "integer",
      "default": 20,
      "maximum": 20,
      "minimum": 1,
      "description": "Max events (free tier cap: 20)"
    },
    "since_id": {
      "type": "integer",
      "description": "Cursor from a previous call — returns only events with id > since_id. Omit on first call."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

PredMCP

https://github.com/RavioleLabs/predmcp

1/7 registries
View full server →
get_recent_signals — PredMCP — PRSM MCP