Anythink-MCP
OfficialRelated Servers
Alternatives to Anythink-MCP
- AlicenseNot gradedqualityNot gradedmaintenanceAn MCP server that provides tools for interacting with Supabase databases, storage, and edge functions.45MIT
- AlicenseNot gradedqualityCmaintenanceThe Stripe Model Context Protocol server allows you to integrate with Stripe APIs through function calling. This protocol supports various tools to interact with different Stripe services.8,607 npm1,831-
- AlicenseNot gradedqualityNot gradedmaintenanceA Model Context Protocol server that helps users migrate subscription businesses from RevenueCat to Adapty through natural language interactions with LLMs like Claude Desktop.MIT
- AlicenseAqualityCmaintenanceEnables comprehensive management of Directus instances through tools for schema manipulation, content CRUD operations, and dashboard management. It allows AI assistants to programmatically interact with collections, fields, relations, and workflow automation using the official Directus SDK.204 npmMIT
Related Servers
- FlicenseNot gradedqualityAmaintenanceA compact backend platform exposing a scoped MCP server for agents, with SQLite data plane, embedded Studio, auth, storage, and realtime. Default read-only agent access with opt-in read-write mutations via isolated preview branches and exact-SQL approval before production promotion.265 npm22-
- AlicenseAqualityBmaintenanceEnables MCP-capable agents to create and invoke OpenServerless endpoints, manage secrets, and configure integrations such as S3, PostgreSQL, Redis, Milvus, and MongoDB.13Apache 2.0
- AlicenseNot gradedqualityAmaintenanceDeploy and monetize agent-built apps from one MCP. Ship a full-stack app (login, database, usage billing) with one command, then charge the signed-in end user per API call via X-Settle-Payer (end-user-pays: cost times markup, app owner earns the markup).Apache 2.0
- AlicenseAqualityAmaintenanceEnables building a full backend directly from MCP clients using natural language, including projects, boards, typed columns, data, and REST endpoints with API keys. It also supports deploying frontends and provides a ready-made admin interface for end clients.48279 npmMIT
- AlicenseNot gradedqualityBmaintenanceLets you expose any product, web app, or SaaS backend as a dynamic, stateful MCP server with built-in agent memory, context persistence, and workflow-aware tool gating for AI agents.6 npmMIT
- AlicenseNot gradedqualityCmaintenanceTurns existing backend APIs (OpenAPI) and SQL databases (PostgreSQL, MariaDB, ClickHouse) into hosted MCP servers for AI clients, with built-in dashboards, forms, and credential encryption.9 npmMIT
TDQS
Scored across 16 tools
Most tools have distinct purposes with clear naming. The `cli` tool overlaps conceptually with dedicated tools like `projects_create`, but its description clarifies it is a fallback for commands not covered by dedicated tools. There is minor potential confusion between `login`, `login_google`, and `login_direct`, but they are differentiated by auth method.
All tool names follow a consistent `verb_noun` pattern in snake_case (e.g., `accounts_create`, `projects_list`). Verbs like `create`, `list`, `use`, `delete`, `show`, `remove`, `login`, `logout`, `signup` are used uniformly. No mixing of conventions.
The 16 tools are well-scoped for managing the Anythink platform, covering authentication (5 tools), accounts (3), projects (4), configuration (3), and a general CLI fallback (1). The count is appropriate for the domain's complexity without being excessive.
The tool surface covers core workflows: authentication, account creation/selection, project lifecycle (create, list, select, delete), and configuration management. Missing explicit update tools for accounts or projects, but the `cli` tool can likely handle those. Overall, no critical gaps that would cause agent failures.