arena-mcp
Related Servers
Alternatives to arena-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceMCP server for Are.na that enables visual search of design references, including curated channels, image blocks, and authors, directly from Claude Code.5186 npmMIT
- AlicenseNot gradedqualityBmaintenanceA public MCP server that lets AI agents read live web pages as clean Markdown, with tools to fetch, search, extract metadata, and extract links from URLs.1MIT
- AlicenseNot gradedqualityFmaintenanceMCP tool server that gives any AI agent the ability to search, scrape, and analyze content across the internet.42MIT

pure.md MCP serverofficial
AlicenseDqualityDmaintenanceAn MCP server that enables AI clients like Cursor, Windsurf, and Claude Desktop to access web content in markdown format, providing web unblocking and searching capabilities.215 npm60MIT- FlicenseNot gradedqualityCmaintenanceMCP server that enables AI agents to search the web and extract clean Markdown content, with support for JavaScript rendering, structured data extraction, and screenshots.1-
- FlicenseNot gradedqualityDmaintenanceAn MCP server that enables users to transform AI conversations into a structured, searchable knowledge base by saving ideas, code snippets, bookmarks, and reminders. It supports persistent storage through Supabase or PostgreSQL and includes webhook integrations for automating workflows with external tools.-
TDQS
Scored across 13 tools
Most tools target distinct resources and actions: account, channels, blocks, products, search, and style directives. The only potential overlap is between arena_add_block and arena_add_product, but the descriptions clearly distinguish general block creation from product-specific image handling.
The arena_ prefix is consistent for the primary domain, but style_ tools use a different prefix, and arena_me does not follow the verb_noun pattern. Overall the convention is understandable but not uniform.
13 tools is within a reasonable range for the server's scope covering channel management, block/product operations, search, and a style journal. The count feels slightly high due to the style sub-domain, but each tool has a clear purpose.
Core channel CRUD is present except delete, and blocks support add/remove but not update. Product handling is thorough with single and batch add, though removal relies on the generic remove_block. Style tools form a complete workflow. Minor lifecycle gaps prevent a higher score.