OpenCLIs MCP Platform
MCP brings the data. OpenCLIs refines it for AI. OpenCLIs is a platform where developers register MCP services without deploying infrastructure. Authentication, hosting, caching, content refinement, and trust scoring — all provided. Developers bring their data; openclis makes it AI-ready.The Problem
MCP responses are 70-90% metadata. AI agents pay tokens for UUIDs, timestamps, and formatting that carry no information. A Notion page costs 3,750 tokens through MCP — the actual content is 625 tokens.The Solution
Platform Services
| Service | URL | Purpose |
|---|---|---|
| Auth | auth.openclis.com | OAuth 2.1 + developer registration |
| MCP | mcp.openclis.com | MCP protocol access (AI tools) |
| REST | rest.openclis.com | REST API access (CLI, curl) |
| Registry | api.openclis.com | CLI tools + domain trust (281 domains) |
For Developers
Register a service in 4 API calls. No server deployment. No code changes to openclis.Plugin System
Everything is data, not code:- Extractor rules: D1 templates that convert API responses to markdown
- Handler types: kv_store, proxy, refiner, workspace, webhook
- AI spec: Metadata that helps AI choose the right service
- OpenAPI auto-generation: Register your API URL, tools are created automatically
Third-Party Auth
Your users authenticate with your auth system (Supabase, Firebase, Auth0, custom). openclis delegates validation to your URL. We never see your users’ credentials.For AI Agents
Two ways to access any service: MCP (Claude Code, Cursor):Trust Registry
281 domains scored for AI content trust. Ed25519 signed.Current Status
Live and operational. Not accepting public signups yet. What’s working:- 5 MCP services (niia, notion, consciousness, obsidian, workspace)
- Notion + Obsidian unified workspace search
- Supabase third-party auth integration tested
- Webhook plugin system tested (weather service demo)
- 281 trusted domains, Ed25519 verified
- REST + MCP dual access
Early Access
If you’re building AI CLI tools or MCP services and want to test the platform, contact us:- Email: dev@monolex.ai
- GitHub: github.com/monolex
- Host MCP services without infrastructure
- Reduce AI token costs with context refinement
- Integrate existing APIs as MCP tools (OpenAPI auto-generation)
- Test third-party auth integration