We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lienhage/blockchain-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
publish.shโข318 B
#!/bin/bash
echo "๐จ Building project..."
npm run build
echo "๐ Running tests..."
npm test || echo "โ ๏ธ No tests found, skipping..."
echo "๐ฆ Publishing to npm..."
npm publish --access public
echo "โ Published successfully!"
echo "๐ Update your MCP config to use: npx @your-username/blockchain-mcp"