← sqd.dev

INDIVIDUAL MCP TOOL

portal_hyperliquid_query_fills

Query raw individual Hyperliquid fills with trader, coin, fee, PnL, and builder context.

sqd.devnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

sqd.dev

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.sqd-portal-mcp-server]
url = "https://portal.sqd.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sqd-portal-mcp-server": {
      "type": "http",
      "url": "https://portal.sqd.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sqd-portal-mcp-server": {
      "type": "http",
      "url": "https://portal.sqd.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sqd-portal-mcp-server",
  "transport": "streamable-http",
  "url": "https://portal.sqd.dev/mcp"
}
MCP Inspector

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

Related tools

  • portal_list_networks — Find the right network or chain name to use across EVM, Solana, Bitcoin, Substrate, and Hyperliquid.
  • portal_get_network_info — Answer "is this network caught up?
  • portal_get_head — Get just the latest indexed head block or slot for a network.
  • portal_resolve_entity — Resolve user-facing blockchain entities into query-ready identifiers, with ambiguity kept explicit.
  • portal_get_recent_activity — Get a simple recent-activity feed across EVM, Solana, Bitcoin, or Hyperliquid with chronological paging and investigation pivots.
  • portal_get_wallet_summary — Summarize wallet activity and fund flow with shared overview, asset movement, counterparties, evidence pivots, and follow-up filters across supported networks.
  • portal_get_time_series — Build simple activity charts and other time-series views across supported VMs, including compare-previous windows and grouped EVM contract trends.
  • portal_evm_query_logs — Query raw EVM logs with address/topic filters, common event aliases, earliest/latest scanning, and optional inline decoding.