fetch_research_url
ActiveTool 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
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Claidex MCP
https://github.com/ssatanis/claidex-sentinel
1/7 registries