We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Replicant-Partners/Congo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
@prefix schema: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix yago: <http://yago-knowledge.org/resource/> .
# Sample taxonomy - class hierarchy
schema:Person rdfs:subClassOf schema:Thing .
schema:Organization rdfs:subClassOf schema:Thing .
schema:Place rdfs:subClassOf schema:Thing .
schema:Concept rdfs:subClassOf schema:Thing .
# More specific classes
yago:Scientist rdfs:subClassOf schema:Person .
yago:Philosopher rdfs:subClassOf schema:Person .
yago:University rdfs:subClassOf schema:Organization .
yago:City rdfs:subClassOf schema:Place .