Skip to main content
Glama

FetchSERP MCP Server

Official
by fetchSERP

generate_wordpress_content

Create AI-driven WordPress content with customizable prompts and models. Input user and system prompts to generate tailored posts using the FetchSERP MCP Server.

Instructions

Generate WordPress content using AI with customizable prompts and models

Input Schema

NameRequiredDescriptionDefault
ai_modelNoThe AI model (default: gpt-4.1-nano)gpt-4.1-nano
system_promptYesThe system prompt
user_promptYesThe user prompt

Input Schema (JSON Schema)

{ "properties": { "ai_model": { "default": "gpt-4.1-nano", "description": "The AI model (default: gpt-4.1-nano)", "type": "string" }, "system_prompt": { "description": "The system prompt", "type": "string" }, "user_prompt": { "description": "The user prompt", "type": "string" } }, "required": [ "user_prompt", "system_prompt" ], "type": "object" }

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