Email confirmation
Users sign in with an email OTP and receive the same confirmation flow production uses.
remote mcp gateway
Connect provider tools once, keep credentials vaulted, route every agent through one Streamable HTTP endpoint, and make email login, approvals, billing, and audit evidence production-visible.
bun install -g @hasna/mcps && mcps auth loginproviders
request path
Email OTP
confirm sign-in
Vault
store provider refs
Approvals
gate sensitive calls
MCP
one HTTP endpoint
POST /api/mcp Authorization: Bearer ak_... tool: provider_notion_search
provider control
mcps.md keeps direct provider installs out of agent clients. Agents talk to the platform, the platform handles OAuth or API credentials, and operators can see, approve, revoke, and audit the path.
Users sign in with an email OTP and receive the same confirmation flow production uses.
Each agent uses one platform key. Provider credentials stay behind the gateway.
Sensitive or paid provider calls pause for policy checks before execution.
Plans handle access. Dollar balance covers premium or externally metered runs.
install path
The SaaS wrapper remains private. Local install uses the upstream `@hasna/mcps` package, then points every client at the hosted gateway.
Use the upstream local package for development and client setup.
bun install -g @hasna/mcpsRequest a one-time code, confirm the mailbox, and issue a platform session.
mcps auth loginWrite Codex, Claude, Gemini, Cursor, or generic Streamable HTTP config from the same gateway.
mcps client-config generate --client codexThe config generator writes one platform MCP server entry and rejects direct provider MCP installs beside it. That keeps Codex, Claude, Gemini, Cursor, and generic MCP hosts on the same security model.
contract
pricing
Platform access and dollar balance stay separate, matching the production billing contract and making premium provider work auditable.
$0
Local development and public gateway smoke checks.
$10
Hosted gateway access for real agents and provider connections.
Custom
Controlled rollout for internal tools and compliance needs.
| Capability | OSS | Team | Enterprise |
|---|---|---|---|
| One MCP gateway | Yes | Yes | Yes |
| Provider OAuth vault | Local only | Hosted | Hosted |
| Approval policy | Manual | Team | Custom |
| Audit trail | Local logs | Production logs | Exportable |