← real-signal.ai
INDIVIDUAL MCP TOOL
get_merchant_readiness
Return current Merchant Readiness for every active outlet in a pocket.
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
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_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.lookup_pocket_by_name— Resolve a free-text place name ("Holland Village", "cluny court", "Bukit Timah", "Katong") to a canonical pocket_id.