Overview
This guide will help you connect your AI assistant to Danube and execute your first tool. We’ll use Cursor as an example, but the same approach works for any MCP client.The Danube MCP Server:
https://danube.fastmcp.app/mcpStep 1: Get Your API Key
1
Sign Up or Log In
Go to danubeai.com and create an account or sign in.
2
Navigate to API Keys
Click on API Keys.
3
Create a New Key
Click Create API Key, give it a name like “My MCP Client”, and copy the key.
Step 2: Choose Your MCP Client
Select your MCP client to view setup instructions:Claude Desktop
Anthropic’s desktop app
Claude Code CLI
Terminal AI assistant
Cursor
AI-powered code editor
Windsurf
Codeium’s code editor
Other
Any MCP client
Step 3: Restart Your Client
After saving the configuration:- Completely quit your MCP client (not just close the window)
- Relaunch the application
Step 4: Make Your First Tool Call
Open a new conversation and try one of these prompts:List Available Services
List Available Services
Prompt: “What services are available on Danube?”This calls the
list_services tool and shows you available service providers.Search for Tools
Search for Tools
Prompt: “Search for tools related to news”This uses semantic search to find relevant tools across all services.
Get Hacker News Stories
Get Hacker News Stories
Prompt: “Get the top 5 stories from Hacker News”This executes a tool to fetch live data from Hacker News.
Troubleshooting
Tools not appearing
Tools not appearing
- Make sure you completely restarted your MCP client
- Check that your API key is correct
- Verify the JSON syntax in your config file
401 Unauthorized errors
401 Unauthorized errors
Connection timeout
Connection timeout
- Check your internet connection
- Verify the URL is
https://danube.fastmcp.app/mcp - Try the health check endpoint above