generated: '2026-08-09' method: searched source: https://www.codebiotx.com/_api/mcp name: Code Bio Site MCP Server status: live transport: streamable-http url: https://www.codebiotx.com/_api/mcp advertised_in: https://www.codebiotx.com/llms.txt platform: Wix Site MCP (platform-provided, served from the provider's own host) platform_docs: https://dev.wix.com/docs/develop-websites/articles/get-started/about-the-wix-site-mcp first_party: partial first_party_note: >- The endpoint is served from the company's own apex host (www.codebiotx.com) and is advertised in the company's own llms.txt, but the server implementation and its tool surface are provided by the Wix website platform rather than authored by Code Biotherapeutics. The site content it exposes is the company's. authentication: discovery: none tools_list: anonymous note: >- tools/list and initialize require no credentials. Two tools (CallWixSiteAPI, ExecuteWixAPI) require a visitorToken minted anonymously by GenerateVisitorToken. No OAuth metadata is published: /.well-known/oauth-authorization-server and /.well-known/oauth-protected-resource both miss on this host. server_info: name: 'Site Visitor Assistant for site "Code Bio Live Site" (https://www.codebiotx.com/_api/mcp)' version: 1.0.0 protocolVersion: '2025-06-18' capabilities: tools: listChanged: true logging: {} tools_count: 9 tools_manifest: mcp/code-biotherapeutics-mcp-tools-list.json tools: - name: GetBusinessDetails description: Returns business and site details for the site — timezone, email, phone, fax, address. required: [] mutating: false - name: SearchInSite description: Full-text search across the public site content. required: - searchTerm mutating: false - name: SearchSiteApiDocs description: >- Returns the API documentation for the Wix business solutions installed on this site and how to call them. required: - searchTerm mutating: false - name: BrowseWixRESTDocsMenu description: Browse the Wix REST API documentation menu hierarchy. required: - reason mutating: false - name: ReadFullDocsArticle description: Fetches a complete article from the Wix developer documentation portal. required: - articleUrl mutating: false - name: ReadFullDocsMethodSchema description: Fetches the full request/response schema for a Wix API method. required: - articleUrl - reason mutating: false - name: GenerateVisitorToken description: Creates a new anonymous visitor session and returns a visitor access token. required: [] mutating: false - name: CallWixSiteAPI description: >- Calls a Wix REST API method on the visitor's behalf against this site. required: - visitorToken - url - method mutating: true - name: ExecuteWixAPI description: >- Runs JavaScript against the Wix REST API for this site in a sandbox, on the visitor's behalf. required: - code - reason - hasMutations - sourceDocUrls - visitorToken mutating: true scope_note: >- This is a website-content and site-commerce agent surface. It exposes no scientific, pipeline, clinical or 3DNA platform data — Code Biotherapeutics publishes no such API. x-evidence: fetched: '2026-08-09' probes: - url: https://www.codebiotx.com/_api/mcp method: POST tools/list http_status: 200 content_type: application/json; charset=utf-8 result: 9 tools with full JSON Schema draft-07 inputSchema - url: https://www.codebiotx.com/_api/mcp method: POST initialize http_status: 200 result: 'protocolVersion 2025-06-18; capabilities.tools.listChanged true' - url: https://www.codebiotx.com/_api/mcp method: POST tools/call GetBusinessDetails http_status: 200 result: returned live business details (Hatfield PA address, contact email) - url: https://www.codebiotx.com/llms.txt method: GET http_status: 200 result: advertises the MCP endpoint and the tool list