A
licenseNot graded
qualityC
maintenanceMCP server for the Spaces AI Marketplace that lets AI agents browse, join, and play in shared spaces via natural language.
102 npm
MIT
No user-submitted related servers found.
Scored across 6 tools
Each tool targets a distinct operation: retrieval by ID, random, top-rated, search, registration, and submission. No functional overlap exists.
All tools follow a consistent verb_noun pattern in snake_case (e.g., get_quote_by_id, register_agent), making the set predictable.
With 6 tools, the server is well-scoped for a quote repository: covering retrieval (4 variants), registration, and submission. Neither too sparse nor bloated.
Covers essential read operations (by ID, random, top, search) and write (submit). Lacks update/delete, but these are likely unnecessary for a public quote submission platform.