We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/The400MillionDollarCorporation/Concordia-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "portfolio-tracker",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "node build/index.js",
"dev": "nodemon --ext ts --exec tsx src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"@solana/spl-token": "^0.4.13",
"@solana/web3.js": "^1.98.0",
"axios": "^1.8.3",
"dotenv": "^16.4.7",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^22.13.10",
"nodemon": "^3.1.9",
"tsx": "^4.19.3",
"typescript": "^5.8.2"
}
}