Skip to content

Releases: fatwang2/search1api-mcp

v0.1.8

28 Mar 13:48
Compare
Choose a tag to compare
  • Add X(Twitter) and Reddit search

v0.1.7

21 Mar 08:55
Compare
Choose a tag to compare
  • Add Trending tool, support github and hackernews trendings
  • Refactored project structure

v0.1.6

20 Mar 06:43
Compare
Choose a tag to compare
  • Add wikipedia searvice
  • Add Chinese reamde

v0.1.5

18 Mar 10:55
Compare
Choose a tag to compare

Search Services Enhancement Update

Search Services Support

  1. General Search (search_service)

    • Default: google
    • Available Services:
      • google: Google Search
      • bing: Bing Search
      • duckduckgo: DuckDuckGo Search
      • yahoo: Yahoo Search
      • github: GitHub Code & Repository Search
      • youtube: YouTube Video Search
      • arxiv: arXiv Academic Paper Search
      • wechat: WeChat Official Account Search
      • bilibili: Bilibili Video Platform Search
      • imdb: Movie & TV Show Database Search
  2. News Search (search_service)

    • Default: bing
    • Available Services:
      • google: Google News
      • bing: Bing News
      • duckduckgo: DuckDuckGo News
      • yahoo: Yahoo News
      • hackernews: Hacker News

Advanced Parameters

  1. Content Control
    • crawl_results: Get full webpage content for specified number of results
    • include_sites: Filter search to specific domains
    • exclude_sites: Exclude specific domains from results
    • time_range: Filter by time period ("day", "month", "year")

v0.1.4

21 Feb 09:50
Compare
Choose a tag to compare

Reasoning Tool Update

Key Updates

  • Added Reasoning tool with DeepSeek R1 model and web search ability

Configuration Updates

  • Simplified configuration for Cursor and Windsurf