DROYD MCP Server
Provides tools to search DROYD's knowledge base for crypto-related content, news, and developments specifically from YouTube.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DROYD MCP ServerFind trending AI crypto projects and summarize my watchlist"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
DROYD MCP Server
A Model Context Protocol (MCP) server for the DROYD AI trading agent API. This server enables Claude Desktop, Claude Code, and other MCP clients to interact with DROYD's crypto research, project discovery, and trading capabilities.
Features
Agent Chat - Multi-turn conversations with DROYD AI agents (research, trading, data)
Content Search - Search DROYD's knowledge base for crypto news, posts, tweets, and more
Project Discovery - Find projects by name, symbol, address, or semantic concepts
Market Screening - Filter projects using market criteria or natural language
Watchlists - Access personal and swarm watchlists with agent evaluations
Trading - Open positions with flexible leg configurations (stops, takes, etc.)
Position Management - Manage trades and view P&L
Related MCP server: freqtrade-mcp-server
Installation
Option 1: npm (Recommended)
npx @droyd/mcp-serverOption 2: Clone Repository
git clone https://github.com/droyd/mcp-server.git
cd mcp-server
npm install
npm run buildConfiguration
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"droyd": {
"command": "npx",
"args": ["-y", "@droyd/mcp-server"],
"env": {
"DROYD_API_KEY": "your-api-key"
}
}
}
}Claude Code
Add to your MCP settings:
{
"mcpServers": {
"droyd": {
"command": "npx",
"args": ["-y", "@droyd/mcp-server"],
"env": {
"DROYD_API_KEY": "your-api-key"
}
}
}
}Local Development
{
"mcpServers": {
"droyd": {
"command": "node",
"args": ["/path/to/droyd-mcp-server/dist/index.js"],
"env": {
"DROYD_API_KEY": "your-api-key"
}
}
}
}Environment Variables
Variable | Required | Description |
| Yes | Your DROYD API key |
| No | Override API base URL (default: https://api.droyd.ai) |
Available Tools
Agent
Tool | Description |
| Chat with a DROYD AI agent (research, trading, data). Supports multi-turn conversations. |
Search
Tool | Description |
| Search the knowledge base for posts, news, tweets, YouTube, developments |
Projects
Tool | Description |
| Find projects by name, symbol, address, or semantic query |
| Screen projects using market filters or natural language |
| Get personal/swarm watchlists with agent evaluations |
Trading
Tool | Description |
| Open positions with flexible leg configurations |
| Close, buy, sell, or update existing positions |
| View active positions, wallet holdings, and P&L |
Development
# Install dependencies
npm install
# Build
npm run build
# Run in development mode
npm run dev
# Type check
npm run typecheck
# Lint
npm run lintAPI Reference
For detailed API documentation, see DROYD API Docs.
Rate Limits
10 requests per 15 minutes per endpoint
HTTP 429 returned when limit exceeded
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityBmaintenanceEnables MCP-compatible AI clients to access live crypto market data and AI-driven quantitative analysis, with structured outputs and full observability.Last updated
- Alicense-qualityBmaintenanceAn MCP server for cryptocurrency trading via Freqtrade, enabling trade management, balance checks, strategy configuration, backtesting, and bot lifecycle control from any MCP-compatible AI agent.Last updatedMIT
- Flicense-qualityDmaintenanceEnables AI tools to execute trades and fetch market data across six crypto exchanges via natural language or API, with dual Telegram and MCP interfaces.Last updated2
- Alicense-qualityCmaintenanceEnables AI assistants to interact with the PocketOption trading platform via MCP, including balance checks, candle data, asset screening, and trade placement, with support for multi-agent coordination.Last updated4MIT
Related MCP Connectors
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.
Create, browse, remix, collaborate on, and run durable AI workflow nodes from MCP hosts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/droyd-ai/droyd-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server