← Registry

Analytics

highsignal.app

An MCP server that provides High Signal intelligence analytics, including daily briefs, signal records with evidence and provenance, source coverage health, and searchable published signals.

1 endpoint8 known toolsFirst detected September 19, 2026Last detected September 19, 2026

ENDPOINT 1

https://api.highsignal.app/mcp

No auth detected

MCP server metadata

Name
high-signal
Version
2.0.0
Capabilities
tools.listChanged

Known tools 8

get_daily_brief

Return the High Signal brief for today or yesterday in India Standard Time.

Inferred read-only
get_signal

Return one currently public High Signal record with its evidence events, scoring data, claim provenance, and related signals for the same entity.

Inferred read-only
get_daily_dump

Return the canonical machine-readable High Signal dump for one public day, including signals, evidence events, and attention overlays.

Inferred read-only
get_source_coverage

Return the full source catalog with per-source health, run status, stored-row counts, and representative samples.

Inferred read-only
search_signals

Search published High Signal records filtered by entity, signal type, direction, confidence, or date range.

Inferred read-only
browse_source

Browse raw collected events for one source family with keyset pagination.

Inferred read-only
get_track_record

Return the public hit-rate ledger with resolved/pending counts, outcome definitions, and calibration by signal type.

Inferred read-only
get_entity

Return one tracked entity with its supplier/customer/peer relationships, recent published signals, and market quotes.

Inferred read-only

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

.mcp.json

{
  "mcpServers": {
    "high-signal": {
      "type": "http",
      "url": "https://api.highsignal.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "high-signal",
  "transport": "streamable-http",
  "url": "https://api.highsignal.app/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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.