← fetcher.cloud
INDIVIDUAL MCP TOOL
get_oembed
Rich embed (oEmbed) data for a media URL (YouTube, Vimeo, X, Spotify.
LIVE ENDPOINT
https://api.fetcher.cloud/mcp
Connect to this endpoint to inspect the live schema for get_oembed and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fetcher-cloud]
url = "https://api.fetcher.cloud/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fetcher-cloud": {
"type": "http",
"url": "https://api.fetcher.cloud/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fetcher-cloud
Remote MCP URL: https://api.fetcher.cloud/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fetcher-cloud": {
"url": "https://api.fetcher.cloud/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fetcher-cloud": {
"type": "http",
"url": "https://api.fetcher.cloud/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fetcher-cloud",
"transport": "streamable-http",
"url": "https://api.fetcher.cloud/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
render_page— Render a JavaScript page in a real browser; returns rendered HTML, text, optional screenshot.screenshot_page— Screenshot a page (real browser) as a base64 PNG/JPEG.extract_content— Extract a page's main content as clean Markdown + text with metadata.resolve_url— Follow a URL's full redirect chain; return final URL, hops, and metadata.unfurl_url— Link preview card (title, description, image, favicon) for any URL.get_feed— Discover and parse a site's RSS/Atom feed into JSON items.find_favicon— Find a site's best icon/logo.check_robots— Parse robots.