Actym Therapeutics Site MCP Server
Actym Therapeutics serves a live, anonymous Model Context Protocol endpoint on its own domain at https://www.actymthera.com/_api/mcp. The server is PLATFORM-AUTHORED: it is the Wix Site MCP runtime that Wix exposes for every site it hosts, advertised by the site's own llms.txt. Actym publishes it from its own host and it is genuinely reachable by an agent today, but the tool surface is Wix's generic site-visitor assistant, not an Actym-authored API. No Actym-specific business tools are exposed; the site's only installed Wix business app is the Blog app.
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.
Documentation
Documentation link · transport
Tools
GetBusinessDetails— Business and site details (timezone, display name, business name, installed app capabilities).SearchInSite— Full-text search across the site's public content.SearchSiteApiDocs— Returns the Wix API documentation for the business solutions installed on this site.GenerateVisitorToken— Creates a visitor session and returns a visitor access token; prerequisite for CallWixSiteAPI.CallWixSiteAPI— Calls a Wix REST API method on the site on a visitor's behalf.ExecuteWixAPI— Runs JavaScript against the Wix REST API on the site; carries an explicit hasMutations flag.BrowseWixRESTDocsMenu— Browse the Wix REST API documentation menu hierarchy.ReadFullDocsArticle— Fetch a full article from the Wix developer documentation portal.ReadFullDocsMethodSchema— Fetch the full request/response schema for a Wix API method.
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.