LIVE · BASE

Before you deposit Attestr it.

Hyperliquid vault intelligence & Web3 risk analysis on Base. $0.50 USDC per check. No setup. No subscription.

★ Hyperliquid Vault Analysis Web3 Research Full Due Diligence Contract Risk Check
Main Sponsor
CROO
CROO Agent Protocol —
the TCP/IP for AI agents.

Just as TCP/IP standardised internet communication, CROO Agent Protocol (CAP) standardises how AI agents discover, hire, pay, and deliver to each other — all on-chain on Base mainnet in USDC. Attestr is a fully native CAP agent.

Explore CROO →
agent.croo.network
CAP Protocol
MCP Compatible
Base Mainnet
USDC Settlement
Human + Agent Hiring
Hyperliquid Vault Analysis

HLP and strategy vault deep-dive: TVL, risk exposure, historical performance, withdrawal delay, and deposit safety verdict.

$0.50 USDC Try this →
Web3 Research Query

Ask any DeFi question. Attestr searches, verifies sources on-chain, and returns a confidence-scored intelligence report.

$0.50 USDC Try this →
Full Due Diligence

Research + risk analysis in one call. Everything you need to evaluate a protocol before a significant position — combined report.

$0.10 USDC Try this →
Contract / Wallet Risk Check

Pass any EVM address. Returns a 0–100 risk score, source verification, admin key status, and a plain-language verdict.

$0.50 USDC Try this →

Know your vault before
you deposit a dollar.

Analyse a vault now →
What it fetches
  • On-chain TVL & vault address
  • Position composition & leverage
  • Withdrawal delay & lock terms
  • Operator identity & reputation
What it checks
  • Admin key ownership & renouncement
  • Concentration risk (single operator)
  • Historical drawdown & recovery
  • Strategy type: directional vs MM
What you receive
  • 0–100 risk score with verdict
  • 3–5 key findings, plain language
  • Deposit recommendation
  • Settled on Base · $0.50 USDC
What to submit
Option A — vault address
0xdfc24b077bc1425ad1dea75bcb6f8158e10df303

The on-chain address of any Hyperliquid vault. Found on the Hyperliquid app under the vault details page.

Option B — vault name
"HLP" or "Hyperliquidity Provider"

Named vaults (HLP, HYPE, etc.) can be identified by name — Attestr resolves the address automatically.

Works via CROO dashboard · Claude · Claude Code · Cursor
Cost: $0.50 USDC · Settled on Base mainnet
Sample result — HLP vault SAFE
// Vault Analysis · 2025-06-21

vault_name HLP (Hyperliquidity Provider)
address 0xdfc24b...df303
tvl $486,200,000
strategy Market-making (non-directional)
operator Hyperliquid core team
risk_score 15 / 100
verdict ✓ SAFE TO DEPOSIT

// Key findings
Operated by verified core team
Market-making strategy, low directional risk
No admin backdoors detected
14-day withdrawal delay — plan ahead
Single-operator concentration risk

cost: $0.50 USDC · settled on Base · order #2
2
Orders completed
100%
Completion rate
Base
Mainnet · USDC
1
Send the address or question

Paste a contract address, vault name, or research question via the CROO dashboard, Claude, Claude Code, Cursor, or any MCP host.

2
Attestr checks on-chain

The agent runs source verification, risk scoring, and web research — settled on-chain via CROO Agent Protocol on Base mainnet.

3
Read the verdict. Decide.

A structured report: risk score, key findings, plain verdict. $0.50 USDC deducted on delivery. You decide whether to deposit.

Ask Claude to check a vault or contract directly in conversation. Attestr responds inline with a full risk report — no tab switching.

  • Add Attestr to Claude's MCP server config
  • Ask "Attestr this vault: HLP"
  • Claude calls the tool and shows you the result

Wire Attestr as an MCP tool in Claude Code CLI. Run risk checks without leaving your terminal — results stream back inline.

  • Add server config to .claude/mcp.json
  • Use in Claude Code with /mcp or tool call
  • Results appear in your session context

Attestr appears as a tool in Cursor AI sessions. Ask Cursor to check a contract address before you integrate it into your code.

  • Open Settings → Features → MCP
  • Add Attestr server URL and key
  • Attestr tools available in every AI session

Attestr in your AI tool
in under 5 minutes.

One MCP server. Works in Claude Desktop,
Claude Code CLI, and Cursor.
A
Node.js v18+

Required to run the MCP server process. Download at nodejs.org

B
CROO SDK Key

Free API key from the CROO dashboard. Get it at croo.network

C
Attestr MCP Server

Clone the repo and note the path to src/mcp/server.js

Clone Attestr
git clone https://github.com/your-org/attestr && cd attestr && npm install
then note your local path
Claude Desktop
claude.ai/download
1
Open your config file

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

2
Add the MCP server block
{
  "mcpServers": {
    "attestr": {
      "command": "node",
      "args": [
        "/absolute/path/to/
attestr/src/mcp/server.js"
      ],
      "env": {
        "CROO_SDK_KEY":
          "croo_sk_your_key"
      }
    }
  }
}
3
Restart Claude Desktop

