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 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 refseq: <http://identifiers.org/refseq/>
PREFIX dbsnp: <http://identifiers.org/dbsnp>
PREFIX dbsnpo: <http://purl.jp/bio/10/dbsnp/>
PREFIX m2r: <http://med2rdf.org/ontology/med2rdf#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<DbSNPValiationShape> {
a [ m2r:Variation obo:SO_0001483 ] ;
dct:identifier xsd:string ;
dbsnpo:is_created_in_build xsd:string ;
faldo:location BNode ;
m2r:referenceAllele xsd:string ;
dct:hasPart xsd:string
}
<DbSNPAlleleShape> {
a [ dbsnpo:Allele ] ;
m2r:alternativeAllele xsd:string ;
dct:isPartOf IRI ;
sio:SIO_000216 BNode
}