mcpbeat

Nansen General Search

internet-court/nansen-general-search

Search for tokens or entities by name. Use when you have a token name and need the full address, or want to find an entity.

496 tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
1
copies elsewhere
how many repositories repackaged it
1529
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/internet-court/internet-court-skill --skill nansen-general-search

What comes with it

1 063 bytes besides the instruction
LICENSE

What it tells the agent to use

found in the instruction text
Bash runs shell commands — read the instruction before connecting

The instruction itself

1 sections, as written by the author
nansen research search "jupiter" --type token
nansen research search "Vitalik" --type entity --limit 5
nansen research search "bonk" --chain solana --fields address,name,symbol,chain

| Flag | Purpose |

|------|---------|

| --type | token or entity |

| --chain | Filter by chain |

| --limit | Number of results (default 25, max 50) |

| --fields | Select specific output fields |

Case-insensitive. Does NOT match by address — use profiler labels for address lookup.

Repackaged in 1 other repositories

same content, different owner
aiskillstore/marketplace open on GitHub →

How to use it

Copy the folder

Take internet-court/nansen-general-search from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.