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
{
"name": "@nirholas/crypto-news-free",
"version": "1.0.0",
"description": "Universal Crypto MCP - 🆓 100% FREE crypto news API. No API keys. No rate limits. No BS.",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"keywords": [
"crypto",
"news",
"api",
"bitcoin",
"defi",
"free",
"rss",
"aggregator"
],
"author": {
"name": "nich",
"url": "https://github.com/nirholas",
"twitter": "https://x.com/nichxbt"
},
"license": "MIT",
"dependencies": {
"next": "^14.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^18.2.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/nirholas"
},
"contributors": [
{
"name": "nich",
"url": "https://github.com/nirholas",
"twitter": "https://x.com/nichxbt"
}
]
}