loading…
Search for a command to run...
loading…
Enables interaction with the DROYD AI trading agent API for cryptocurrency research, project discovery, and market screening. Users can manage watchlists, chat
Enables interaction with the DROYD AI trading agent API for cryptocurrency research, project discovery, and market screening. Users can manage watchlists, chat with AI agents, and execute trades directly through MCP-compatible clients.
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.
npx @droyd/mcp-server
git clone https://github.com/droyd/mcp-server.git
cd mcp-server
npm install
npm run build
Add to your claude_desktop_config.json:
{
"mcpServers": {
"droyd": {
"command": "npx",
"args": ["-y", "@droyd/mcp-server"],
"env": {
"DROYD_API_KEY": "your-api-key"
}
}
}
}
Add to your MCP settings:
{
"mcpServers": {
"droyd": {
"command": "npx",
"args": ["-y", "@droyd/mcp-server"],
"env": {
"DROYD_API_KEY": "your-api-key"
}
}
}
}
{
"mcpServers": {
"droyd": {
"command": "node",
"args": ["/path/to/droyd-mcp-server/dist/index.js"],
"env": {
"DROYD_API_KEY": "your-api-key"
}
}
}
}
| Variable | Required | Description |
|---|---|---|
DROYD_API_KEY |
Yes | Your DROYD API key |
DROYD_BASE_URL |
No | Override API base URL (default: https://api.droyd.ai) |
| Tool | Description |
|---|---|
droyd_chat |
Chat with a DROYD AI agent (research, trading, data). Supports multi-turn conversations. |
| Tool | Description |
|---|---|
droyd_search_content |
Search the knowledge base for posts, news, tweets, YouTube, developments |
| Tool | Description |
|---|---|
droyd_search_projects |
Find projects by name, symbol, address, or semantic query |
droyd_filter_projects |
Screen projects using market filters or natural language |
droyd_get_watchlist |
Get personal/swarm watchlists with agent evaluations |
| Tool | Description |
|---|---|
droyd_open_trade |
Open positions with flexible leg configurations |
droyd_manage_trade |
Close, buy, sell, or update existing positions |
droyd_get_positions |
View active positions, wallet holdings, and P&L |
# Install dependencies
npm install
# Build
npm run build
# Run in development mode
npm run dev
# Type check
npm run typecheck
# Lint
npm run lint
For detailed API documentation, see DROYD API Docs.
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"droyd-mcp-server": {
"command": "npx",
"args": []
}
}
}Read, send and search emails from Claude
Send, search and summarize Slack messages
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)