# lyraios

> MCP Server

LYRAIOS is a Model Context Protocol operating system for multi-AI agents, extending AI applications to interact with financial networks and blockchains. It features open architecture, multi-agent collaboration, and cross-platform runtime environment.

## Overview

- **Category:** AI
- **Language:** Python
- **Stars:** 136
- **Forks:** 24
- **Owner:** GalaxyLLMCI
- **GitHub:** https://github.com/GalaxyLLMCI/lyraios
- **Homepage:** https://lyraaios.xyz/
- **Created:** 2025-02-20T16:01:25+00:00
- **Updated:** 2025-03-26T01:00:36+00:00
- **Source:** https://model-context-protocol.com/servers/ai-agents-financial-network-blockchain-os

## Setup

## Setup

```sh
# Clone the repo
git clone https://github.com/GalaxyLLMCI/lyraios
cd lyraios

# Create + activate a virtual env
python3 -m venv aienv
source aienv/bin/activate

# Install phidata
pip install 'phidata[aws]'

# Setup workspace
phi ws setup

# Copy example secrets
cp workspace/example_secrets workspace/secrets

# Create .env file
cp example.env .env

# Run Lyraios locally
phi ws up

# Open [localhost:8501](http://localhost:8501) to view the Streamlit App.

# Stop Lyraios locally
phi ws down
```

1.  Install [docker desktop](https://www.docker.com/products/docker-desktop)

2.  Export credentials

We use gpt-4o as the LLM, so export your OpenAI API Key

```sh
export OPENAI_API_KEY=sk-***

# To use Exa for research, export your EXA_API_KEY (get it from [here](https://dashboard.exa.ai/api-keys))
export EXA_API_KEY=xxx

# To use Gemini for research, export your GOOGLE_API_KEY (get it from [here](https://console.cloud.google.com/apis/api/generativelanguage.googleapis.com/overview?project=lyraios))
export GOOGLE_API_KEY=xxx


# OR set them in the `.env` file
OPENAI_API_KEY=xxx
EXA_API_KEY=xxx
GOOGLE_API_KEY=xxx

# Start the workspace using:
phi ws up

# Open [localhost:8501](http://localhost:8501) to view the Streamlit App.

# Stop the workspace using:
phi ws down
```

## Tools

## Available Tools

1.  Blockchain public chain operations (SOLANA, ETH, etc.) (retrieving wallet addresses, listing wallet balances, transferring funds, deploying smart contracts, on-chain lending, calling contract functions, managing tokens)
2.  Fintech market analysis and summary reports (provides financial insights).
3.  Learning and training systems (for the education sector).
4.  Calculator (Advanced mathematical operations including factorial and prime number checking).
5.  Web Search (Integrated DuckDuckGo search with customizable result limits).
6.  Financial Analysis (Real-time stock price tracking, company information retrieval, analyst recommendations, financial news aggregation).
7.  File Management (Read, write, and list files in the workspace).
8.  Research Tools (Integration with Exa for comprehensive research capabilities).
9.  Python Assistant (Live Python code execution, Streamlit charting capabilities, Package management with pip).
10. Research Assistant (NYT-style report generation, Automated web research, Structured output formatting, Source citation and reference management).
11. Knowledge Management (PDF document processing, Website content integration, Vector-based semantic search, Knowledge graph construction).
12. Process Control (Task scheduling and prioritization, Resource allocation, Error handling and recovery, Performance monitoring).
13. Security & Access Control (API key management, Authentication and authorization, Rate limiting and quota management, Secure data storage).

