Skip to main content

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

PyPI - Version Code Style - Black Python Version License


phoenix_ai_services is 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 RAG
  • PUT /rag/endpoints/{name} – Update RAG
  • DELETE /rag/endpoints/{name} – Remove RAG
  • GET /rag/query/{name} – Ask RAG agent

Tools

  • GET /tool/calculator?input_data=2+3*4
  • GET /tool/system_time
  • GET /tool/python?input_data=round(3.14159, 2)

Admin

  • GET /rag/endpoints – View all registered endpoints

Health

  • GET /healthz – Liveness check
  • GET /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

phoenix_ai_services-0.2.8.0.tar.gz (8.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

phoenix_ai_services-0.2.8.0-py3-none-any.whl (11.5 kB view details)

Uploaded Python 3

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

Hashes for phoenix_ai_services-0.2.8.0.tar.gz
Algorithm Hash digest
SHA256 1b514ca6b77a48a4c8d50e570a7380e4e0a58d2624923c6c37abd45e4ad3022b
MD5 bf557a0895f73532d93c6034c9844b9b
BLAKE2b-256 2b113825ac5b8207f2f9837260aa993d896e67a958cbb6ad3459781c229de394

See more details on using hashes here.

File details

Details for the file phoenix_ai_services-0.2.8.0-py3-none-any.whl.

File metadata

File hashes

Hashes for phoenix_ai_services-0.2.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 20dd1f6fd637a4c20a23bc984ff0a278515db85467baad1cc0f6b103df819364
MD5 7dd7c95f579a70929dc7196e21422f6d
BLAKE2b-256 ac2a5e4ec612226709f31cee09aeaf9472491fa9e1e0064fdb20653e6e2de948

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page