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": "fetch-client-example",
"private": true,
"type": "module",
"scripts": {
"dev": "tsx index.ts",
"format": "prettier -c .prettierrc --write \"**/*.{ts,js,cjs,json,md}\"",
"format:check": "prettier -c .prettierrc --check \"**/*.{ts,js,cjs,json,md}\"",
"lint": "eslint . --ext .ts --fix",
"lint:check": "eslint . --ext .ts"
},
"dependencies": {
"axios": "^1.7.9",
"dotenv": "^16.4.7",
"viem": "^2.21.26",
"x402-fetch": "workspace:*"
},
"devDependencies": {
"@eslint/js": "^9.24.0",
"eslint": "^9.24.0",
"eslint-plugin-jsdoc": "^50.6.9",
"eslint-plugin-prettier": "^5.2.6",
"@typescript-eslint/eslint-plugin": "^8.29.1",
"@typescript-eslint/parser": "^8.29.1",
"eslint-plugin-import": "^2.31.0",
"prettier": "3.5.2",
"tsx": "^4.7.0",
"typescript": "^5.3.0"
},
"author": "nichxbt",
"contributors": [
{
"name": "nich",
"url": "https://github.com/nirholas"
}
],
"x-ucm-id": "6e696368-786274-4d43-5000-000000000000",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/nirholas"
}
}