{"slug":"klavis","name":"Klavis AI","owner":null,"repo":null,"category":"agent-auth-tools","lang":"","blurb":"Hosted, production MCP servers with built-in OAuth and multi-tenant auth across 600+ tools, plus the open-source Strata server for self-hosting.","use_cases":"[]","alternatives":[],"stars":0,"pushed_at":null,"synced_at":null,"kind":"api","one_liner":"Hosted, production MCP servers with built-in OAuth and multi-tenant auth across 600+ tools, plus the open-source Strata server for self-hosting.","website":"https://www.klavis.ai/","docs_url":"https://www.klavis.ai/docs","signup_url":"https://www.klavis.ai/","pricing_model":"freemium","pricing_note":"Free Hobby plan; Pro/Team/Enterprise for production. Strata server is open source (pipx install strata-mcp)","auth_type":"api-key","agent_signup":"self-serve-instant-key","agent_signup_note":"Free signup issues an API key; the REST API and Python/TypeScript SDKs can programmatically provision per-user MCP server instances with OAuth wired in. YC X25.","mcp_server":"https://github.com/Klavis-AI/klavis","sdks":["Python","TypeScript","REST","MCP","Docker"],"code_sample":"{\"lang\":\"python\",\"code\":\"from klavis import Klavis\\nfrom klavis.types import McpServerName\\n\\nklavis = Klavis(api_key=\\\"KLAVIS_API_KEY\\\")\\n\\n# Spin up a hosted MCP server with built-in OAuth for a specific user\\nserver = klavis.mcp_server.create_strata_server(\\n    user_id=\\\"user_123\\\",\\n    servers=[McpServerName.GMAIL, McpServerName.GITHUB],\\n)\\nprint(server.strata_server_url)\"}","tags":["mcp","hosted-mcp","oauth","multi-tenant","open-source","yc"],"useCases":[],"codeSample":{"lang":"python","code":"from klavis import Klavis\nfrom klavis.types import McpServerName\n\nklavis = Klavis(api_key=\"KLAVIS_API_KEY\")\n\n# Spin up a hosted MCP server with built-in OAuth for a specific user\nserver = klavis.mcp_server.create_strata_server(\n    user_id=\"user_123\",\n    servers=[McpServerName.GMAIL, McpServerName.GITHUB],\n)\nprint(server.strata_server_url)"},"oneLiner":"Hosted, production MCP servers with built-in OAuth and multi-tenant auth across 600+ tools, plus the open-source Strata server for self-hosting.","docsUrl":"https://www.klavis.ai/docs","signupUrl":"https://www.klavis.ai/","pricingModel":"freemium","pricingNote":"Free Hobby plan; Pro/Team/Enterprise for production. Strata server is open source (pipx install strata-mcp)","authType":"api-key","agentSignup":"self-serve-instant-key","agentSignupNote":"Free signup issues an API key; the REST API and Python/TypeScript SDKs can programmatically provision per-user MCP server instances with OAuth wired in. YC X25.","mcpServer":"https://github.com/Klavis-AI/klavis"}