Skip to main content
Glama

MCP Helius

by dcSpark

helius_search_assets

Search and filter Solana blockchain assets using criteria like owner address, creator address, JSON URI, supply mint, and more via MCP Helius. Retrieve precise asset data efficiently.

Instructions

Search for assets using various filters

Input Schema

NameRequiredDescriptionDefault
afterNo
beforeNo
burntNo
compressedNo
creatorAddressNo
cursorNo
delegateNo
frozenNo
groupingNo
jsonUriNo
limitNo
ownerAddressNo
pageNo
supplyNo
supplyMintNo

Input Schema (JSON Schema)

{ "anyOf": [ { "required": [ "ownerAddress" ] }, { "required": [ "creatorAddress" ] }, { "required": [ "jsonUri" ] }, { "required": [ "supplyMint" ] }, { "required": [ "delegate" ] }, { "required": [ "burnt" ] }, { "required": [ "frozen" ] }, { "required": [ "compressed" ] } ], "properties": { "after": { "type": "string" }, "before": { "type": "string" }, "burnt": { "type": "boolean" }, "compressed": { "type": "boolean" }, "creatorAddress": { "type": "string" }, "cursor": { "type": "string" }, "delegate": { "type": "string" }, "frozen": { "type": "boolean" }, "grouping": { "items": { "type": "string" }, "type": "array" }, "jsonUri": { "type": "string" }, "limit": { "type": "number" }, "ownerAddress": { "type": "string" }, "page": { "type": "number" }, "supply": { "type": "number" }, "supplyMint": { "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dcSpark/mcp-server-helius'

If you have feedback or need assistance with the MCP directory API, please join our Discord server