Unified RAG and Tool API Service for Phoenix Agentic AI Framework
Project description
🔥 Phoenix AI Services is MCP server
Unified agentic framework to run dynamic RAG APIs and utility tools like calculator, date, and python evaluator.
phoenix_ai_services
phoenix_ai_servicesis a modular Python package for managing RAG endpoints, tool-based APIs, and plug-and-play AI utilities using FastAPI & Poetry. It supports RESTful control for registering, updating, and deleting endpoints for RAG, tools, and more.
🔧 Setup
poetry install
poetry run python phoenix_ai_services/main.py
🧩 MCP Server (Latest Standard)
Phoenix AI Services now exposes an MCP-compatible SSE server mounted at /mcp by default.
- SSE endpoint:
GET /mcp/sse - Message endpoint:
POST /mcp/messages/
You can change the mount path via PHOENIX_MCP_MOUNT_PATH.
Example: Run with Uvicorn (Production)
PHOENIX_HOST=0.0.0.0 PHOENIX_PORT=8003 uvicorn phoenix_ai_services.main:app
🚀 API Endpoints
RAG
POST /rag/endpoints/{name}– Register RAGPUT /rag/endpoints/{name}– Update RAGDELETE /rag/endpoints/{name}– Remove RAGGET /rag/query/{name}– Ask RAG agent
Tools
GET /tool/calculator?input_data=2+3*4GET /tool/system_timeGET /tool/python?input_data=round(3.14159, 2)
Admin
GET /rag/endpoints– View all registered endpoints
Health
GET /healthz– Liveness checkGET /elk/query?q=message:error– Query ELK with a query string
⚙️ Production Configuration
Environment variables:
PHOENIX_HOST(default:0.0.0.0)PHOENIX_PORT(default:8003)PHOENIX_LOG_LEVEL(default:info)PHOENIX_MCP_MOUNT_PATH(default:/mcp)PHOENIX_ELK_BASE_URL(example:https://your-elasticsearch:9200)PHOENIX_ELK_INDEX(example:logs-*)PHOENIX_ELK_API_KEY(optional, API key for Elasticsearch)
🔍 ELK MCP Integration Examples
Configure ELK connection
export PHOENIX_ELK_BASE_URL="https://your-elasticsearch:9200"
export PHOENIX_ELK_INDEX="logs-*"
export PHOENIX_ELK_API_KEY="your_api_key"
REST query example
curl "http://localhost:8003/elk/query?q=service:api%20AND%20level:error&size=5"
MCP tool example (client-side)
Use your MCP client to call the mcp_query_elk tool:
tool: mcp_query_elk
args:
query: "service:api AND level:error"
size: 5
🧠 Powered by Phoenix Agentic AI Framework
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file phoenix_ai_services-0.2.8.0.tar.gz.
File metadata
- Download URL: phoenix_ai_services-0.2.8.0.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.1 CPython/3.14.2 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b514ca6b77a48a4c8d50e570a7380e4e0a58d2624923c6c37abd45e4ad3022b
|
|
| MD5 |
bf557a0895f73532d93c6034c9844b9b
|
|
| BLAKE2b-256 |
2b113825ac5b8207f2f9837260aa993d896e67a958cbb6ad3459781c229de394
|
File details
Details for the file phoenix_ai_services-0.2.8.0-py3-none-any.whl.
File metadata
- Download URL: phoenix_ai_services-0.2.8.0-py3-none-any.whl
- Upload date:
- Size: 11.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.1 CPython/3.14.2 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20dd1f6fd637a4c20a23bc984ff0a278515db85467baad1cc0f6b103df819364
|
|
| MD5 |
7dd7c95f579a70929dc7196e21422f6d
|
|
| BLAKE2b-256 |
ac2a5e4ec612226709f31cee09aeaf9472491fa9e1e0064fdb20653e6e2de948
|