Type card name, card text or create complex queries in our query language

How to search for cards

Anything you type will automatically search for all cards whose oracle text contains the words you typed.



So, let's search for all cards that can draw another cards and have lifelink. You can run the query by clicking on the exaple btw.

draw lifelink

Uhuu, we got @Griselbrand, @Tymna the Weaver and some others.



To search for more complex phrases exactly as they are written on a card, wrap the query with double quotes.

"Whenever you draw a card"

Filtering cards

Filter by name

name = izzet

Converted mana cost

cmc < 3

Commander identity

cmc <= wb

Card type

type = creature

Set code / name query

set = cmrsetName = "Commander Legends"

More complex queries

You can combine queries by just putting them after each other.

"Whenever you draw a card" cmd <= ur

Similar cards search

Similarity search is perfect to find more cards that are similar to some cards, let's say @Cultivate. To do this, just type:

sim = Cultivate

If the target card name has multiple words, you need to wrap it with double qutoes, so:

sim = "Tymna the Weaver"

Card similarity is based only on the oracle text of the cards, so to filter the results, you can combine it with other queries...

sim = "Cultivate" type = land