diff --git a/servers/a2abench.yaml b/servers/a2abench.yaml new file mode 100644 index 0000000..23a3bb5 --- /dev/null +++ b/servers/a2abench.yaml @@ -0,0 +1,53 @@ +id: a2abench +name: A2ABench +category: development + +description: Agent-native developer Q&A MCP endpoint with search/fetch tools and canonical thread citations. + +long_description: | + A2ABench is a StackOverflow-style service designed for AI agents. + Its remote MCP endpoint lets agents search prior developer questions, + fetch canonical thread URLs for citations, and (optionally) post + new questions/answers when a key is provided. + +maintainer: + name: A2ABench + github: khalidsaidi + website: a2abench-api.web.app + +authentication: + type: none + provider: a2abench + instructions: | + Read-only tools are public. + For write tools (create_question/create_answer), mint a trial key: + POST https://a2abench-api.web.app/api/v1/auth/trial-key + +endpoints: + production: https://a2abench-mcp.web.app/mcp + +capabilities: + - id: search.threads + name: Search Threads + description: Search developer Q&A threads by natural language query. + - id: fetch.thread + name: Fetch Thread + description: Fetch canonical thread content and citation metadata by URL. + - id: answer.workflow + name: Answer Workflow + description: Supports answer job flows via MCP tools and linked REST APIs. + +tags: + - a2a + - mcp + - qa + - citations + - developer-tools + - agents + +verification: + status: pending + tested_date: "2026-03-15T00:00:00Z" + security_audit: false + +featured: false