We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/arkinjo/togo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX dct: <http://purl.org/dc/terms/>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX obo: <http://purl.obolibrary.org/obo/>
PREFIX sio: <http://semanticscience.org/resource/>
PREFIX faldo: <http://biohackathon.org/resource/faldo#>
PREFIX hco: <http://identifiers.org/hco/>
PREFIX hgnc: <http://identifiers.org/hgnc/>
PREFIX so: <http://purl.obolibrary.org/obo/so#>
PREFIX refseq: <http://identifiers.org/refseq/>
PREFIX dbsnp: <http://identifiers.org/dbsnp>
PREFIX m2r: <http://med2rdf.org/ontology/med2rdf#>
PREFIX ensembl: <http://identifiers.org/ensembl/>
PREFIX exac: <http://identifiers.org/exac.variant/>
PREFIX exo: <http://purl.jp/bio/10/exac/>
PREFIX browser: <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg19&highlight=hg19.>
PREFIX hp: <http://exac.broadinstitute.org/variant/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<ExACValiationShape> {
a [ exo:Variant ] ;
dct:identifier xsd:string ;
rdfs:seeAlso IRI ;
faldo:location BNode ;
exo:referenceAllele xsd:string ;
exo:alternateAllele xsd:string ;
exo:alleleCount xsd:integer ;
exo:alleleNum xsd:integer ;
exo:numOfHomozygotes xsd:integer ;
exo:alleleFrequency xsd:float ;
exo:consequence xsd:string ;
exo:hgvs xsd:string ;
exo:annotation BNode ;
exo:population BNode
}