D

Dritan MCP

Enables personal agents to access Solana market data and execute token swaps via the Dritan SDK whil...

35 views
0 installs
Updated Feb 12, 2026
Not audited
Tools I Recommend
Enables personal agents to access Solana market data and execute token swaps via the Dritan SDK while maintaining local wallet security. It provides tools for wallet management, real-time token price tracking, and secure transaction signing and broadcasting.
  1. Click the "Install Now" button to open the FastMCP connection interface (this is where you will enter the environment values).
  2. Create or sign in to your Dritan account and open the dashboard → API Keys section; create a new API key for this project. (dritan.dev)
  3. Copy the new API key from the Dritan dashboard (the key is your DRITAN API credential). (dritan.dev)
  4. In the FastMCP connection interface, add a new environment variable named DRITAN_API_KEY and paste the copied API key as its value, then save/confirm the connection (this is the required ENV for the MCP).
  5. (Optional local alternative) If you prefer local env files, run cp .env.example .env, open .env, add the line DRITAN_API_KEY=<your_copied_key>, save the file, then run the MCP (npm run dev or npm run build && npm start).
  6. Verify the key works by running a simple call or MCP tool that uses the Dritan SDK (for example instantiate DritanClient with process.env.DRITAN_API_KEY or run a market snapshot tool). (dritan.dev)

Quick Start

View on GitHub

More for Finance

View All →

More for API Development

View All →

Similar MCP Servers

S

Solana Agent

Enables blockchain interactions on Solana by providing a comprehensive server for asset retrieval, token deployment, wallet management, transfers, NFT minting, and domain resolution.

Finance Developer Tools
248
0

Report Issue

Thank you! Your issue report has been submitted successfully.