GoldRush MCP Server is a Model Context Protocol server that enables AI applications to access blockchain and cryptocurrency data through a standardized interface. The server provides AI models with secure, structured access to blockchain data and cryptocurrency information, allowing them to answer questions and perform tasks related to digital assets, transactions, and market data.
Previous Limitations
Previously, users could only run the GoldRush MCP Server using STDIO transport, which limited deployment flexibility. This meant:- Only command-line and local integrations were possible
- No web-based or HTTP API access
- Limited options for authentication and security
- Fewer deployment scenarios for production environments
New Capabilities
With this update, users can now:- Deploy over HTTP: Run the server as a web service with HTTP transport, enabling web applications and remote integrations
- Choose deployment method: Select between STDIO (for local/command-line use) or HTTP (for web services) based on their needs
- Secure with authentication: Use Bearer token authentication for HTTP deployments to protect access
- Customize configurations: Set custom ports and configure transport settings via command-line arguments
- Integrate more easily: Connect from web applications, mobile apps, or any system that can make HTTP requests