extract-mcp-servers-from-url
Extract MCP server details from a specified URL using this tool, designed to streamline data collection for the MCP-server-collector.
Instructions
Extract MCP Servers from a URL
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}