ripper-mcp
Related Servers
Alternatives to ripper-mcp
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityCmaintenanceExposes CRM operations as MCP tools, enabling agents to search contacts, retrieve contact records, list appointments, log notes, and create new leads.-
- FlicenseNot gradedqualityCmaintenanceExposes task management (add, list, complete tasks) and document search (RAG) as MCP tools for AI agents.-
- AlicenseBqualityFmaintenanceExposes OpenClaw tools (web search, page fetching, browser automation, PDF analysis, messaging, inter-agent communication, Canvas) as MCP tools for ACP agents.7-
- AlicenseNot gradedqualityBmaintenanceEnables aggregation, filtering, transformation, and composition of tools from multiple MCP servers through a single proxy with tool views.5AGPL 3.0
- AlicenseAqualityAmaintenanceEnables MCP-capable clients to query the tool registry, check install status, get tool recommendations for CTF or bug-bounty work, and run installed security tools through a governed execution path.1560MIT
- FlicenseAqualityCmaintenanceExposes GitHub, SQLite database, and calendar tools, resources, and prompts over MCP so any MCP client can query data, manage issues, and schedule events.12-
TDQS
Scored across 22 tools
Most tools map clearly to a distinct resource and action — contacts, tasks, listings, emails, and timeline events are well separated. The main ambiguities are create_note vs. add_timeline_event's note type and search_crm overlapping with the targeted find_* helpers.
All tool names follow a consistent snake_case verb_noun pattern with predictable prefixes like create_, get_, list_, update_, delete_, find_, and send_. Minor variation like add_timeline_event instead of create_timeline_event does not undermine the overall pattern.
22 tools cover contacts, tasks, notes, timeline events, listings, and email, so the count is high but not unreasonable. It sits in the 16–25 range that feels heavy and would benefit from consolidation, especially around note/timeline and search/find overlaps.
Several tool descriptions reference find_contacts and list_email_accounts, but those tools are not exposed, creating dead ends for obtaining contactIds and email account info. There are also lifecycle gaps: no update/delete for notes, no update for timeline events, and no delete for contacts or listings.