Skip to main content
Glama

FetchSERP MCP Server

Official
by fetchSERP

get_webpage_ai_analysis

Analyze a web page using AI-generated insights by providing a URL and specific prompt. Designed for SEO analysis, SERP data extraction, keyword research, and web scraping tasks.

Instructions

Analyze a web page with AI

Input Schema

NameRequiredDescriptionDefault
promptYesThe prompt to use for the analysis
urlYesThe url to analyze

Input Schema (JSON Schema)

{ "properties": { "prompt": { "description": "The prompt to use for the analysis", "type": "string" }, "url": { "description": "The url to analyze", "type": "string" } }, "required": [ "url", "prompt" ], "type": "object" }

Implementation Reference

  • Handler implementation for the 'get_webpage_ai_analysis' tool. It calls the FetchSERP API endpoint '/api/v1/web_page_ai_analysis' using the shared makeRequest method with the tool arguments.
    case 'get_webpage_ai_analysis': return await this.makeRequest('/api/v1/web_page_ai_analysis', 'GET', args, null, token);
  • Schema definition and registration for the 'get_webpage_ai_analysis' tool, specifying the input parameters 'url' and 'prompt' as required.
    { name: 'get_webpage_ai_analysis', description: 'Analyze a web page with AI', inputSchema: { type: 'object', properties: { url: { type: 'string', description: 'The url to analyze', }, prompt: { type: 'string', description: 'The prompt to use for the analysis', }, }, required: ['url', 'prompt'], }, },

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/fetchSERP/fetchserp-mcp-server-node'

If you have feedback or need assistance with the MCP directory API, please join our Discord server