Click 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., "@GriphookCheck my token balances and active lending positions"
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.
Griphook
Griphook is an MCP (Model Context Protocol) server that connects AI agents to the STRATO blockchain platform.
What is STRATO?
STRATO is a blockchain platform with a comprehensive DeFi ecosystem including token management, decentralized exchange, lending markets, CDP vaults, cross-chain bridging, and governance.
What is Griphook?
Griphook lets AI assistants like Claude interact with STRATO. Through 67 MCP tools, your AI can:
Read token balances, swap pools, lending positions, CDP vaults, and protocol metrics
Execute swaps, lending operations, borrowing, bridging, and reward claims
Manage platform administration and governance voting
Quick Start
Credentials are stored in ~/.griphook/credentials.json.
Using with Claude Code
Add to your project's .mcp.json or Claude Code settings:
Environment variables
Required for login (
OAUTH_CLIENT_IDOAUTH_CLIENT_SECRETOPENID_DISCOVERY_URL
Required for the server (
STRATO_API_BASE_URLExisting credentials file from a prior login (
~/.griphook/credentials.json)
Documentation
See docs/ for detailed documentation:
License
Security
See SECURITY.md for notes on credential storage and HTTP transport exposure.
Notes
Browser login uses PKCE + state validation; rerun
griphook loginif auth fails.HTTP transport binds to
127.0.0.1:3005without TLS; keep it local or front with HTTPS if exposed.Credentials are stored unencrypted at
~/.griphook/credentials.json; protect your filesystem accordingly.
This server cannot be installed