- SavantLook MCP Server
SavantLook MCP Server
🔍 SavantLook MCP Server
A Model Context Protocol (MCP) server implementation that provides tools for accessing SavantLook API data.
🌟 Features
The SavantLook MCP server provides tools for:
-
Domain Analytics 📊
- Domain overview information
- Organic and paid keywords analysis
- Competitor analysis
- Traffic trends and engagement metrics
-
Keyword Analytics 🔑
- Keyword overview data
- Related keyword discovery
- Phrase questions discovery
- Keyword difficulty and search volume, intents, trend, cpc data etc.
- Magic keyword mining tool
-
Backlink Analysis 🔗
- Backlink data
- Referring domains analysis
- Backlink overview and lists
- Including page weight, internal links, number of external links, page links, titles, source IP, etc.
-
Account Management 👤
- Account details and credit balance
- API usage statistics
-
Traffic Analytics 🚦
- Traffic summary for domains
- Traffic sources analysis
⚙️ Setup
-
Register an account using our keyword research tool
-
Create a token https://www.savantlook.com/user/api-tokens
-
Server Config
{
"mcpServers": {
"savantlook-mcp": {
"url": "https://www.savantlook.com/mcp",
"headers": {
"Authorization": "Bearer xxxxx",
"Content-Type": "application/json"
}
}
}
}
📋 Variables
| Variable | Description | Default |
|---|---|---|
Authorization | Your Savantlook API key | (Required) |
🛠️ Available Tools
| Tool Name | Description | Required Parameters |
|---|---|---|
account-details | Retrieve current user account information and credit balance | None |
adwords-competitors-list | Competitors in Paid Search | target, target_type |
backlinks-list | Get backlinks list for a specific domain or URL | target, target_type, display_number |
backlinks-overview | Retrieve domain backlinks overview data | target, target_type |
organic-competitors-list | Competitors in Organic Search List | target, target_type, database, display_number, display_size |
domain-country-overview | Get domain traffic data for each country, including paid traffic, organic traffic, branded traffic, and more. | target, target_type |
domain-overview | Retrieve domain overview [authority, backlink count, health score, etc.] | target, target_type |
domain-trend | Retrieve a domain's organic search, paid search, intent, traffic, and ranking trends over a specified time period | target, target_type, database |
analytics-engagement | Retrieve domain analytics engagement metrics (visit duration, bounce rate, average stay time) | target, target_type |
get-databases | Get all available database types by region | None |
domain-organic-keyword | Domain Organic Search Keywords | target, target_type |
today-stats | Retrieve today's API usage statistics for the user | None |
magic-keywords | Magic Keyword Tool - Precise Keyword Digging Assistant | phrase, database, mode, display_number, display_size |
💰 API Units Consumption
API requests to SavantLook consume API units from your account. Different types of requests have different costs. You can check your API units balance using the account-details tool.
⚡ Limited Time Offer! ⚡
Now it is a limited time event, only 2 points are required during the test phase.
Keyword Reports API Units Consumption
| Tool | API Units per Line |
|---|---|
today-stats | 0 |
account-details | 0 |
get-databases | 0 |
analytics-engagement | 0 |
domain-overview | |
backlinks-overview | |
domain-trend | |
domain-country-overview | |
domain-organic-keyword | |
adwords-competitors-list | |
organic-competitors-list | |
backlinks-list | |
magic-keywords |
🖥️ Adding to Cursor or Claude
To add this MCP server to Cursor or Claude:
Cursor
- In Cursor, go to Settings > MCP Servers
- Click "Add Server"
- Configure the server with the following settings:
- Name:
Savantlook MCP(or any name you prefer) - Type:
streamable_http - Variables:
Authorization: Your Savantlook API key- Other optional variables as needed
- Name:
- Click "Save"
Server Config
{
"mcpServers": {
"savantlook-mcp": {
"url": "https://www.savantlook.com/mcp",
"headers": {
"Authorization": "Bearer you-token",
"Content-Type": "application/json"
}
}
}
}