Analytics
run402.com
Provides financial market phase transition signals and aggregated daily briefs for A-share and global markets.
ENDPOINT 1
https://llm-router.run402.com/mcp
MCP server metadata
- Name
- zhiji-signal
- Version
- 5.3.3
Known tools 5
phase-signalA-share HS300 phase transition signal (Phi, D, chi, delta_F, SoTI, state).
Inferred read-onlysignal-latestComplete signal payload including phase_signal + ji_sensing + indices.
Inferred read-onlyji-sensingSystem of Thought Integration (SoTI) measurement — frozen/comfort/creative_edge zone detection.
Inferred read-onlyCONNECT 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.zhiji-signal]
url = "https://llm-router.run402.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zhiji-signal": {
"type": "http",
"url": "https://llm-router.run402.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zhiji-signal
Remote MCP URL: https://llm-router.run402.com/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": {
"zhiji-signal": {
"url": "https://llm-router.run402.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zhiji-signal": {
"type": "http",
"url": "https://llm-router.run402.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zhiji-signal",
"transport": "streamable-http",
"url": "https://llm-router.run402.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://zhiji-daily-report.run402.com/mcp
MCP server metadata
- Name
- zhiji-signal
- Version
- 5.3.3
Known tools 5
phase-signalA-share HS300 phase transition signal (Phi, D, chi, delta_F, SoTI, state).
Inferred read-onlysignal-latestComplete signal payload including phase_signal + ji_sensing + indices.
Inferred read-onlyji-sensingSystem of Thought Integration (SoTI) measurement — frozen/comfort/creative_edge zone detection.
Inferred read-onlyCONNECT 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.zhiji-signal]
url = "https://zhiji-daily-report.run402.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zhiji-signal": {
"type": "http",
"url": "https://zhiji-daily-report.run402.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zhiji-signal
Remote MCP URL: https://zhiji-daily-report.run402.com/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": {
"zhiji-signal": {
"url": "https://zhiji-daily-report.run402.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zhiji-signal": {
"type": "http",
"url": "https://zhiji-daily-report.run402.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zhiji-signal",
"transport": "streamable-http",
"url": "https://zhiji-daily-report.run402.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://zhiji-signal.run402.com/mcp
MCP server metadata
- Name
- zhiji-signal
- Version
- 5.3.5
Known tools 5
phase-signalA-share HS300 phase transition signal (Phi, D, chi, delta_F, SoTI, state).
Inferred read-onlysignal-latestComplete signal payload including phase_signal + ji_sensing + indices.
Inferred read-onlyji-sensingSystem of Thought Integration (SoTI) measurement — frozen/comfort/creative_edge zone detection.
Inferred read-onlyCONNECT 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.zhiji-signal]
url = "https://zhiji-signal.run402.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zhiji-signal": {
"type": "http",
"url": "https://zhiji-signal.run402.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zhiji-signal
Remote MCP URL: https://zhiji-signal.run402.com/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": {
"zhiji-signal": {
"url": "https://zhiji-signal.run402.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zhiji-signal": {
"type": "http",
"url": "https://zhiji-signal.run402.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zhiji-signal",
"transport": "streamable-http",
"url": "https://zhiji-signal.run402.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 4
https://mcp.run402.com/mcp
MCP server metadata
- Name
- run402-remote
- Version
- 0.1.0
Free discovery tools for the run402 agent platform. Paid capabilities (image generation, deploys) live in the local server `npx -y run402-mcp`, which holds your wallet — this remote server never handles funds.
Known tools 3
run402_quickstartHow an agent gets a Postgres database, static site, serverless functions, storage and email on run402 with no signup — paid per-use with x402 USDC on Base.
Potential side effectsx402_price_checkInspect any https URL for x402 pricing: performs an unpaid request and decodes the 402 challenge (price, network, asset, recipient).
Inferred read-onlyexperiment_scoreboardLive state of run402's public demand experiment: on-chain USDC receipts to the seller wallet since launch (2026-07-20), split internal vs external, plus the claims wall.
Inferred read-onlyCONNECT 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.run402-remote]
url = "https://mcp.run402.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"run402-remote": {
"type": "http",
"url": "https://mcp.run402.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: run402-remote
Remote MCP URL: https://mcp.run402.com/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": {
"run402-remote": {
"url": "https://mcp.run402.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"run402-remote": {
"type": "http",
"url": "https://mcp.run402.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "run402-remote",
"transport": "streamable-http",
"url": "https://mcp.run402.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.