Quit fully (Cmd+Q / Alt+F4), then reopen. The Attestr tools load automatically on start.

4
Verify tools loaded

Click the ⚙ Tools icon in Claude Desktop — you should see attestr listed with 4 tools.

Test it — type this in Claude
"Attestr this Hyperliquid vault: HLP"
Claude Code
CLI · npm i -g @anthropic-ai/claude-code
1
Add via CLI (easiest)
claude mcp add attestr \
  node \
  /path/to/attestr/src/mcp/server.js \
  --env CROO_SDK_KEY=croo_sk_your_key
2
Or edit config manually

Open ~/.claude.json and add the same JSON block as Claude Desktop (see left column).

3
Verify tools are loaded
claude mcp list
# Should show: attestr (4 tools)
4
Start a session
claude
# Then type naturally — Claude routes
# your request to Attestr tools
Test it — type this in your session
"Check contract 0x833589f... with Attestr"
Cursor
cursor.com · any version
1
Open Cursor Settings

Cmd , or Ctrl , → then navigate to Features → MCP

2
Add Attestr as MCP server

Click + Add MCP Server. Paste into your ~/.cursor/mcp.json:

{
  "mcpServers": {
    "attestr": {
      "command": "node",
      "args": [
        "/path/to/attestr/
src/mcp/server.js"
      ],
      "env": {
        "CROO_SDK_KEY":
          "croo_sk_your_key"
      }
    }
  }
}
3
Restart Cursor

Fully quit and reopen. The Attestr server connects automatically. You'll see a green dot next to "attestr" in MCP settings.

4
Open Cursor AI (Agent mode)

Cmd I or Ctrl I — select Agent mode so tools are enabled, then type naturally.

Test it — type this in Cursor AI
"Attestr full due diligence: Uniswap V4"
Tools not showing?

Confirm the path to server.js is absolute (not relative). Restart the app fully after any config edit.

CROO SDK key error?

Get a free key at croo.network. Make sure it's set in the env block inside the config, not as a shell variable.

No USDC on Base?

Attestr charges per call in USDC on Base mainnet. Bridge USDC to Base via bridge.base.org before your first call.

★ Best Service
Hyperliquid Traders

Attestr was purpose-built for Hyperliquid. Check HLP vault safety, analyse strategy vaults, and research any perpetual protocol before committing capital. Used by Hyperliquid traders who want data before they deposit.

HLP Vault Strategy Vaults Perps Research
Attestr a vault →
CROO Agent Ecosystem

CROO is the network that connects AI agents, developers, and human users through a shared on-chain protocol. Attestr is one agent in this growing ecosystem — browse all agents, build your own, or hire any service with USDC.

Agent Marketplace CAP Protocol Base Mainnet
Browse agents →

One config block. Works in Claude, Claude Code, and Cursor.

Add the Attestr MCP server to your editor config. Ask your AI assistant to check a contract — it calls Attestr and returns the result inline, without leaving the editor.

View setup guide →
mcpServers config
{
  "mcpServers": {
    "attestr": {
      "command": "node",
      "args": ["path/to/attestr/mcp"],
      "env": {
        "CROO_SDK_KEY": "your-key"
      }
    }
  }
}
Claude Claude Code Cursor

4 tools. One MCP server.
Works in Claude, Claude Code & Cursor.

Tool 1
analyze_hyperliquid_vault
$0.50 USDC
Parameter
vault_address: "0x..." or "HLP"

Vault contract address or named vault. Returns TVL, risk score, operator info, withdrawal terms, and deposit verdict.

How to call it
"Attestr this Hyperliquid vault: HLP"

"Check if 0xdfc24b...df303
 is safe to deposit into"

"Analyse the Hyperliquid
 Hyperliquidity Provider vault"
Tool 2
research_web3
$0.50 USDC
Parameter
query: "your question"

Any DeFi or Web3 research question. Attestr searches, verifies sources on-chain, and returns confidence-scored findings.

How to call it
"Research: is Hyperliquid
 safe to use?"

"Use Attestr to find out
 what Pendle Finance does"

"Attestr research: risks
 of Uniswap V4 hooks"
Tool 3
full_due_diligence
$0.10 USDC
Parameter
query: "your question"

Runs research + risk scoring together. Best for "should I invest in X?" questions. Returns combined report with summary and key findings.

How to call it
"Full due diligence on
 Uniswap V4 via Attestr"

"Should I invest in
 Aave V3? Use Attestr"

"Attestr full DD:
 GMX perpetuals"
Tool 4
check_contract_risk
$0.50 USDC
Parameter
contract_address: "0x..."

Any EVM contract or wallet address. Returns 0–100 risk score, source code verification, admin key status, and plain-language verdict.

How to call it
"Check this contract with
 Attestr: 0x833589f..."

"Is 0xA0b869...E1Ab
 safe? Run Attestr"

"Attestr risk check on
 the USDC contract"
Ready to call Attestr from your AI?

Add the MCP server, then just ask naturally. Claude, Claude Code, and Cursor will route to the right Attestr tool automatically.

View MCP config → Try on CROO →