MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

B
Btc Usdt Arbitrage MCP Server

BTC-USDT Arbitrage (MCP Server)

Created 9/1/2025
Updated 6 days ago
Repository documentation and setup instructions

Copyright @ ST Technologies

BTC-USDT Perps Arbitrage (MCP Server)

How it works:

All secure credentials and hostnames are read via environment variables.

All AI agent and arbitrage logic is exposed as MCP tools, enforcing Cerbos-powered dynamic risk governance and access control checks.

All memory is persistent and vector-searchable in Redis with high-performance ANN settings.

All trading and backtesting flows feature robust institutional logging and error handling.

The server runs as ASGI via Uvicorn and can be dockerized or cloud-deployed for production.

Keep:

Cerbos policies, Redis connection secrets, and exchange API keys should be managed securely in cloud/devops workflows.

Usage:

Run this script to start the MCP server.

Integrate and extend the tools as needed for institutional arbitrage, governance, and compliance workflows.

Quick Setup
Installation guide for this server

Install Package (if required)

uvx btc-usdt-arbitrage-mcp-server-

Cursor configuration (mcp.json)

{ "mcpServers": { "st-techno-btc-usdt-arbitrage-mcp-server": { "command": "uvx", "args": [ "btc-usdt-arbitrage-mcp-server-" ] } } }