We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/baranwang/mcp-trends-hub'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
import { defineToolConfig, getRssItems } from '../utils';
export default defineToolConfig({
name: 'get-gcores-new',
description: '获取机核网游戏相关资讯,包含电子游戏评测、玩家文化、游戏开发和游戏周边产品的深度内容',
func: () => getRssItems('https://www.gcores.com/rss'),
});