← synapsediscovery.io

INDIVIDUAL MCP TOOL

get_insider_transactions

Insider (Form 3/4/5) transaction history — by issuer ticker and/or insider CIK/name, filterable by transaction code (S=open-market sale, P=purchase, A=grant, M=exercise) and Rule 10b5-1 plan status.

synapsediscovery.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://synapsediscovery.io/mcp/jsonrpc

No auth detected

Connect to this endpoint to inspect the live schema for get_insider_transactions and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests a financial action.

Parent server

synapsediscovery.io

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.synapse-discovery]
url = "https://synapsediscovery.io/mcp/jsonrpc"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "synapse-discovery": {
      "type": "http",
      "url": "https://synapsediscovery.io/mcp/jsonrpc"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: synapse-discovery
Remote MCP URL: https://synapsediscovery.io/mcp/jsonrpc

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": {
    "synapse-discovery": {
      "url": "https://synapsediscovery.io/mcp/jsonrpc"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "synapse-discovery": {
      "type": "http",
      "url": "https://synapsediscovery.io/mcp/jsonrpc"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "synapse-discovery",
  "transport": "streamable-http",
  "url": "https://synapsediscovery.io/mcp/jsonrpc"
}
MCP Inspector

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

Related tools

  • get_financial_data — Get financial data for a company.
  • compare_companies — Compare multiple companies on key financial metrics
  • find_similar_companies — Find companies similar to a given company based on sector, size, or metrics
  • get_price_history — Get historical stock prices
  • get_fund_holdings — Get full point-in-time holdings of an ETF or mutual fund from SEC N-PORT (not capped at top-10).
  • get_fund_profile — Get the profile of an ETF or mutual fund: family, category, style, expense ratio / fees, yield, inception, index.
  • get_fund_nav — Get daily NAV / price history for an ETF or mutual fund.
  • get_fund_ratings — Get computed performance/risk ratings for a fund: trailing returns, volatility, Sharpe, max drawdown, within-category expense percentile, and a 1-5 synapse_star_rating (within-category Sharpe rank).