CryptoExchanges.Net

mcp
Guvenlik Denetimi
Uyari
Health Uyari
  • License — License: Apache-2.0
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 5 GitHub stars
Code Gecti
  • Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Gecti
  • Permissions — No dangerous permissions requested

Bu listing icin henuz AI raporu yok.

SUMMARY

A unified .NET 10 SDK for cryptocurrency exchanges — one typed interface across Binance, Bybit, OKX & Bitget, with a read-only MCP server for AI agents.

README.md

CryptoExchanges.Net

A unified .NET SDK for cryptocurrency exchanges — one typed interface across every exchange, with a read-only MCP server for AI agents.

NuGet
License
.NET


Supported Exchanges

Exchange Status Package
Binance ✅ Supported CryptoExchanges.Net.Binance
Bybit ✅ Supported CryptoExchanges.Net.Bybit
OKX ✅ Supported CryptoExchanges.Net.Okx
Bitget ✅ Supported CryptoExchanges.Net.Bitget
Coinbase 🕓 Coming soon
Kraken 🕓 Coming soon
KuCoin 🕓 Coming soon

REST, spot market data and account — read and write.


60-Second Quick Start

Library

dotnet add package CryptoExchanges.Net.Binance
await using var exchange = BinanceExchangeClient.Create(new BinanceOptions
{
    ApiKey    = "your-api-key",
    SecretKey = "your-secret-key",
});

var price = await exchange.MarketData.GetPriceAsync(new Symbol(Asset.Btc, Asset.Usdt));
Console.WriteLine($"BTC/USDT: ${price}");

MCP Server (AI agents)

dotnet tool install -g CryptoExchanges.Net.Mcp
claude mcp add crypto -- crypto-mcp

Your MCP-capable agent can now query live prices, order books, candles, and account balances across all four exchanges.


MCP Server

CryptoExchanges.Net.Mcp is a read-only Model Context Protocol stdio server.
It exposes 12 tools — six market-data tools (no credentials required) and six account tools (read-scoped API keys).
All four supported exchanges share the same tool vocabulary; no agent-side changes needed when switching exchanges.


Documentation

Doc Description
Getting started Install, credentials, first call
Library usage Full API reference with examples
Architecture Project structure, layers, design principles
Exchanges Per-exchange notes, credentials, supported operations
MCP server MCP tool reference, env vars, error categories
MCP client setup Per-client config (Claude, Cursor, Windsurf, VS Code…)

Building

dotnet build
dotnet test

Requires .NET 10.0 SDK.


License

Apache-2.0 — see LICENSE.


Built by Morpheums.

Yorumlar (0)

Sonuc bulunamadi