Back to Browse

Spot MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Create gasless market, limit, TWAP, stop-loss, take-profit, and delayed-start swap orders.

About

Create gasless market, limit, TWAP, stop-loss, take-profit, and delayed-start swap orders.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

7 files analyzed ยท 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-orbs-network-spot": {
      "args": [
        "-y",
        "@orbs-network/spot"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Spot

Non-custodial market, limit, TWAP, stop-loss, take-profit, and delayed-start orders on EVM chains.

๐Ÿ’ฑ Order Types

  1. Market: Swap at the current price within your slippage limit.
  2. Limit: Swap only when your minimum output can be met.
  3. TWAP: Split a total amount into equal chunks at regular intervals.
  4. Stop-loss: Trigger a swap when the price falls below your threshold.
  5. Take-profit: Trigger a swap when the price rises above your threshold.
  6. Delayed start: Schedule when your order becomes eligible.

โš™๏ธ How It Works

Choose your tokens, total amount, price conditions, and expiration. For recurring orders, set the chunk size and interval. Sign the order; executors fill it when its conditions are met.

Your funds remain in your wallet until execution. Price checks, slippage limits, and expiration constrain each fill.

๐ŸŒ Supported Chains

See supported chains and contract addresses.

๐Ÿš€ Get Started

  1. AI agents: Use the Spot Advanced Swap Orders skill, available on Clawhub, or connect to the hosted MCP endpoint.
  2. Integrators: Follow the API, TypeScript, React, and swap-routing guides.
  3. Support: Report a bug or request a feature.

๐Ÿ”’ Security

Spot's contracts were audited by AstraSec: initial audit and updated audit.

๐Ÿ“„ License

MIT.

Reviews

No reviews yet

Be the first to review this server!