Skip to content

Commit c82ebf2

Browse files
committed
updated readme
1 parent 3f271a2 commit c82ebf2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# OpenEtradeMcp
22

3+
[![build](https://github.com/kerryjiang/OpenEtradeMcp/actions/workflows/build.yml/badge.svg)](https://github.com/kerryjiang/OpenEtradeMcp/actions/workflows/build.yml)
34
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
45
[![.NET](https://img.shields.io/badge/.NET-8.0%20%7C%209.0-purple.svg)](https://dotnet.microsoft.com/)
56

67
An MCP (Model Context Protocol) server that exposes E*TRADE API operations as tools for AI agents. This allows AI assistants like Claude and GitHub Copilot to interact with E*TRADE's trading platform.
78

9+
### NuGet Packages
10+
11+
| Package | Version | Downloads |
12+
|---------|---------|-----------|
13+
| OpenEtradeMcp | [![NuGet](https://img.shields.io/nuget/v/OpenEtradeMcp.svg)](https://www.nuget.org/packages/OpenEtradeMcp) | [![NuGet Downloads](https://img.shields.io/nuget/dt/OpenEtradeMcp.svg)](https://www.nuget.org/packages/OpenEtradeMcp) |
14+
| OpenEtradeMcp.Server | [![NuGet](https://img.shields.io/nuget/v/OpenEtradeMcp.Server.svg)](https://www.nuget.org/packages/OpenEtradeMcp.Server) | [![NuGet Downloads](https://img.shields.io/nuget/dt/OpenEtradeMcp.Server.svg)](https://www.nuget.org/packages/OpenEtradeMcp.Server) |
15+
816
## Features
917

1018
- **OAuth 1.0a Authentication**: Interactive OAuth flow designed to work seamlessly with AI agents

0 commit comments

Comments
 (0)