Algogene MCP Server - A Python package for MCP server functionality
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"algogene-mcp-server","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# ALGOGENE MCP Server ## Introduction The `algogene_mcp_server` provides a Python-based interface for accessing the ALGOGENE API, enabling users to conduct strategy backtest, real-time data analytics, and manage trading activities. ## Installation 1. **Set Up Your Environment:** Ensure you have Python 3.11 or later installed. 2. **Install Dependencies:** ``` pip install requests mcp-server ``` 3. **Install Package:** ``` pip install algogene-mcp-server ``` 4. **Update Configuration:** Modify the configuration file located at `/config/__init__.py`. ```python BASE_URL = "https://algogene.com/rest" ALGOGENE_USER = "YOUR_ALGOGENE_USER_ID" ALGOGENE_API_KEY = "YOUR_ALGOGENE_API_KEY" ``` ## Running the Server 1. Start the Server: ``` python main.py ``` You can customize options using command-line arguments: ```bash python main.py --transport streamable-http --port 8080 --host 0.0.0.0 ``` 2. Connect and Execute Commands: - The server runs in STDIO mode by default. You can connect to it via your MCP client and run commands based on available tools. ## Tools Overview 1. Contract Specification: - get_instruments: Get all available instruments available on ALGOGENE - get_instrument_meta: Get contract specification of a financial instrument - search_instrument: Search related financial instruments based on matched keywords of symbol or description - list_econs_series: List out all available economic time series - search_econs_series: Search related economic time series based on matched keywords of titles, geo and freq - get_econs_series_meta: Get meta data or specification of an economic time series 2. Real-time Data: - get_realtime_prices: Get current price for trading symbol(s) - get_realtime_price_24hrchange: Get the recent 24 hours market price change - get_realtime_exchange_rate: Get current exchange rate between 2 currencies - get_realtime_news: Get latest news for a specified language/source/categroy - get_realtime_weather: Get latest weather info for…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.