generated: '2026-09-12' method: probed source: >- Live anonymous POST of {"jsonrpc":"2.0","id":1,"method":"tools/list"} to https://docs.afterquery.com/mcp (HTTP 200, text/event-stream, three tools returned with full inputSchema), plus the provider-served discovery document https://docs.afterquery.com/.well-known/mcp.json (HTTP 200) and the agent card at https://docs.afterquery.com/.well-known/agent-card.json (HTTP 200). name: AfterQuery Experts Help Center MCP description: >- A read-only documentation MCP server over the AfterQuery Experts Help Center - full-text search across the help centre, a sandboxed read-only filesystem view of the documentation pages, and a feedback-submission tool. It is a documentation surface, not an interface to AfterQuery's training-data, evaluation or research products, which publish no API. status: published deployment: mode: remote endpoint: https://docs.afterquery.com/mcp auth: none verified: probed note: >- No install command and no package: nobody ships an AfterQuery stdio server. The hosted endpoint answers MCP JSON-RPC anonymously right now - an agent can call it without credentials. /.well-known/mcp.json names the canonical URL as https://afterqueryexperts.main-kill-isr.mintlify.me/mcp (the Mintlify project origin behind the custom domain) and declares authentication "none"; the same server answers on AfterQuery's own host at https://docs.afterquery.com/mcp, which is the URL recorded here because it is the one served from a domain AfterQuery controls. checked: '2026-09-12' transport: streamable-http capabilities: tools: true resources: unknown prompts: unknown authentication: scheme: none evidence: >- /.well-known/mcp.json declares servers[0].authentication "none", and an unauthenticated tools/list returned HTTP 200 with the full tool set. /.well-known/oauth-protected-resource and /.well-known/oauth-authorization-server both 404 on docs.afterquery.com. probe: url: https://docs.afterquery.com/mcp method: POST body: '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' http_status: 200 content_type: text/event-stream checked: '2026-09-12' saved_as: mcp/afterquery-mcp-tools.json interpretation: >- Present, live and anonymous. The response is the real tool manifest with per-tool inputSchema, not a documented claim. tools: count: 3 source: live tools/list response, saved verbatim alongside this manifest list: - name: search_after_query_experts_help_center title: Search documentation category: search input: {query: string (required)} read_only: true idempotent: true - name: query_docs_filesystem_after_query_experts_help_center title: Query docs filesystem category: retrieval input: {command: string (required)} read_only: true idempotent: true note: >- Runs a read-only shell-like command (rg, grep, find, tree, ls, cat, head, tail, jq and other text utilities) against an in-memory virtual filesystem holding only the help-centre pages. The advertised filesystem contains no api-reference directory - a `tree / -L 2` call on 2026-09-12 returned only articles/{about,onboarding,payments-taxes}, data-policy.mdx, index.mdx and report-a-bug.mdx - which independently confirms AfterQuery publishes no API reference. - name: submit_feedback title: Submit documentation feedback category: feedback input: {path: string (required), feedback: string (required)} read_only: false idempotent: false note: The only non-read-only tool; it files a documentation problem report, it does not mutate any AfterQuery business object. x-notes: platform_authored: >- This server is generated by Mintlify for AfterQuery's documentation project rather than hand-built by AfterQuery. Recorded as published because it is real, anonymous, callable and served from AfterQuery's own host - but it is a docs-platform surface and the tool names carry the Mintlify project suffix. no_product_api: >- Probed on 2026-09-12 and found nothing else: no OpenAPI at www.afterquery.com, docs.afterquery.com or api.afterquery.com; no GraphQL endpoint; no developer portal. The AfterQuery GitHub org's MCP-related repository (mcp-atlas) is a FORK of scaleapi/mcp-atlas, a Scale AI benchmark, and is not an AfterQuery MCP server.