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-full.json•850 B
{
"author": "your name or org name",
"config": {
"displayMode": "chat or docs",
"systemRole": "agent prompt",
"model": "gpt-4",
"params": {
"frequency_penalty": 0,
"presence_penalty": 0,
"temperature": 0.6,
"top_p": 1
},
"enableHistoryCount": true,
"historyCount": 2,
"inputTemplate": "{{text}} will be replaced with real-time input information"
},
"homepage": "https://github.com/OWNER",
"identifier": "agent-template-full # 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"
}
}