DAS MCP Server
by pratikbuilds
This Cloudflare Worker runs a Model Context Protocol (MCP) server, integrating with the Helius API to provide asset search and related tools. It's designed for easy deployment and extension using environment variables for secure API key management.
Last updated: N/A
What is DAS MCP Server?
This is a Model Context Protocol (MCP) server built as a Cloudflare Worker. It leverages the Helius API to provide asset search capabilities and other related tools, enabling integration with platforms like Cloudflare AI Playground and Claude Desktop.
How to use DAS MCP Server?
To use this server, you need a Helius API key. Deploy the Cloudflare Worker, setting the HELIUS_API_KEY
environment variable. You can then connect to the server from tools like the Cloudflare AI Playground or Claude Desktop by providing the deployed server URL.
Key features of DAS MCP Server
Cloudflare Worker MCP server
Integrates with Helius API
Secure environment variable handling
Ready for Cloudflare AI Playground and Claude Desktop integration
Use cases of DAS MCP Server
Asset search via Helius
Integration with Cloudflare AI Playground
Integration with Claude Desktop
Extending MCP server with custom tools
FAQ from DAS MCP Server
What is the Helius API key used for?
What is the Helius API key used for?
The Helius API key is used to authenticate and authorize requests to the Helius API for asset search and related functionalities.
How do I deploy this server to Cloudflare Workers?
How do I deploy this server to Cloudflare Workers?
You can deploy the server using the Cloudflare Dashboard or the wrangler
CLI. Ensure you set the HELIUS_API_KEY
environment variable during deployment.
Can I add my own tools to the MCP server?
Can I add my own tools to the MCP server?
Yes, you can add your own tools by defining them inside the init()
method of src/index.ts
using this.server.tool(...)
.
How do I connect to the server from Cloudflare AI Playground?
How do I connect to the server from Cloudflare AI Playground?
Go to the Cloudflare AI Playground, enter your deployed MCP server URL (e.g., remote-mcp-server-authless.<your-account>.workers.dev/sse
), and you can start using your MCP tools.
How do I connect Claude Desktop to my MCP server?
How do I connect Claude Desktop to my MCP server?
Follow Anthropic's Quickstart and within Claude Desktop go to Settings > Developer > Edit Config. Update the config with the MCP server URL.