@gryps/agent-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@gryps/agent-mcpwhat's the current funding rate for BTC?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@gryps/agent-mcp
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.
Related MCP server: mcp-pear
Install / run
npm install && npm run build
node dist/index.jsClaude Desktop config:
{
"mcpServers": {
"gryps": { "command": "node", "args": ["/path/to/dist/index.js"] }
}
}Tools
Tool | Description |
| List markets; filter by category (Commodities, Stocks, RWA…) or RFQ availability |
| Full per-market detail incl. live fee schedule + notional bounds |
| Funding epoch + max rate for a symbol |
| 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).
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gryps-finance/gryps-agent-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server