mcp-wegene-assistant

mcp-wegene-assistant

3.3

If you are the rightful owner of mcp-wegene-assistant and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

MCP server for WeGene Assistant, using LLM to analyze a user's WeGene genetic testing report.

The WeGene Assistant MCP server is designed to facilitate the analysis of genetic testing reports provided by WeGene. By leveraging the capabilities of a Language Model (LLM), this server can interpret and provide insights into the genetic data contained within a user's WeGene account. The server operates by accessing the user's reports through a custom URI scheme and offers a suite of tools to manage and retrieve genetic information. The integration with WeGene's Open API allows for seamless authorization and data retrieval, ensuring that users can easily access and understand their genetic information. The server is particularly useful for users who wish to gain deeper insights into their genetic data, as it provides detailed report information and results in a structured JSON format.

Features

  • Custom wegene: // URI scheme for accessing individual reports.
  • OAuth process for secure authorization via WeGene Open API.
  • Retrieval of profile lists and report metadata for user accounts.
  • Access to detailed genetic report results in JSON format.
  • Integration with WeGene's Open API for seamless data access.

Tools

  1. wegene-oauth

    Start a WeGene Open API oAuth process in the browser.

  2. wegene-get-profiles

    Read the profile list under a user's WeGene account.

  3. wegene-get-report-info

    Return the report meta info so LLM will know what reports are available.

  4. wegene-get-report

    Read the results of a single report under a profile.