← metrics-tools.de
INDIVIDUAL MCP TOOL
mt_keyword_serp
Gibt die gespeicherte Suchergebnisseite (SERP) zu einem Keyword aus.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.metrics-tools-de]
url = "https://metrics-tools.de/mcp/%7Bapikey%7D"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"metrics-tools-de": {
"type": "http",
"url": "https://metrics-tools.de/mcp/%7Bapikey%7D"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: metrics-tools-de
Remote MCP URL: https://metrics-tools.de/mcp/%7Bapikey%7D
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"metrics-tools-de": {
"url": "https://metrics-tools.de/mcp/%7Bapikey%7D"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"metrics-tools-de": {
"type": "http",
"url": "https://metrics-tools.de/mcp/%7Bapikey%7D"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "metrics-tools-de",
"transport": "streamable-http",
"url": "https://metrics-tools.de/mcp/%7Bapikey%7D"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
mt_get_credits— Zeigt die verbleibenden Metrics Tools API-Credits an (monatliche + zusätzlich erworbene).mt_domain_sk— Gibt die Sichtbarkeitskennzahl (SK) einer Domain aus.mt_domain_rankings— Gibt die Rankings einer Domain aus mit Keyword, Position, Suchvolumen, URL, Sichtbarkeitsbeitrag.mt_domain_rankingposition— Gibt die Rankingposition eines Keywords für eine Domain als Zahl aus.mt_domain_position— Gibt die Ranking-Details einer Domain zu einem Keyword aus (Position, URL, etc.).mt_domain_n_rankings— Gibt die Anzahl der Rankings einer Domain aus (Verlauf über Zeit).mt_keyword_details— Gibt Suchvolumen, CPC und Competition zu einem Keyword aus.mt_keyword_related— Gibt verwandte Keywords mit Relevanz, Suchvolumen, CPC und Competition aus.