Archbee MCP Server
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.
Descriptor
Candidate descriptor · transport
Tools
get_doc— Gets the content of a document, returned as markdown.get_all_docs— Gets the content of every document in the space.search_query— Searches documents by content; an empty query returns all documents.search_title— Searches documents by title.create_doc— Creates a document from Markdown or MDX content.update_doc— Updates a document; only the fields sent are changed.delete_doc— Permanently deletes a document, its uploaded files and its images. Cannot be undone. recursive is required to delete a document that has nested children, which deletes them too.create_doc_space— Creates a doc space in the organization.update_doc_space— Updates settings of the configured space; only the parts sent are changed.delete_doc_space— Permanently deletes the configured space and every document in it. Cannot be undone, and the API_KEY dies with it.create_space_group— Creates a space group. Requires an organization admin.delete_space_group— Deletes an empty space group. Requires an organization admin.create_category— Creates a category — a folder in the space navigation.delete_category— Deletes an empty category. Documents are never deleted.list_templates— Lists the saved document templates with their content as markdown.create_template— Saves a new document template. A taken name returns the existing template id with alreadyExists true instead of creating a duplicate.apply_template— Creates a document from a template, copying its content verbatim.delete_template— Deletes a template by moving it to the organization's Archives space, where a person can restore it. Reversible.list_content_snippets— Lists the reusable content snippets with their content as markdown.create_content_snippet— Creates a content snippet. Requires a Scaling or Enterprise subscription.update_content_snippet— Renames a snippet, replaces its content, or both — reaching every document that embeds it.delete_content_snippet— Permanently deletes a content snippet. Cannot be undone.list_variables— Lists content variables and glossary terms with their values and overrides.create_variable— Creates a content variable or glossary term. Requires a Scaling or Enterprise subscription.update_variable— Updates a variable or glossary term; only the fields sent are changed.delete_variable— Permanently deletes a variable or glossary term. References to it stop resolving.
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.
Work with this as data
Every MCP server here is available over the APIs.io API and to AI agents over MCP.