Steyble
FreeNot checkedSteyble MCP servers for AI agents — Platform API (swap/bridge/stake/predict/perps/yield), Developer Portal, Web3 education. Read-only, secured, MIT.
About
Steyble MCP servers for AI agents — Platform API (swap/bridge/stake/predict/perps/yield), Developer Portal, Web3 education. Read-only, secured, MIT.
README
Steyble DeFi infrastructure for AI agents, exposed over the Model Context Protocol. Three servers, one shared security layer: every tool is classified, permission-checked, rate-limited, output-sanitized (secret scan), and audited (hashed args, never raw).
| Package | Server | Tools | Needs API key |
|---|---|---|---|
| @steyble/mcp-server | Platform API (swap, bridge, stake, predict, perps, trading, yield) | 21 | yes (b2b_live_...) |
| @steyble/mcp-developer | Developer Portal (examples, validation, SDK snippets) | 7 | no |
| @steyble/mcp-public | Public / Education (Web3 + MPC concepts, public API facts) | 9 | no |
Quick install (Cursor)
One-click installs (or see each server's README for manual mcp.json config):
- Platform API: Add to Cursor
- Developer Portal: Add to Cursor
- Public / Education: Add to Cursor
Security model
- Read-only by design — no tool signs, broadcasts, or executes transactions. Yield enter/exit tools return unsigned payloads for you to review and sign.
- Defense in depth — every tool runs through a shared
defineToolpipeline: classification → permission policy → rate limit → input validation (zod) → output sanitization (secret patterns scrubbed) → audit (sha-256 arg hash only). - Secrets never leave your machine — API keys go only to the Steyble API; CI runs a secret scanner over all built artifacts.
Develop
npm install
npm run verify # build + secret-scan
npm run start:platform # STEYBLE_API_KEY=... required
License
MIT — see LICENSE.
Installing Steyble
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/qqqdddaaa/steyble-mcpFAQ
Is Steyble MCP free?
Yes, Steyble MCP is free — one-click install via Unyly at no cost.
Does Steyble need an API key?
No, Steyble runs without API keys or environment variables.
Is Steyble hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Steyble in Claude Desktop, Claude Code or Cursor?
Open Steyble on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by 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
by xuzexin-hzCompare Steyble with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
