Dashboard
Create and manage your API keys.
Create API Key
Get a free API key to start researching. Subscribed? Use your checkout email and the key picks up your plan. Creating a new key replaces your old one (Team plans keep up to 5).
Check Usage
Verify your API key and see remaining queries.
Quick Start
After creating your key, add it to your AI agent config:
{
"mcpServers": {
"scout": {
"command": "npx",
"args": ["scout-research-mcp"],
"env": {
"SCOUT_API_KEY": "scout_sk_..."
}
}
}
}Then ask your agent: "Use scout_research to find what people are saying about MCP servers"