We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nirholas/universal-crypto-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
agent-template.json•530 B
{
"author": "your name or org name",
"config": {
"systemRole": "agent prompt"
},
"homepage": "https://github.com/OWNER/REPO",
"identifier": "agent-template # same as your filename",
"locale": "zh-CN # you can set locale if you use other i18n language, default is en-US",
"meta": {
"avatar": "🤯 emoji or logo url",
"tags": ["tag1", "tag2"],
"title": "agent en-US title # will auto generate i18n in workflow",
"description": "agent en-US description # will auto generate i18n in workflow"
}
}