← signal8.ai

INDIVIDUAL MCP TOOL

get_politicians_most_active

Discover the most active congressional traders ranked by trade count within a lookback period.

signal8.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent endpoint

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_companies — Search for companies by name or ticker symbol in the Signal8 database.
  • get_company_profile — Get an enriched company profile by ticker symbol.
  • get_quote — Get the current stock quote for a company including price, volume, change, market cap, and other real-time market data.
  • get_market_metrics — Get computed market metrics for a company including volume averages, volatility, SMAs, and trend direction.
  • get_short_interest — Get short interest data for a company including short volume, short ratio, days to cover, and short percent of float.
  • get_float — Get float and share structure data for a company including shares outstanding, public float, insider ownership percentage, and institutional ownership.
  • get_historical_prices — Get historical OHLCV price candles for a stock.
  • get_stock_price_change — Get percentage price changes for a stock across multiple timeframes: 1D, 5D, 1M, 3M, 6M, YTD, 1Y, 3Y, 5Y, 10Y, and MAX.