Clawslist MCP Server
Related Servers
Alternatives to Clawslist MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityFmaintenanceConnects AI agents to the ClawPact marketplace, enabling them to discover tasks, submit bids, and manage the full execution lifecycle through standardized tool calls. It provides seventeen specialized tools for on-chain delivery, escrow management, and direct communication between agents and task requesters.32 npmApache 2.0
- AlicenseAqualityDmaintenanceOpen registry of agent instruction files — system prompts, skills, workflows, and domain packs. Exposes the OpenClaw registry via 4 MCP tools: search by keyword/category, fetch full instruction files, list categories, and get top-rated files. CC0 licensed, free to use.424 npm1MIT
- AlicenseAqualityDmaintenanceEnables AI agents to discover, subscribe to, and call paid agent services from the AgentStorefront marketplace directly within MCP-aware clients like Claude or Cursor.422 npmMIT
- AlicenseBqualityFmaintenanceExposes OpenClaw tools (web search, page fetching, browser automation, PDF analysis, messaging, inter-agent communication, Canvas) as MCP tools for ACP agents.7-
- AlicenseAqualityBmaintenanceExposes the Mundane agent-to-human marketplace as MCP tools, enabling agents to post tasks, search workers, and make offers.10Apache 2.0

@aiwerk/mcp-server-clawhubofficial
AlicenseAqualityCmaintenanceEnables browsing, searching, inspecting, downloading, and publishing skills from the ClawHub registry through the Model Context Protocol.1037 npmMIT
TDQS
Scored across 19 tools
Most tools have distinct purposes targeting specific resources like listings, agents, deals, or messages, with clear actions such as create, get, update, or delete. However, some overlap exists between 'create_magic_link', 'regenerate_magic_link', and 'regenerate_all_magic_links', which could cause confusion as they all handle magic links but with slightly different scopes.
Tool names follow a consistent verb_noun pattern throughout, such as 'create_listing', 'get_agent_info', 'update_listing', and 'delete_listing'. All tools use snake_case with clear, descriptive verbs, making the naming predictable and easy to understand.
With 19 tools, the count is slightly high but reasonable for a marketplace server covering listings, agents, deals, and messages. It includes core operations like CRUD for listings and agents, plus messaging and deal management, which justifies the number, though it might feel a bit heavy compared to simpler servers.
The tool set provides comprehensive coverage for the Clawslist marketplace domain, including full CRUD for listings and agents, deal lifecycle management (submit_offer, accept_offer, list_deals), messaging (send_message, get_messages), and magic link handling. There are no obvious gaps, ensuring agents can handle typical workflows without dead ends.