1. Conduid
  2. Developer Tools
  3. Autobot MCP
MCP server · Developer Tools

Autobot MCP

Official MCP Client for Autobot Trading Platform

Unclaimed AGPL-3.0 last commit 9 months ago devtools
49Fair

Scored 4 months ago · breakdown

About Autobot MCP

Autobot MCP is an MCP server published by xibusuper in the Developer Tools category: official MCP Client for Autobot Trading Platform. It has been installed 0 times through Conduid.

Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx autobot-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Autobot MCP

Powered by Claude · Grounded in docs

I know everything about Autobot MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

🤖 AutoBot MCP: The Universal AI Trading Interface

🔮 Trade Smarter, Not Harder

AutoBot MCP is the ultimate cryptocurrency aggregation robot that transforms complex trading into a simple, intuitive experience. Say goodbye to confusing parameters and hello to effortless, intelligent trading.

PyPI version MCP Standard Exchanges

English | 简体中文


🚀 Why AutoBot MCP?

Trading cryptocurrencies should be empowering, not overwhelming. AutoBot MCP removes the complexity while keeping you in control:

Key Features

  • 📊 Aggregated Trading: Access multiple exchanges through a single, unified interface
  • 🤖 AI-Powered Simplicity: Eliminate complex parameters with intelligent automation
  • 💬 Chat-to-Trade: Execute trades using natural language commands
  • ⚡ One-Click Operations: Buy, sell, short, and cover with minimal effort
  • 🔄 Multi-Robot Management: Control multiple trading robots simultaneously
  • 🔐 Secure & Private: Your API keys stay on your own servers

🎯 Who It's For

  • New Traders: Avoid the steep learning curve of traditional trading platforms
  • Busy Professionals: Trade efficiently without spending hours analyzing parameters
  • Tech Enthusiasts: Integrate trading into your AI workflows with ease
  • Institutional Users: Scale trading operations with a robust, universal interface

🛠️ How It Works

AutoBot MCP simplifies your trading workflow into three easy steps:

  1. 📥 Deploy: Install the MCP server on your own infrastructure
  2. 🔗 Connect: Link your preferred exchanges and AI platforms
  3. 🎮 Trade: Execute trades with simple commands, no complex parameters required
flowchart TD
    A[Your Application] -->|Simple Commands| B[AutoBot MCP]
    B -->|Unified API| C[Multiple Exchanges]
    C -->|Trading Data| B
    B -->|Results| A

📦 Quick Start

Prerequisites

  • Python 3.8+
  • pip or uv package manager
  • Access to supported cryptocurrency exchanges

Installation

# Using uv (recommended for faster installation)
uv install

# Using pip
pip install -r requirements.txt

Configuration

  1. Create a .env file with your credentials:
# AutoBot API Configuration
AUTOBOT_API_KEY="your_api_key_here"
AUTOBOT_ROBOT_ID="your_robot_id_here"

# Server Configuration
MCP_TRANSPORT="streamable-http"
MCP_SERVER_PORT="8000"
  1. Start the MCP server:
# Using Python
python -m src.autobot_mcp.main

# Using uv
uv run python -m src.autobot_mcp.main
  1. Begin trading with simple commands:
# Example: Execute a buy order
payload = {
    "toolcall": {
        "thought": "Execute a buy trade",
        "name": "operate_robot",
        "params": {
            "action": "buy"
        }
    }
}

📡 Supported Transports

AutoBot MCP supports multiple communication modes to fit your workflow:

  • 🔄 Streamable HTTP: Real-time, bidirectional communication
  • 📢 SSE (Server-Sent Events): Unidirectional streaming
  • 💻 STDIO: Direct command-line integration

🔌 Supported Exchanges

Trade across all major cryptocurrency exchanges through a single interface:

  • ✅ OKX
  • ✅ Bitget
  • ✅ Gate.io
  • ✅ Deepcoin
  • More coming soon!

🛡️ Security First

  • Self-Hosted: Keep your API keys and trading data on your own servers
  • Encryption: All communications are encrypted
  • Minimal Permissions: Granular control over what the MCP can access
  • Audit Logs: Track all trading activities for compliance

🚀 Get Started Today

  1. Clone the repository
  2. Configure your settings
  3. Start the server
  4. Begin trading smarter
git clone https://github.com/your-username/autobot-mcp.git
cd autobot-mcp
python -m src.autobot_mcp.main

📚 Documentation

For detailed instructions, configuration options, and API reference:


🤝 Contributing

We welcome contributions from the community! Whether you want to add features, fix bugs, or improve documentation, check out our contribution guidelines.


📄 License

AutoBot MCP is open-source software licensed under the MIT License.


🌟 Stay Updated

  • Star this repository for the latest updates
  • Follow us on social media for news and tips
  • Join our community to connect with other traders

Ready to transform your trading experience? Start with AutoBot MCP today!

Start Trading

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Autobot MCP

How do I install Autobot MCP?

Run npx autobot-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Autobot MCP safe to use with an AI agent?

Its trust score is 49 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Autobot MCP still maintained?

The last commit was 9 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.