We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Zolo-Ryan/MarketAuxMcpServer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "newsmcp",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"bin": {
"weather": "./build/index.js"
},
"scripts": {
"build": "tsc",
"dev": "node ./build/index.js",
"start": "node ./build/index.js"
},
"files": [
"build"
],
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.0",
"dotenv": "^16.5.0",
"zod": "^3.25.28"
},
"devDependencies": {
"@types/node": "^22.15.21",
"typescript": "^5.8.3"
}
}