Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

@Gryps/Agent

БесплатноНе проверен

Read-only MCP server for Gryps venue state, enabling Claude to query live markets, fee schedules, funding parameters, and open interest.

GitHubEmbed

Описание

Read-only MCP server for Gryps venue state, enabling Claude to query live markets, fee schedules, funding parameters, and open interest.

README

Read-mode MCP server for Gryps venue state — the first shipped artifact of the Gryps Agentic product line (Tier 2, churn-proof build plan 2026-07-10).

Claude (or any MCP client) can read live Gryps markets, fee schedules, funding parameters, and open interest. Read-only by design — no order placement, no signing, no custody surface. Write mode ships later behind the same adapter seam, gated on the venue rollout plan.

Design rules

  1. One seam. Only src/adapters/gryps-orbs.ts knows the upstream API's shape (ADR-002). Backend changes are absorbed in one file.
  2. Fees are data. Fee schedules, leverage, and symbols are read live from the venue registry on every call — never hardcoded. The registry already carries multiple fee tiers per symbol; dynamic fees arrive as a data change.
  3. Explicit config (ADR-009). No silent env-var reads. Override endpoints with --solver-base= / --app-api-base= flags.
  4. Drift-guarded. Pair with tools/api_drift_sentinel.py on a schedule; bump apiVersionPin in the adapter when the sentinel reports change.

Install / run

npm install && npm run build
node dist/index.js

Claude Desktop config:

{
  "mcpServers": {
    "gryps": { "command": "node", "args": ["/path/to/dist/index.js"] }
  }
}

Tools

Tool Description
gryps_list_markets List markets; filter by category (Commodities, Stocks, RWA…) or RFQ availability
gryps_get_market Full per-market detail incl. live fee schedule + notional bounds
gryps_get_funding Funding epoch + max rate for a symbol
gryps_open_interest Aggregated OI snapshot, timestamped

Status

v0.1 — concept-grade scaffold, compiles standalone. Not yet published; externalization gated on the Gryps Agentic ownership conversation (Agentic MOC open loop #1).

from github.com/gryps-finance/gryps-agent-mcp

Установка @Gryps/Agent

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/gryps-finance/gryps-agent-mcp

FAQ

@Gryps/Agent MCP бесплатный?

Да, @Gryps/Agent MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для @Gryps/Agent?

Нет, @Gryps/Agent работает без API-ключей и переменных окружения.

@Gryps/Agent — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить @Gryps/Agent в Claude Desktop, Claude Code или Cursor?

Открой @Gryps/Agent на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare @Gryps/Agent with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai