Skip to main content
Glama

FetchSERP MCP Server

Official
by fetchSERP

generate_social_content

Create customized social media content using AI by inputting user and system prompts, and selecting preferred AI models on the FetchSERP MCP Server.

Instructions

Generate social media 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