pharos-mcp-server

pharos-mcp-server

3.2

If you are the rightful owner of pharos-mcp-server 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.

This document provides a structured overview of a Model Context Protocol (MCP) server designed to connect AI assistants with the Pharos database, enabling seamless data access and query execution.

The Pharos MCP Server acts as an intermediary between AI assistants and the Pharos database, translating general language requests into GraphQL queries that Pharos can understand. This server is deployed on Cloudflare Workers, making it accessible online. It allows AI assistants to query Pharos for detailed information on proteins, diseases, and chemical compounds, facilitating research in the druggable genome. By integrating this server, AI assistants gain a new capability to fetch and present data from Pharos, enhancing their utility in scientific research. The server is built using TypeScript and is designed for easy deployment and customization, allowing developers to modify GraphQL queries or server behavior as needed.

Features

  • Translates AI requests into GraphQL queries for Pharos.
  • Deployed on Cloudflare Workers for online accessibility.
  • Built with TypeScript for easy customization.
  • Supports querying of proteins, diseases, and ligands.
  • Facilitates AI-driven research in the druggable genome.

Tools

  1. pharos_graphql_query

    Executes GraphQL queries against the Pharos API endpoint and returns results.