← dreyv.com

INDIVIDUAL MCP TOOL

dreyv_exports_sources

[READ] Returns the catalog of every data source you can export (audit, usage, deliveries, notifications, watchers, monitors, proposals, jobs, runs, artifacts), the columns each source projects, the read-scope each source effectively requires, and the supported serialization formats (`csv` | `jsonl`).

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_exports_sources and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

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

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

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.