MCP server · Gist
gist-answers
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
⚠ Proposed MCP surface. No official hosted MCP server was found for Gist. The tools below are a candidate set derived from this provider's API, and the link points at the source descriptor rather than a live server. If Gist publishes an official server, this page will update to it on the next build.
Descriptor
Candidate descriptor · transport http
Tools
create_chat— Ask a question against a publisher's licensed corpus and get thread_id + turn_id back.stream_chat_response— Stream the generated answer for a turn as Server-Sent Events.get_chat_citations— List the source documents cited in an answer.get_chat_attributions— Get the per-source credit distribution for an answer, by domain, document and publisher.stream_completions— Stream an AI completion from a messages array (experimental).list_threads— List chat threads with offset pagination.get_thread— Get one thread with its turns.delete_thread— Permanently delete a thread and all its turns.get_recommended_questions— Get suggested questions to seed a search experience.get_related_questions— Get follow-up questions related to a given turn and question.get_publisher_group— Get the publisher group attached to the calling organization.get_publisher— Get details for one publisher in the group.summarize_url— Create a summarization request for a URL on an authorized publisher domain.stream_summary— Stream a previously created summary.get_service_health— Read the public per-dependency health status of the service.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.