REFETCH-MCP(1) Refetch Manual REFETCH-MCP(1) NAME refetch.cloud/mcp — Model Context Protocol server SYNOPSIS Configure your MCP client to connect to: https://refetch.cloud/mcp DESCRIPTION Refetch exposes all its capabilities as an MCP server. Connect any MCP-compatible client (Claude Desktop, Cursor, custom agents) and your AI gets direct access to web fetching, search, and structured data extraction. Transport: Streamable HTTP (JSON responses) Authentication: Authorization: Bearer header CONFIGURATION Add to your MCP client configuration: { "mcpServers": { "refetch": { "url": "https://refetch.cloud/mcp", "headers": { "Authorization": "Bearer ftch_your_key_here" } } } } AVAILABLE TOOLS fetch Fetch a URL as clean Markdown (default) fetch_html Fetch a URL as raw HTML (rarely needed) fetch_structured_data Extract JSON-LD structured data from a URL search_web Search the web (structured JSON results) search_news Search news articles (structured JSON results) check_usage Check your credit balance and usage (free) CREDITS Each tool invocation costs 1 credit, except check_usage which is free. GET YOUR KEY Sign up at www.refetch.cloud to get an API key. 500 free requests on signup. No credit card required. AI/LLM INTEGRATION If you are an AI agent or LLM building an integration, fetch /llm-integration.md for complete, machine-readable instructions covering all endpoints, error handling, rate limits, and retry logic. SEE ALSO /html, /md, /ld+json, /s/news, /s/web, /llm-integration.md