You're viewing a demo portfolio

Join the waitlist
PRSM

content_evergreen_score_analyzer

Active

Tool of gapup-mcp

declared in 0.2.0

Evaluates content evergreen potential for CMOs by analyzing historical traffic patterns and backlink authority. Takes a content URL and optional time range, returns an evergreen score (0-100), traffic trend analysis, and backlink profile. Ideal for content strategy planning, SEO optimization, and identifying high-value evergreen assets. Uses Wayback Machine and Common Crawl public APIs.

Parameters schema

{
  "type": "object",
  "required": [
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "format": "uri",
      "description": "Content URL to analyze"
    },
    "async": {
      "type": "boolean",
      "description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
    },
    "toDate": {
      "type": "string",
      "format": "date",
      "description": "End date for historical analysis (YYYY-MM-DD)"
    },
    "fromDate": {
      "type": "string",
      "format": "date",
      "description": "Start date for historical analysis (YYYY-MM-DD)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

gapup-mcp

https://github.com/getgapup/gapup-mcp-public

2/7 registries
View full server →
content_evergreen_score_analyzer — gapup-mcp — PRSM MCP