BaaS-MCP
Related Servers
Alternatives to BaaS-MCP
No user-submitted related servers found.
Related Servers
- FlicenseAqualityDmaintenanceProvides access to Better Auth framework documentation, authentication provider configurations, database adapter setup, and generates production-ready authentication configs for modern web frameworks.62-

Appwrite Docs MCP Serverofficial
FlicenseNot gradedqualityAmaintenanceEnables IDEs like Cursor, Windsurf, and Claude Code to access and query Appwrite documentation through a vector-powered search system. Provides developers with contextual Appwrite documentation directly within their development environment.11-- AlicenseNot gradedqualityBmaintenanceEnables multi-modal vector search over UI components, including text-based and image-based search, plus fetching component screenshots, with Firebase authentication and OAuth token management.30 npmMIT
- AlicenseNot gradedqualityCmaintenanceProvides AI agents with access to DFNS documentation, API reference, and SDK code through full-text search and type intelligence.19 npmMIT
- FlicenseAqualityDmaintenanceEnables TF-IDF search and structured browsing of Sisense Compose SDK documentation for React, Vue, and Angular, with support for framework filtering and code context to find relevant code examples.3-
- AlicenseNot gradedqualityCmaintenanceEnables AI-powered semantic search over React Hook Form documentation, allowing users to query and retrieve relevant documentation pages without an API key, running locally with offline support.7 npm1MIT
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose with no overlap: get-document-by-id retrieves a specific document by ID, get-project-config returns project configuration, and search-documents performs keyword-based searches across all documents. The descriptions clearly differentiate between individual document lookup, project-level settings, and broad search functionality.
The naming is mostly consistent with a verb-noun pattern (get-document-by-id, get-project-config, search-documents), using kebab-case throughout. The minor deviation is that 'get-document-by-id' includes a preposition ('by-id') while others do not, but the overall pattern remains clear and readable.
With 3 tools, the count is reasonable for a BaaS authentication system server, covering core operations: retrieving documents, checking project config, and searching. It might be slightly thin for full CRUD coverage (e.g., no create/update/delete tools), but it aligns well with a read-focused documentation helper.
The tool set covers key read operations for a documentation system but has notable gaps. It lacks update, delete, or creation tools for documents, which could limit agent workflows if modifications are needed. However, for a search-and-retrieve purpose, it provides essential functionality with get and search tools.