> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sqd.dev/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Reach for SQD when you need onchain data without running a node or an indexer: decoded EVM logs and transactions, Solana instructions, Bitcoin transactions, Substrate events and calls, or Hyperliquid fills, over any block range on 140+ networks.
> To query directly, POST to https://portal.sqd.dev/datasets/{dataset}/stream. The full API is described at https://docs.sqd.dev/openapi.json, and responses to the stream endpoints are JSON Lines.
> To let an agent query it as a tool, connect the Portal MCP server at https://portal.sqd.dev/mcp.
> Every page on this site is available as Markdown by appending .md to its URL.

# SQD plugin for Cursor

> Install SQD in Cursor with blockchain data tools and four official SQD skills.

The SQD plugin connects Cursor to blockchain data across 140+ networks through the hosted Portal MCP server. Coverage includes Ethereum, Base, Solana, Polkadot, Bitcoin, Tron, Hyperliquid, and many more networks. The plugin adds 28 read-only MCP tools plus four skills for Portal, Pipes SDK, and Squid SDK projects.

<Info>
  The SQD public Marketplace listing is awaiting Cursor review. The local install below provides the same plugin package now.
</Info>

## Install locally

<Steps>
  <Step title="Clone the SQD repository">
    ```bash theme={"system"}
    git clone https://github.com/subsquid-labs/portal-mcp-server.git sqd-portal-mcp
    ```
  </Step>

  <Step title="Link the plugin into Cursor">
    From the directory that contains `sqd-portal-mcp`, run:

    ```bash theme={"system"}
    mkdir -p ~/.cursor/plugins/local
    ln -s "$PWD/sqd-portal-mcp/plugins/portal" ~/.cursor/plugins/local/sqd
    ```
  </Step>

  <Step title="Reload Cursor">
    Restart Cursor or run **Developer: Reload Window** from the command palette. Open **Customize** and confirm that `SQD` appears with its MCP server and four skills.
  </Step>
</Steps>

When the public listing is approved, you can instead open **Customize**, search for `SQD`, select **Install**, and choose user or project scope.

## What gets added

| Field           | Value                                                                                 |
| --------------- | ------------------------------------------------------------------------------------- |
| Plugin name     | `sqd`                                                                                 |
| Display name    | `SQD`                                                                                 |
| Plugin version  | `0.8.1`                                                                               |
| MCP server name | `SQD`                                                                                 |
| MCP endpoint    | `https://portal.sqd.dev/mcp`                                                          |
| Bundled skills  | `portal`, `pipes-sdk`, `migrate-to-portal`, `squid-perf`                              |
| Authentication  | None for the public server                                                            |
| Source          | [subsquid-labs/portal-mcp-server](https://github.com/subsquid-labs/portal-mcp-server) |

## Try it

* "Show me the last 200 BTC perp fills on Hyperliquid."
* "How many transactions landed on Base in the past 2h?"
* "Show me the latest 20 USDC transfers on Base from the past hour."
* "Track USDT transfers on Tron."
* "Migrate this Squid SDK project from the v2 gateway to Portal."
* "Build a Pipes SDK indexer for USDC transfers on Ethereum."

For a bounded data question, Cursor should call a `portal_` tool and return query results. The bundled Portal skill handles raw exports, including data shapes not exposed as a dedicated MCP tool. The other skills help build Pipes SDK indexers, migrate Squid SDK projects, and compare Squid sync performance.

## Troubleshooting

* **SQD does not appear:** confirm the symlink target exists, then restart Cursor or run **Developer: Reload Window**.
* **Local plugin imports are disabled:** your Cursor team administrator must allow local plugin imports, or you can wait for the public Marketplace listing.
* **Tools are disconnected:** open Cursor MCP settings and confirm the `SQD` server points to `https://portal.sqd.dev/mcp`.
* **Prefer manual MCP setup:** configure the endpoint from the [Portal MCP Server](/en/ai/mcp-server) page instead.

## Related

* [Claude Code Plugin](/en/ai/plugins-claude). Install SQD in Claude Code
* [Codex Plugin](/en/ai/plugins-codex). Install SQD in Codex
* [Grok Plugin](/en/ai/plugins-grok). Install SQD in Grok
* [Gemini CLI Extension](/en/ai/plugins-gemini). Install SQD in Gemini CLI
* [Portal MCP Server](/en/ai/mcp-server). Manual MCP setup and tool reference
* [Agent Skills](/en/ai/agent-skills). Install SQD skills without the plugin


## Related topics

- [SQD plugin for Grok](/en/ai/plugins-grok.md)
- [SQD plugin for Codex](/en/ai/plugins-codex.md)
- [SQD plugin for Claude Code](/en/ai/plugins-claude.md)
- [SQD Skill for Claude Code and Cursor](/en/ai/skill-md.md)
- [SQD extension for Gemini CLI](/en/ai/plugins-gemini.md)
