← real-signal.ai

INDIVIDUAL MCP TOOL

find_calm_pocket_now

Return the calmest currently-observed pockets in the Real Signal network — the single-call answer to "where is it calm in Singapore right now?".

real-signal.ainone authenticationAvailability not checked

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 endpoint

real-signal.ai

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.real-signal-ai]
url = "https://real-signal.ai/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "real-signal-ai": {
      "type": "http",
      "url": "https://real-signal.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "real-signal-ai": {
      "type": "http",
      "url": "https://real-signal.ai/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "real-signal-ai",
  "transport": "streamable-http",
  "url": "https://real-signal.ai/api/mcp"
}
MCP Inspector

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

Related tools

  • list_pockets — Return the list of active neighbourhood pockets the agent observes.
  • get_pocket_moment — Return the agent's current read of a pocket: atmosphere primary state, calm probability, signal saturation (how over-talked-at the pocket is), movement friction, fragility, and the window half-life.
  • get_observed_outlet — Return the public shadow-profile data for an outlet: outlet metadata, observed patterns from substrate (atmosphere, DNA, rain sensitivity), and aggregate-only decision-support lines drawn from the pocket.
  • get_pocket_sustainability — Return the pocket-level sustainability ledger summary — physical impact (units kept out of waste, hours reclaimed, trips matched, attention saved) and SGD dollar recovery, rendered in the merchant audience voice.
  • get_pocket_moment_quality — Return the Moment Quality Score (MQS) for a pocket — the central "is this moment worth breaking silence?" scalar.
  • get_merchant_readiness — Return current Merchant Readiness for every active outlet in a pocket.
  • get_pocket_equilibrium — Return the latest Equilibrium reading for a pocket — the composite "did speaking improve the neighborhood?" scalar.
  • get_pocket_packages — Return recent surfaced Packages for a pocket, lifted through the Package Renderer into canonical projections.