Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Steyble

FreeNot checked

Steyble MCP servers for AI agents — Platform API (swap/bridge/stake/predict/perps/yield), Developer Portal, Web3 education. Read-only, secured, MIT.

GitHubEmbed

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):

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 defineTool pipeline: 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.

from github.com/qqqdddaaa/steyble-mcp

Installing Steyble

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/qqqdddaaa/steyble-mcp

FAQ

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

Compare Steyble with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs