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 owl: <http://www.w3.org/2002/07/owl#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX dct: <http://purl.org/dc/terms/>
PREFIX obo: <http://purl.obolibrary.org/obo/>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX nando: <http://nanbyodata.jp/ontology/NANDO_>
PREFIX mondo: <http://purl.obolibrary.org/obo/MONDO_>
<NandoShape> {
a [ owl:Class ] ;
rdfs:label xsd:string ;
dct:identifier xsd:string ;
nando:hasNotificationNumber xsd:string ? ;
nando:memberOf IRI ? ;
dct:source IRI ? ;
rdfs:seeAlso IRI * ;
skos:closeMatch IRI * ;
skos:exactMatch IRI ? ;
skos:prefLabel xsd:string ? ;
skos:altLabel xsd:string * ;
dct:description xsd:string ? ;
rdfs:subClassOf IRI *
}