@Gryps/Agent
БесплатноНе проверенRead-only MCP server for Gryps venue state, enabling Claude to query live markets, fee schedules, funding parameters, and open interest.
Описание
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
- One seam. Only
src/adapters/gryps-orbs.tsknows the upstream API's shape (ADR-002). Backend changes are absorbed in one file. - 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.
- Explicit config (ADR-009). No silent env-var reads. Override endpoints
with
--solver-base=/--app-api-base=flags. - Drift-guarded. Pair with
tools/api_drift_sentinel.pyon a schedule; bumpapiVersionPinin 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).
Установка @Gryps/Agent
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/gryps-finance/gryps-agent-mcpFAQ
@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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare @Gryps/Agent with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
