You're viewing a demo portfolio

Join the waitlist
PRSM

web_search_run

Active

Tool of Social Fetch

declared in 0.19.0

Search the public web and return ranked organic results with snippets. Accepts a query.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "query"
  ],
  "properties": {
    "page": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "number"
        }
      ],
      "description": "Page number (1-based). Defaults to 1 when omitted."
    },
    "query": {
      "type": "string",
      "maxLength": 500,
      "minLength": 1,
      "description": "Search query text to run against the public web."
    },
    "region": {
      "type": "string",
      "description": "ISO 3166-1 country code for localized results (e.g. US, GB, CA)."
    },
    "datePosted": {
      "enum": [
        "last-hour",
        "last-day",
        "last-week",
        "last-month",
        "last-year"
      ],
      "type": "string",
      "description": "Optional filter by when results were posted."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Social Fetch

https://github.com/social-freak-ltd/socialfetch-mcp

1/7 registries
View full server →
web_search_run — Social Fetch — PRSM MCP