Dritan MCP
Enables personal agents to access Solana market data and execute token swaps via the Dritan SDK whil...
- Click the "Install Now" button to open the FastMCP connection interface (this is where you will enter the environment values).
- 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)
- Copy the new API key from the Dritan dashboard (the key is your DRITAN API credential). (dritan.dev)
- 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).
- (Optional local alternative) If you prefer local env files, run
cp .env.example .env, open.env, add the lineDRITAN_API_KEY=<your_copied_key>, save the file, then run the MCP (npm run devornpm run build && npm start). - 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_KEYor run a market snapshot tool). (dritan.dev)
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Run MCP servers without
local setup or downtime
Access to 1,000+ ready-to-use MCP servers
Skip installation, maintenance, and trial-and-error.
No local setup or infra
Run MCP servers without Docker, ports, or tunnels.
Always online
Your MCP keeps working even when your laptop is off.
One secure URL
Use the same MCP from any agent, anywhere.
Secure by default
Encrypted connections. Secrets never stored locally.
Configuration for
Environment Variables
Please provide values for the following environment variables:
HTTP Headers
Please provide values for the following HTTP headers:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for Finance
View All →Fear & Greed Index
Provides real-time access to CNN's Fear & Greed Index for US stock market sentiment analysis, retrieving current composite scores and seven individual market indicators including S&P 500 momentum, options ratios, and volatility measures with historical comparisons.
More for API Development
View All →Sentry
Streamline Sentry API integration with this remote MCP server middleware prototype. sentry-mcp acts as a bridge between clients and Sentry, supporting flexible transport methods and offering tools like the MCP Inspector for easy service testing. Inspired by Cloudflare’s remote MCP initiative, it helps developers adapt and debug workflows, making Sentry interaction smoother for both cloud and self-hosted environments.