orion-inbox-mcp
v2.1.0
Published
MCP server for inbox provisioning — manage orders, tenants, domains, and inboxes
Downloads
52
Maintainers
Readme
@mylesiyabor/orion-mcp
MCP server for Orion — AI-powered email inbox provisioning management.
Quick Start
Claude Code
claude mcp add orion -- npx @mylesiyabor/orion-mcp --database-url $DATABASE_URLCursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"orion": {
"command": "npx",
"args": ["-y", "@mylesiyabor/orion-mcp"],
"env": {
"DATABASE_URL": "your-neon-connection-string"
}
}
}
}Any MCP Client
npx @mylesiyabor/orion-mcp --database-url postgresql://...Tools
| Tool | Description |
|------|-------------|
| create_order | Create inbox provisioning order |
| list_orders | List orders with status filter |
| get_order | Order detail with domains + inboxes |
| list_domains | List all domains |
| get_domain_inboxes | Get inboxes for a domain |
| retry_domain | Retry failed domain |
| list_tenants | List M365 tenants |
| get_tenant | Tenant detail with credentials |
| wipe_tenant | Wipe tenant clean |
| system_stats | Dashboard statistics |
| list_jobs | Job queue with filters |
| retry_job | Retry failed job |
| get_audit_log | View audit log |
Resources
| URI | Description |
|-----|-------------|
| orion://stats | System statistics |
| orion://tenants/available | Available tenants |
| orion://jobs/failed | Failed jobs |
| orion://orders/recent | Recent orders |
