seoradar-mcp
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., "@seoradar-mcpRun an SEO audit on https://example.com"
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.
mcp-server-seoradar
MCP server for SEO Radar — run SEO audits and manage URL monitoring from any MCP-compatible AI client.
Prerequisites
Node.js ≥ 20
An
sr_live_API key from seoradar.cz
Related MCP server: mcp-seo
Quick install
Add to your MCP client config:
{
"mcpServers": {
"seoradar": {
"command": "npx",
"args": ["-y", "mcp-server-seoradar"],
"env": { "SEORADAR_API_KEY": "sr_live_your_key_here" }
}
}
}Setup
Claude Code
claude mcp add seoradar -e SEORADAR_API_KEY=sr_live_your_key -- npx -y mcp-server-seoradarClaude Desktop
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"seoradar": {
"command": "npx",
"args": ["-y", "mcp-server-seoradar"],
"env": { "SEORADAR_API_KEY": "sr_live_your_key_here" }
}
}
}Cursor
Config file: ~/.cursor/mcp.json
{
"mcpServers": {
"seoradar": {
"command": "npx",
"args": ["-y", "mcp-server-seoradar"],
"env": { "SEORADAR_API_KEY": "sr_live_your_key_here" }
}
}
}VS Code
Config file: ~/.vscode/mcp.json (or workspace .vscode/mcp.json)
{
"servers": {
"seoradar": {
"type": "stdio",
"command": "npx",
"args": ["-y", "mcp-server-seoradar"],
"env": { "SEORADAR_API_KEY": "sr_live_your_key_here" }
}
}
}Available tools
Tool | Input | Purpose |
|
| Run an audit, return score + summary |
|
| Full per-check report |
| — | Quota: tier/limit/used/remaining |
| — | List watched URLs + status |
|
| Add a URL to monitoring |
|
| One URL's latest status |
|
| Stop watching a URL |
Usage examples
Run an SEO audit on https://example.com
What are the detailed results for audit hash abc123?
How many audits do I have left today?
Show me all my monitored URLs
Add https://example.com to monitoring with label "Homepage" checked daily
What's the latest status of monitored URL 42?
Remove monitored URL 42Development
npm install # install dependencies
npm run build # compile TypeScript → dist/
npm test # run vitest tests
npm run lint # eslint src/Configuration
Variable | Required | Default | Description |
| Yes | — | Your |
| No |
| API base URL (override for staging) |
Error handling
All tools return structured error messages. Common cases:
401 — invalid or missing API key
404 — audit hash or monitored URL ID not found
422 — invalid URL format or unsupported cadence value
429 — rate limit or daily quota exceeded
5xx — SEO Radar API temporarily unavailable
Polling tools (seo_audit) retry automatically for up to ~90 s before returning a timeout error.
Security
The API key is passed via environment variable and never logged or included in responses. Store your key in your OS keychain or a secrets manager — never commit it to source control.
License
MIT — see LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/sikulovi-s-r-o/seoradar-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server