{"type":"mcp_server","name":"lyraios","description":"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.","category":"AI","language":"Python","stars":136,"forks":24,"owner":"GalaxyLLMCI","github_url":"https://github.com/GalaxyLLMCI/lyraios","homepage":"https://lyraaios.xyz/","setup":"## Setup\n\n```sh\n# Clone the repo\ngit clone https://github.com/GalaxyLLMCI/lyraios\ncd lyraios\n\n# Create + activate a virtual env\npython3 -m venv aienv\nsource aienv/bin/activate\n\n# Install phidata\npip install 'phidata[aws]'\n\n# Setup workspace\nphi ws setup\n\n# Copy example secrets\ncp workspace/example_secrets workspace/secrets\n\n# Create .env file\ncp example.env .env\n\n# Run Lyraios locally\nphi ws up\n\n# Open [localhost:8501](http://localhost:8501) to view the Streamlit App.\n\n# Stop Lyraios locally\nphi ws down\n```\n\n1.  Install [docker desktop](https://www.docker.com/products/docker-desktop)\n\n2.  Export credentials\n\nWe use gpt-4o as the LLM, so export your OpenAI API Key\n\n```sh\nexport OPENAI_API_KEY=sk-***\n\n# To use Exa for research, export your EXA_API_KEY (get it from [here](https://dashboard.exa.ai/api-keys))\nexport EXA_API_KEY=xxx\n\n# 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))\nexport GOOGLE_API_KEY=xxx\n\n\n# OR set them in the `.env` file\nOPENAI_API_KEY=xxx\nEXA_API_KEY=xxx\nGOOGLE_API_KEY=xxx\n\n# Start the workspace using:\nphi ws up\n\n# Open [localhost:8501](http://localhost:8501) to view the Streamlit App.\n\n# Stop the workspace using:\nphi ws down\n```","tools":"## Available Tools\n\n1.  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)\n2.  Fintech market analysis and summary reports (provides financial insights).\n3.  Learning and training systems (for the education sector).\n4.  Calculator (Advanced mathematical operations including factorial and prime number checking).\n5.  Web Search (Integrated DuckDuckGo search with customizable result limits).\n6.  Financial Analysis (Real-time stock price tracking, company information retrieval, analyst recommendations, financial news aggregation).\n7.  File Management (Read, write, and list files in the workspace).\n8.  Research Tools (Integration with Exa for comprehensive research capabilities).\n9.  Python Assistant (Live Python code execution, Streamlit charting capabilities, Package management with pip).\n10. Research Assistant (NYT-style report generation, Automated web research, Structured output formatting, Source citation and reference management).\n11. Knowledge Management (PDF document processing, Website content integration, Vector-based semantic search, Knowledge graph construction).\n12. Process Control (Task scheduling and prioritization, Resource allocation, Error handling and recovery, Performance monitoring).\n13. Security & Access Control (API key management, Authentication and authorization, Rate limiting and quota management, Secure data storage).\n","faq":null,"created_at":"2025-02-20T16:01:25+00:00","updated_at":"2025-03-26T01:00:36+00:00","source_url":"https://model-context-protocol.com/servers/ai-agents-financial-network-blockchain-os","related_articles":[]}