← dreyv.com

INDIVIDUAL MCP TOOL

dreyv_storage_get

[READ] Looks up the artifact, verifies caller ownership, and returns a presigned GET URL valid for `ttlSeconds` (default 600, max 3600).

dreyv.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://dreyv.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for dreyv_storage_get and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

dreyv.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.dreyv]
url = "https://dreyv.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dreyv": {
      "type": "http",
      "url": "https://dreyv.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dreyv
Remote MCP URL: https://dreyv.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "dreyv": {
      "url": "https://dreyv.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dreyv": {
      "type": "http",
      "url": "https://dreyv.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dreyv",
  "transport": "streamable-http",
  "url": "https://dreyv.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • dreyv_identity_resolve — [READ] Resolves ENS, SNS (.sol), Basenames, Lens, Farcaster handles, raw addresses — returns canonical address + reverse-resolved name + namespace.
  • dreyv_identity_wallet_meta — [READ] Returns wallet first-seen timestamp, dormancy, tx count, and best-guess classification (EOA / contract / CEX / bridge).
  • dreyv_identity_profile — [READ] Combines resolved names, wallet meta, and known counterparty labels into one profile object.
  • dreyv_agent_signup — [WRITE] Provisions a new Dreyv account and returns an API key.
  • dreyv_portfolio_holdings — [READ] All token holdings for a wallet on the requested chain, with USD prices and metadata.
  • dreyv_portfolio_pnl — [READ] Realized + unrealized PnL with FIFO/LIFO/HIFO accounting.
  • dreyv_portfolio_defi_positions — [READ] Active DeFi positions (Kamino, Marinade, Jito, etc.) with TVL, APY, and risk score.
  • dreyv_treasury_health — [READ] Runway, diversification, concentration risk, and stablecoin ratio for a treasury wallet.