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 db: <http://purl.jp/bio/03/dbcatalog/>
PREFIX dcat: <http://www.w3.org/ns/dcat#>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX pubmed: <http://rdf.ncbi.nlm.nih.gov/pubmed/>
PREFIX taxddbj: <http://ddbj.nig.ac.jp/ontologies/taxonomy/>
PREFIX lang: <http://id.loc.gov/vocabulary/iso639-1/>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX schema: <http://schema.org/>
PREFIX tag: <http://integbio.jp/dbcatalog/dbcatalogtag.owl#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX pav: <http://purl.org/pav/>
PREFIX bibo: <http://purl.org/ontology/bibo/>
PREFIX prism: <http://prismstandard.org/namespaces/1.2/basic/>
<DatabaseInfoShape> {
a [ dcat:Dataset ] ;
dcterms:title xsd:string + ;
dcterms:alternative xsd:string * ;
dcterms:description xsd:string + ;
dcterms:identifier xsd:string ;
dcterms:language IRI + ;
dcterms:publisher BNode * ;
dcterms:references IRI * ;
rdfs:seeAlso IRI ;
rdfs:seeAlso IRI ;
rdfs:seeAlso IRI ;
dcat:distribution BNode * ;
dcat:landingPage IRI {1,2} ;
dcat:theme @<DatabaseTagShape> * ;
dcat:theme IRI * ;
foaf:status xsd:string {2}
}
<DatabaseTagShape> {
a [ skos:Concept ] ;
dcterms:identifier xsd:string ;
skos:definition xsd:string {2} ;
rdfs:label xsd:string {2} ;
skos:prefLabel xsd:string {2}
}