You're viewing a demo portfolio

Join the waitlist
PRSM

fetch_research_url

Active

Tool of Claidex MCP

declared in 1.0.0

Fetch a public HTTPS research URL, JSON API response, package metadata endpoint, documentation page, or dataset preview. Blocks private/internal hosts and truncates large responses.

Parameters schema

{
  "type": "object",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "required": [
    "url",
    "max_chars"
  ],
  "properties": {
    "url": {
      "type": "string",
      "format": "uri",
      "description": "Public HTTPS URL to fetch."
    },
    "max_chars": {
      "type": "number",
      "default": 8000,
      "maximum": 20000,
      "minimum": 500
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Claidex MCP

https://github.com/ssatanis/claidex-sentinel

1/7 registries
View full server →
fetch_research_url — Claidex MCP — PRSM MCP