Dritan MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DRITAN_API_KEY | Yes | Dritan API key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| system_check_prereqsB | Check whether required local binaries are installed (currently solana-keygen) and return install commands. |
| wallet_create_localB | Create a local Solana wallet using solana-keygen and return path + public address. |
| wallet_get_addressC | Get the public address for a local Solana wallet file. |
| wallet_get_balanceB | Get SOL balance for a local wallet address from a Solana RPC endpoint. |
| market_get_snapshotC | Fetch token market snapshot via Dritan SDK (price/metadata/risk/first-buyers/aggregated). |
| token_get_priceB | Fetch token price via Dritan (same as market_get_snapshot mode=price). |
| token_get_riskB | Fetch token risk via Dritan (same as market_get_snapshot mode=risk). |
| token_get_aggregatedB | Fetch aggregated token data via Dritan (same as market_get_snapshot mode=aggregated). |
| market_stream_sampleC | Open a DEX websocket stream and collect events for a short duration. |
| swap_buildC | Build an unsigned swap transaction with Dritan. |
| swap_sign_and_broadcastC | Sign a base64 swap transaction with a local wallet and broadcast through Dritan. |
| swap_build_sign_and_broadcastB | Convenience tool: build swap, sign locally with wallet, and broadcast in one call. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/amirdauti/dritan-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server