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 chembl_molecule: <http://rdf.ebi.ac.uk/resource/chembl/molecule/>
PREFIX dct: <http://purl.org/dc/terms/>
PREFIX dgidb_drug: <http://identifiers.org/dgidb/drug/>
PREFIX dgidb_gene: <http://identifiers.org/dgidb/gene/>
PREFIX dgidb_interaction: <http://identifiers.org/dgidb/interaction/>
PREFIX dgio: <http://purl.jp/bio/10/dgidb/>
PREFIX ncbi_gene: <http://identifiers.org/ncbigene/>
PREFIX pubmed: <http://identifiers.org/pubmed/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<DGIdbInteractionShape> {
a [ dgio:Interaction ] ;
dct:identifier xsd:string ;
dgio:interactionType xsd:string ? ;
dgio:drug @<DGIdbDrugShape> ;
dgio:gene @<DGIdbGeneShape> ;
rdfs:seeAlso IRI *
}
<DGIdbDrugShape> {
a [ dgio:Drug ] ;
dct:identifier xsd:string ;
rdfs:label xsd:string ;
rdfs:seeAlso IRI
}
<DGIdbGeneShape> {
a [ dgio:Gene ] ;
dct:identifier xsd:string ;
rdfs:label xsd:string ;
skos:altLabel xsd:string ;
rdfs:seeAlso IRI
}