Metadata-Version: 2.4
Name: sellsyde-mcp
Version: 1.0.0
Summary: Official Model Context Protocol (MCP) server for SellSyde.ai
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: mcp
Requires-Dist: httpx

# SellSyde MCP Server

The official Model Context Protocol (MCP) server for [SellSyde.ai](https://sellsyde.ai). 

Model Context Protocol (MCP) is an open standard that gives AI assistants a live connection to external tools and data. This package allows AI agents (like Claude Desktop or ChatGPT) to securely pull fundamental equity scores, credit grades, and momentum data directly into their context layer, acting like a USB-C port for your AI applications.

## Features
* **Live Market Data:** Pulls real-time qualitative and quantitative metrics directly from the SellSyde infrastructure.
* **Seamless Integration:** Designed as a reference implementation to demonstrate how LLMs can be given secure, controlled access to data sources.
* **Open Standard:** Built using the official Python MCP SDK.

## Requirements
* Python 3.10 or higher.
* Claude Desktop or another MCP-compatible client.
* An active SellSyde API Key.

## How to Get Your API Key
1. Log in to your account at **SellSyde.ai**.
2. Navigate to your account dashboard or the API request page.
3. Click **Generate & Email Key**. A secure, 32-character token will be delivered directly to your inbox. 
*(Keep this key secret. Do not share it or commit it to public repositories).*

## Installation

Run this command in your terminal to install the server using `pip`:

```bash
pip install sellsyde-mcp
