{"service":"Search1API MCP Server","version":"1.0.0","description":"Streamable HTTP MCP service for Search1API","transport":"streamable-http","authentication":{"type":"Client-provided API key","options":["Header: Authorization: Bearer <key>","Body: { \"api_key\": \"<key>\" }","Query: ?api_key=<key>"]},"endpoints":{"mcp":"POST /mcp","tools":"GET /mcp/tools","health":"GET /health"},"tools":[{"name":"search","description":"Perform a web search to find relevant information"},{"name":"news","description":"Search for news articles"},{"name":"crawl","description":"Crawl webpage content and extract information"},{"name":"sitemap","description":"Get sitemap links from a website"},{"name":"trending","description":"Get trending topics from popular platforms"},{"name":"extract","description":"Extract structured data from a URL based on a prompt and schema (Beta, costs 10 credits)"},{"name":"deepcrawl","description":"Crawl all links on a website into Markdown files (Beta, costs 20 credits)"},{"name":"deepcrawl_status","description":"Query the status of a deep crawl task"},{"name":"reasoning","description":"AI reasoning with chat completions"},{"name":"list_models","description":"List all available models"},{"name":"get_usage","description":"Get API usage information"}]}