ARIA MCP provider for the OpenAI Agents SDK — connect Agents to mcp.aria.simplification.io with one factory call
Project description
aria-openai-agents
ARIA MCP provider for the OpenAI Agents SDK (Python). One factory call
connects your Agent to mcp.aria.simplification.io — the same 21 tools
and 6 Playbooks Claude Desktop sees, scoped to your org by your ARIA
API key.
Install
pip install aria-openai-agents
Usage
from openai_agents import Agent
from aria_openai_agents import aria_mcp_provider
aria = aria_mcp_provider(api_key=os.environ["ARIA_API_KEY"])
agent = Agent(
name="ARIA customer-experience agent",
mcp=[aria],
)
result = agent.run("What's the one customer I should call right now?")
Honest hedges
- Bearer-token auth today. OAuth lands in v1.9.5.12.
- Live verification of the hosted MCP endpoint happens post-deploy in v1.9.5.15.
Documentation
License
Proprietary — Simplification.io.
Project details
Release history Release notifications | RSS feed
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 aria_openai_agents-1.9.5.15.tar.gz.
File metadata
- Download URL: aria_openai_agents-1.9.5.15.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f65b69c42874a3f1af6db4b3729a5920e4694232aa4e895643002ee4db5a268
|
|
| MD5 |
d7dbae2df8ed913450f26ac7b1e09643
|
|
| BLAKE2b-256 |
410899df74cf6fe0452bd13cfaa664c6079377f4840bcc7db7e5c9969896b512
|
File details
Details for the file aria_openai_agents-1.9.5.15-py3-none-any.whl.
File metadata
- Download URL: aria_openai_agents-1.9.5.15-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4345abee54c5b18b3056414b09658e67dd9d98f4d1db1b987ac4c4aaf124786e
|
|
| MD5 |
aed3424dd66f7bb9bb6078e2c89d9d13
|
|
| BLAKE2b-256 |
1df4f1e137dfae094e7b38f7f405e1289e7e1a7642760768e07d755e2c3bb6cf
|