We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/qqzhangyanhua/mcp-stock'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "mcp-stock-assistant",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"bin": {
"stock-assistant": "./build/index.js"
},
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
"start": "node build/index.js"
},
"files": [
"build"
],
"keywords": [
"mcp",
"stock",
"xueqiu"
],
"author": "",
"license": "ISC",
"description": "MCP Stock Assistant using Xueqiu API",
"devDependencies": {
"@types/node": "^22.10.0",
"typescript": "^5.7.2"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.4.0",
"zod": "^3.22.4",
"https-proxy-agent": "^7.0.2",
"node-fetch": "^3.3.2"
}
}