generated: '2026-08-09' method: derived status: candidate source: openapi/linkpeek-openapi-original.yml search_result: No official or community MCP server exists for LinkPeek as of 2026-08-09. The provider's README, the live /api/status route index (107 routes), and web search all return nothing MCP-shaped; /llms.txt is 404 on both hosts. The provider DOES ship an OpenAI-compatible chat surface (/v1/chat/completions, /v1/models, mirrored at /api/v1/* and /openai/v1/*) — that is an LLM inference-API shim, NOT an MCP server, and is recorded here so the two are not conflated. searched: - url: https://147.15.103.217.sslip.io/llms.txt status: 404 - url: https://147.15.103.217.sslip.io/api/status status: 200 mcp_routes_found: 0 - source: https://github.com/dcn13l/hermes-autonomia README mcp_mentioned: false note: 'CANDIDATE ONLY — this tool list is derived by API Evangelist from the provider''s OpenAPI, not published by the provider. No `type: MCPServer` pointer is wired into apis.yml, because no server exists to point at. If the provider stands one up, replace this file with the searched manifest and add the pointer then.' server: name: linkpeek transport: http url: null tools: - name: get_link_preview description: Fetch a URL and return a clean JSON link-preview card (title, description, image, site_name, favicon). source_operation: openapi/linkpeek-openapi-original.yml#GET /api/preview - name: generate_qr_png description: Generate a QR code as a PNG image from arbitrary text. source_operation: openapi/linkpeek-openapi-original.yml#GET /api/qr - name: generate_qr_json description: Generate a QR code as base64 JSON. source_operation: openapi/linkpeek-openapi-original.yml#GET /api/qrcode - name: extract_favicons description: Discover all favicons declared by a URL. source_operation: openapi/linkpeek-openapi-original.yml#GET /api/favicon-extractor - name: proxy_favicon description: Proxy favicon image bytes for a URL (CORS-safe). source_operation: openapi/linkpeek-openapi-original.yml#GET /api/favicons - name: parse_meta_tags description: Comprehensive dump of a page's meta and link tags. source_operation: openapi/linkpeek-openapi-original.yml#GET /api/meta-tag-parser - name: extract_page description: Deeper crawl — raw meta plus headings and links. source_operation: openapi/linkpeek-openapi-original.yml#GET /api/extract - name: get_metadata_full description: Full metadata dump (every meta tag on the page). source_operation: openapi/linkpeek-openapi-original.yml#GET /api/metadata-full - name: batch_preview description: Batch link previews for up to 5 URLs in one call. source_operation: openapi/linkpeek-openapi-original.yml#GET /api/batch - name: get_response_headers description: Return the HTTP response headers for a URL without the body. source_operation: openapi/linkpeek-openapi-original.yml#GET /api/headers - name: generate_og_image description: Generate a 1200x630 placeholder OpenGraph image PNG. source_operation: openapi/linkpeek-openapi-original.yml#GET /api/og-image - name: get_service_status description: Service manifest and full endpoint catalogue. source_operation: openapi/linkpeek-openapi-original.yml#GET /api/status - name: get_health description: Health check with today's request count. source_operation: openapi/linkpeek-openapi-original.yml#GET /api/health - name: issue_trial_key description: Issue a 14-day trial API key for an email address. source_operation: openapi/linkpeek-openapi-original.yml#GET /api/key - name: subscribe_pro description: Mint a Pro API key and return a self-serve payment link. source_operation: openapi/linkpeek-openapi-original.yml#GET /api/subscribe coverage_note: The OpenAPI documents 16 of the 107 routes the live /api/status index reports (spec version 1.19.1 vs running service version 1.28.0). Tools are derived only from the 16 documented, schema-bearing operations — the remaining ~91 routes are known by path from /api/status but carry no published parameters or response schema, so no tool is derived for them. deployment: mode: none verified: derived tools: 15 checked: '2026-08-12' source: catalog MCP census