We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TeamDay-AI/se-ranking-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
serp-get-html-dump.d.ts•468 B
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
import { BaseTool } from '../../base-tool.js';
/**
* GetSerpHtmlDump
* - Calls SE Ranking SERP "Get HTML dump" endpoint: /v1/serp/classic/tasks/html
* - Returns a ZIP file containing the raw HTML of the SERP results page.
* - Useful for debugging or archiving the actual SERP page content.
*/
export declare class GetSerpHtmlDump extends BaseTool {
registerTool(server: McpServer): void;
}