Zivio Trading Intelligence

by doshinikunjk-code

347 downloads
Not rated
GitHub

About

Real-time trading intelligence for AI agents — gap scanner, SEC alerts, insider tracking, momentum signals via MCP

Details

Author
doshinikunjk-code
Downloads
347
Categories
Finance

- Pre‑market gap scanner with price, gap%, volume, float, relative volume
- SEC 8‑K/S‑1 filings with AI‑generated summaries via Gemini
- News headlines scored BULLISH, BEARISH, or NEUTRAL
- Live squeeze, HOD, VWAP reclaim, and volume spike detection
- Insider purchase activity sorted by transaction value

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Zivio Trading Intelligence
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Connect by adding the server URL and your API key to the MCP configuration file for Claude Desktop (claude_desktop_config.json) or for Cursor (.cursor/mcp.json). Once connected, ask your AI agent natural‑language queries for any of the five tools. An API key can be obtained through a paid subscription ($49/mo or $99/mo) at https://zivio.ca.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "zivio trading intelligence": {
            "zivio-trading": {
                "url": "https://zivio-mcp-production.up.railway.app",
                "headers": {
                    "x-api-key": "YOUR_API_KEY"
                }
            }
        }
    }
}

McpServers

{
    "zivio-trading": {
        "url": "https://zivio-mcp-production.up.railway.app",
        "headers": {
            "x-api-key": "YOUR_API_KEY"
        }
    }
}

Zivio MCP Trading Intelligence Server

> Pre-market gap scanner, SEC filing alerts, news sentiment, momentum alerts, and insider scanning — packaged as an MCP server for AI agents.

5 Tools Available

| Tool | Description |
|------|-------------|
| gap_scan | Pre-market gap stocks — price, gap%, volume, float, relative volume |
| sec_alert | SEC 8-K/S-1 filings with Gemini AI summary |
| news_sentiment | News headlines with BULLISH/BEARISH/NEUTRAL scoring |
| momentum_alerts | Live squeeze, HOD, VWAP reclaim, volume spike detection |
| insider_scan | Insider purchase activity sorted by transaction value |

Connect to Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "zivio-trading": {
      "url": "https://zivio-mcp-production.up.railway.app",
      "headers": {
        "x-api-key": "YOUR_API_KEY"
      }
    }
  }
}

Connect to Cursor

Add to .cursor/mcp.json in your project:

{
  "mcpServers": {
    "zivio-trading": {
      "url": "https://zivio-mcp-production.up.railway.app",
      "headers": {
        "x-api-key": "YOUR_API_KEY"
      }
    }
  }
}

Example Usage (once connected)

Ask your AI agent:
- "Scan for pre-market gappers above 10% with volume over 500K"
- "Get latest 8-K filings for NVDA with summary"
- "What's the news sentiment for TSLA today?"
- "Show me recent insider buying activity"
- "Find all MEGA SQUEEZE momentum alerts right now"

Deploy on Railway

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.