Zerion Api

Query real-time crypto wallet portfolios, transactions, DeFi positions, token prices, NFTs, and gas fees across EVM chains and Solana via Zerion's MCP API.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
7 · 1.8k · 1 current installs · 1 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The name, README, package.json, and SKILL.md consistently describe a Zerion MCP-based crypto wallet data skill (portfolio, tx history, prices, NFTs, gas). The functionality requested (querying Zerion's MCP server) is coherent with the skill's stated purpose.
Instruction Scope
SKILL.md gives narrowly scoped runtime instructions: call Zerion's MCP endpoint, configure an API key in MCP settings, and run wallet/chain queries. It does not instruct the agent to read unrelated files, scan local system data, or exfiltrate arbitrary information.
Install Mechanism
This is an instruction-only skill with no install spec or code to run; that is low-risk. README suggests an optional 'npx clawhub install' command, but there is no install script included in the package itself.
!
Credentials
SKILL.md clearly states 'API key required' and shows how to add it to MCP configuration, but the registry metadata lists no required environment variables or primary credential. The skill will need a Zerion API key to function; the metadata omission is an inconsistency that could lead to misconfiguration or accidental exposure of credentials.
Persistence & Privilege
The skill is not marked 'always' and does not request persistent system privileges. It appears to operate via remote HTTP calls to Zerion's MCP server only; autonomous invocation is allowed (platform default) but not combined with elevated permissions.
What to consider before installing
What to check before installing: (1) Confirm the official source — the registry metadata lists no homepage/source, but README references an author and an npx clawhub install path; verify that this package is from Zerion or a trusted maintainer. (2) The SKILL.md requires a Zerion API key but the package metadata doesn't declare any required credentials — don't paste API keys into an unverified skill. Configure the API key in your MCP config and ensure the MCP endpoint (https://developers.zerion.io/mcp) is the only external endpoint being used. (3) Review MCP configuration and any logs to ensure the skill doesn't forward your API key or query results to other endpoints. (4) If you need higher assurance, request that the publisher add explicit requires.env/primary credential metadata, provide a canonical homepage/repository, or publish an install spec from a trusted release host. These actions would raise confidence that the skill is what it claims to be.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.5
Download zip
blockchainvk970ap8w731a076ghgxr5jkp7h80g1brcryptovk970ap8w731a076ghgxr5jkp7h80g1brdefivk970ap8w731a076ghgxr5jkp7h80g1brevmvk970ap8w731a076ghgxr5jkp7h80g1brlatestvk970k7hrddb2ha6evgskw1m0fd80kkejmcpvk970ap8w731a076ghgxr5jkp7h80g1brsolanavk970ap8w731a076ghgxr5jkp7h80g1brwalletvk970ap8w731a076ghgxr5jkp7h80g1br

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

Zerion API Skill

Query crypto wallet data using the Zerion API MCP server.

Overview

This skill provides access to Zerion's interpreted crypto wallet data through MCP tools. Supports EVM chains (Ethereum, Polygon, Arbitrum, Optimism, Base, BSC, and 50+ more) and Solana.

Note: API key required for authentication - get yours at https://developers.zerion.io

Available Data

Data TypeDescription
PortfolioTotal wallet value, breakdown by chain
TransactionsFull transaction history with parsed actions
PnLProfit/loss calculations
PositionsDeFi positions, staking, lending
Token PricesReal-time pricing and historical charts
NFTsCollections and individual NFT data
Gas PricesCurrent gas prices across chains

Common Queries

Portfolio Analysis

Get the portfolio for wallet 0x1234...
Show total value and breakdown by chain for 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045

Transaction History

Show recent transactions for 0x1234...
Get transaction history for 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 in the last 30 days

DeFi Positions

Show all DeFi positions for 0x1234...
What protocols is 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 using?

Token Analysis

Get current price of ETH
Show price chart for USDC over the last 7 days
Compare ETH price to SOL

NFT Data

Show NFT collections owned by 0x1234...
Get details for Bored Ape #1234
List all NFTs in wallet 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045

Gas Prices

What are current gas prices on Ethereum?
Compare gas prices across all EVM chains
Show Solana transaction fees

Tips

  1. Address Format: Use 0x addresses only (e.g., 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045)
  2. Multi-Chain: Supports EVM chains (Ethereum, Polygon, Arbitrum, Optimism, Base, BSC, etc.) and Solana
  3. Real-Time: All data is real-time from Zerion's indexed data
  4. Auth Required: API key needed - configure in MCP settings

Example Workflows

Customer Research

Analyze the portfolio composition of 0x1234...
What DeFi protocols are they using?
Show their transaction patterns over the last month
Calculate their PnL across all positions

Token Analysis

Get the current price of our governance token
Compare it to historical prices
Show top holders by wallet address

Competitive Analysis

What wallets are using Protocol X?
What's the average portfolio size?
What other protocols do they use?
Show cross-chain activity patterns

Multi-Chain Analysis

Compare wallet activity on Ethereum vs Solana
Show portfolio breakdown across all EVM chains
Which chains have the most DeFi activity?

MCP Server Details

URL: https://developers.zerion.io/mcp Type: Remote HTTP MCP server Auth: API key required (get at https://developers.zerion.io) Docs: https://developers.zerion.io/reference/building-with-ai

Setup

  1. Get your API key at https://developers.zerion.io
  2. Add to your MCP configuration:
    {
      "zerion": {
        "url": "https://developers.zerion.io/mcp",
        "headers": {
          "Authorization": "Bearer YOUR_API_KEY"
        }
      }
    }
    

Related Resources

When to Use This Skill

Use this skill when:

  • Researching wallet addresses (0x format)
  • Analyzing DeFi positions and protocols
  • Getting real-time token prices across chains
  • Investigating transaction patterns
  • Exploring NFT holdings
  • Checking gas prices across EVM chains and Solana
  • Validating customer or competitor data
  • Calculating portfolio PnL

Files

3 total
Select a file
Select a file to preview.

Comments

Loading comments…