← Registry

Developer Tools

sqd.dev

Provides blockchain network information, status, and recent activity across multiple chains.

1 endpoint28 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://portal.sqd.dev/mcp

No auth detected

MCP server metadata

Name
sqd-portal-mcp-server
Version
0.7.9
Capabilities
resources.listChangedtools.listChanged

Known tools 28

portal_list_networks

Find the right network or chain name to use across EVM, Solana, Bitcoin, Substrate, and Hyperliquid.

Inferred read-only
portal_get_network_info

Answer "is this network caught up?

Inferred read-only
portal_get_head

Get just the latest indexed head block or slot for a network.

Inferred read-only
portal_resolve_entity

Resolve user-facing blockchain entities into query-ready identifiers, with ambiguity kept explicit.

Inferred read-only
portal_get_recent_activity

Get a simple recent-activity feed across EVM, Solana, Bitcoin, or Hyperliquid with chronological paging and investigation pivots.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
portal_evm_query_logs

Query raw EVM logs with address/topic filters, common event aliases, earliest/latest scanning, and optional inline decoding.

Inferred read-only
portal_evm_query_transactions

Query raw EVM transactions with optional logs, traces, state-diff context, and evidence pivots for transaction-level investigations.

Inferred read-only
portal_evm_query_token_transfers

Query token-transfer activity on EVM without needing to remember Transfer event signatures.

Potential side effects
portal_evm_get_contract_deployment

Locate the create trace and parent transaction that deployed a specific EVM contract address within a bounded window.

Potential side effects
portal_evm_get_contract_activity

Summarize what one specific contract has been doing lately, including recent interactions, unique callers, and optional event activity.

Inferred read-only
portal_evm_get_analytics

Get the big picture for network-wide EVM activity with ranked contracts and compact overview metrics.

Inferred read-only
portal_evm_get_ohlc

Build chart-ready EVM OHLC candles plus a recent trade tape from supported DEX event sources, including Uniswap v2-style swaps, Uniswap v3/v4, and Aerodrome Slipstream.

Potential side effects
portal_solana_query_instructions

Query raw Solana instructions with program and account filters.

Inferred read-only
portal_solana_query_transactions

Query raw Solana transactions with optional balances, rewards, logs, and instruction context.

Inferred read-only
portal_solana_get_analytics

Get the big picture for Solana throughput, fees, wallet activity, and optional top-program usage.

Inferred read-only
portal_bitcoin_query_transactions

Query raw Bitcoin transactions and optionally attach inputs and outputs inline.

Inferred read-only
portal_bitcoin_get_analytics

Get the big picture for Bitcoin block, fee, and address activity over a recent or explicit window.

Inferred read-only
portal_substrate_query_events

Query raw Substrate or Polkadot event rows with pallet/event-name filters and optional parent call or extrinsic context.

Inferred read-only
portal_substrate_query_calls

Query raw Substrate or Polkadot calls with pallet/call-name filters and optional child-call, emitted-event, or extrinsic context.

Inferred read-only
portal_substrate_get_analytics

Analytics snapshot for Substrate or Polkadot activity in an indexed window, with event, call, and extrinsic counts plus top event and call names.

Inferred read-only
portal_hyperliquid_query_fills

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

Inferred read-only
portal_hyperliquid_get_analytics

Get the big-picture Hyperliquid fill analytics with top traders, volume by coin, fees, and PnL.

Inferred read-only
portal_hyperliquid_get_ohlc

Build chart-ready Hyperliquid trade OHLC candles with fixed buckets and auto intervals.

Potential side effects
portal_debug_query_blocks

ADVANCED: Query raw block records directly for EVM, Solana, or Bitcoin.

Inferred read-only
portal_debug_resolve_time_to_block

ADVANCED: Resolve a timestamp to the nearest indexed block or slot.

Inferred read-only
portal_debug_hyperliquid_query_replica_commands

ADVANCED: Query Hyperliquid replica-command actions such as orders, cancels, and leverage updates.

Potential side effects

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.

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.