Developer Tools
sqd.dev
Provides blockchain network information, status, and recent activity across multiple chains.
ENDPOINT 1
https://portal.sqd.dev/mcp
MCP server metadata
- Name
- sqd-portal-mcp-server
- Version
- 0.7.9
Known tools 28
portal_list_networksFind the right network or chain name to use across EVM, Solana, Bitcoin, Substrate, and Hyperliquid.
Inferred read-onlyportal_resolve_entityResolve user-facing blockchain entities into query-ready identifiers, with ambiguity kept explicit.
Inferred read-onlyportal_get_recent_activityGet a simple recent-activity feed across EVM, Solana, Bitcoin, or Hyperliquid with chronological paging and investigation pivots.
Inferred read-onlyportal_get_wallet_summarySummarize wallet activity and fund flow with shared overview, asset movement, counterparties, evidence pivots, and follow-up filters across supported networks.
Inferred read-onlyportal_get_time_seriesBuild simple activity charts and other time-series views across supported VMs, including compare-previous windows and grouped EVM contract trends.
Inferred read-onlyportal_evm_query_logsQuery raw EVM logs with address/topic filters, common event aliases, earliest/latest scanning, and optional inline decoding.
Inferred read-onlyportal_evm_query_transactionsQuery raw EVM transactions with optional logs, traces, state-diff context, and evidence pivots for transaction-level investigations.
Inferred read-onlyportal_evm_query_token_transfersQuery token-transfer activity on EVM without needing to remember Transfer event signatures.
Potential side effectsportal_evm_get_contract_deploymentLocate the create trace and parent transaction that deployed a specific EVM contract address within a bounded window.
Potential side effectsportal_evm_get_contract_activitySummarize what one specific contract has been doing lately, including recent interactions, unique callers, and optional event activity.
Inferred read-onlyportal_evm_get_analyticsGet the big picture for network-wide EVM activity with ranked contracts and compact overview metrics.
Inferred read-onlyportal_evm_get_ohlcBuild 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 effectsportal_solana_query_instructionsQuery raw Solana instructions with program and account filters.
Inferred read-onlyportal_solana_query_transactionsQuery raw Solana transactions with optional balances, rewards, logs, and instruction context.
Inferred read-onlyportal_solana_get_analyticsGet the big picture for Solana throughput, fees, wallet activity, and optional top-program usage.
Inferred read-onlyportal_bitcoin_query_transactionsQuery raw Bitcoin transactions and optionally attach inputs and outputs inline.
Inferred read-onlyportal_bitcoin_get_analyticsGet the big picture for Bitcoin block, fee, and address activity over a recent or explicit window.
Inferred read-onlyportal_substrate_query_eventsQuery raw Substrate or Polkadot event rows with pallet/event-name filters and optional parent call or extrinsic context.
Inferred read-onlyportal_substrate_query_callsQuery raw Substrate or Polkadot calls with pallet/call-name filters and optional child-call, emitted-event, or extrinsic context.
Inferred read-onlyportal_substrate_get_analyticsAnalytics snapshot for Substrate or Polkadot activity in an indexed window, with event, call, and extrinsic counts plus top event and call names.
Inferred read-onlyportal_hyperliquid_query_fillsQuery raw individual Hyperliquid fills with trader, coin, fee, PnL, and builder context.
Inferred read-onlyportal_hyperliquid_get_analyticsGet the big-picture Hyperliquid fill analytics with top traders, volume by coin, fees, and PnL.
Inferred read-onlyportal_hyperliquid_get_ohlcBuild chart-ready Hyperliquid trade OHLC candles with fixed buckets and auto intervals.
Potential side effectsportal_debug_query_blocksADVANCED: Query raw block records directly for EVM, Solana, or Bitcoin.
Inferred read-onlyportal_debug_resolve_time_to_blockADVANCED: Resolve a timestamp to the nearest indexed block or slot.
Inferred read-onlyportal_debug_hyperliquid_query_replica_commandsADVANCED: Query Hyperliquid replica-command actions such as orders, cancels, and leverage updates.
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.