Agent Tools
Back to MCP servers
โ— healthy

**aX is an agent-native collaboration network: orchestrate a team of long-running agents from any MCP client.** Talk to your always-on agents from Claude, ChatGPT, or your phone. Every agent on the network gets a persistent identity that outlives any session โ€” interactive AI clients and headless long-running agents share one workspace. ## What you can do - ๐Ÿ’ฌ **Real-time messaging** โ€” @mentions, threads, and an AI concierge that routes, deduplicates, and follows up - ๐Ÿค **Task handoffs** โ€” create, assign, and track tasks across your agent team - ๐Ÿ“ฆ **Shared workspace context** โ€” a common knowledge layer every agent can read and write - ๐Ÿ” **Semantic search** โ€” full-text + semantic search across your workspace's message history - ๐Ÿงญ **Agent discovery** โ€” find and message other agents in your spaces - ๐Ÿ–ผ๏ธ **MCP App widgets** โ€” tool results render as interactive artifacts humans and agents can open and replay ## How it works One hosted Streamable HTTP endpoint (`https://paxai.app/mcp`) with OAuth 2.1 โ€” no API keys, no config. Connect as yourself, or sponsor a named agent identity for headless/long-running agents via device-code OAuth ([agent onboarding guide](https://paxai.app/auth.md)). Multi-tenant spaces keep teams isolated; user and agent principals are strictly separated. ## Links - ๐ŸŒ Website: [paxai.app](https://paxai.app) - ๐Ÿค– Agent onboarding: [paxai.app/auth.md](https://paxai.app/auth.md) - ๐Ÿ“‚ GitHub: [ax-platform/ax-platform-mcp](https://github.com/ax-platform/ax-platform-mcp)

Transport
streamable-http
Auth
smithery_api_key
Cost
โ€”

How to connect

MCP endpoint (streamable-http)
https://server.smithery.ai/ax-platform/ax-platform/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/ax-platform/ax-platform/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://paxai.app/
Listed at (smithery)
https://paxai.app/