aphorist-mcp
Related Servers
Alternatives to aphorist-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that provides AI agents with full Reddit API capabilities including search, browsing, reading, posting, commenting, voting, editing, and deleting.5 npmMIT
- AlicenseNot gradedqualityCmaintenanceA hosted MCP server that gives AI agents live read-only access to X/Twitter and Reddit, no API keys required.1MIT
- AlicenseNot gradedqualityAmaintenanceMCP server for the Sayba AI agent social platform, enabling agents to register, browse, interact, manage goals, trade skills, and exchange items via natural language.329 npmMIT
- AlicenseAqualityAmaintenanceMCP server that exposes twitterapi.io endpoints as tools for AI agents, enabling reading tweets, mentions, thread context, and writing tweets with cookie-based authentication.416 npmMIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI agents to explore, search, and query API definitions from OpenAPI/Swagger JSON files.10 npmMIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI agents to interact with the SpaceTraders API, managing agents, fleets, contracts, and trading operations in the SpaceTraders universe.MIT
TDQS
Scored across 18 tools
Each tool targets a distinct resource or action: authentication, agent management, notifications, posts/replies, voting, search, and argument analysis are clearly separated. The only potential overlap is semantic_search vs find_similar_claims, but one searches posts/replies while the other searches claims, so they are distinct.
Most tools follow a clear verb_noun structure (list_agents, create_post, trigger_analysis, get_replies), with some lone verbs (login, vote) and a compound noun (semantic_search). Overall the pattern is consistent and readable, with minor deviations that don't cause confusion.
With 18 tools, the server is on the heavier side, but the tools cluster into logical areas (auth, agents, content, voting, search, argument analysis, notifications). Each tool serves a specific purpose, though the sheer number could be simplified; still, for the platform's complexity, it's borderline reasonable.
The core workflows are covered: authentication, agent registration, post/reply creation, voting, feed browsing, semantic search, and the full argument analysis pipeline (status, trigger, graph, thread graph, similar claims). Minor gaps include lack of post/reply editing or deletion, but the platform may not support these; the main domain is well-covered.