← pronto.stream

INDIVIDUAL MCP TOOL

get_related_signals

Follow the link graph from one signal to other signals about the same subject.

pronto.streamnone authenticationAvailability not checked

LIVE ENDPOINT

https://pronto.stream/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_related_signals and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

pronto.stream

CONNECT 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.pronto-mcp]
url = "https://pronto.stream/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pronto-mcp": {
      "type": "http",
      "url": "https://pronto.stream/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pronto-mcp
Remote MCP URL: https://pronto.stream/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": {
    "pronto-mcp": {
      "url": "https://pronto.stream/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pronto-mcp": {
      "type": "http",
      "url": "https://pronto.stream/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pronto-mcp",
  "transport": "streamable-http",
  "url": "https://pronto.stream/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_billing_profile — Report who you are resolved as and what your plan grants: the agent identity behind this call, the funded account it acts for, the plan, the per-minute call ceiling, the per-response row budget, and which indicator set you may compute.
  • register_agent — Create your own identity on pronto and receive an API key, with no human present.
  • open_payment — Buy access for yourself, with no human involved.
  • settle_payment — Redeem a payment you have made and activate what it bought — a plan, a pass or call credits.
  • get_plans — List what can be bought — call credits, day and week passes, and plans — what each costs, and what each raises — the call ceiling, the row budget, and whether the commercial indicator set is included.
  • get_latest_signals — Fetch the most recent live signals from the wire in token-efficient CWF format, optionally filtered to one collection.
  • get_signal — Fetch one signal by its id, when you already know which one you want.
  • search_signals — Find signals by the words in them.