Search1API MCP Server

One API for Search, Crawling, and Sitemaps

Remote serverstreamable-http

What is the Search1API MCP server?

Search1API MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. One API for Search, Crawling, and Sitemaps.

What you get

The official MCP server for Search1API — web search, news, page retrieval, sitemap discovery, and trending topics in one API.

What the assistant can call

Once Search1API is connected, these are the calls the assistant has available:

  • Authentication — Three methods are supported — use whichever your client supports:
  • Cursor — The Cursor tool exposed by this server
  • Windsurf — The Windsurf tool exposed by this server
  • search — Search the web using Search1API. Results include a citable id/title/url structure. Pass a result URL to crawl when you need the full page
  • news — The news tool exposed by this server
  • crawl — The crawl tool exposed by this server
  • sitemap — The sitemap tool exposed by this server
  • trending — The trending tool exposed by this server

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Configuration and credentials

You will need 2 environment variables: SEARCH1API_KEY, YOUR_SEARCH1API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Choosing this one

Plenty of search and retrieval servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Search1API's toolset — Authentication, Cursor, Windsurf and 5 more — is a fair guide to whether it matches your workflow.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the search1api mcp server does with a few real requests.

Available tools

ToolWhat it does
AuthenticationThree methods are supported — use whichever your client supports:
CursorThe Cursor tool exposed by this server.
WindsurfThe Windsurf tool exposed by this server.
searchSearch the web using Search1API. Results include a citable id/title/url structure. Pass a result URL to crawl when you need the full page.
newsThe news tool exposed by this server.
crawlThe crawl tool exposed by this server.
sitemapThe sitemap tool exposed by this server.
trendingThe trending tool exposed by this server.

How to install the Search1API MCP server

{
  "mcpServers": {
    "search1api": {
      "url": "https://mcp.search1api.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_SEARCH1API_KEY"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
SEARCH1API_KEYCredential the server authenticates with.Yes
YOUR_SEARCH1API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Search1API to Authentication.
  • Use Search1API to Cursor.
  • Use Search1API to Windsurf.

Frequently asked questions

It connects Search1API to MCP-compatible AI assistants such as Claude and Cursor, exposing 8 tools (Authentication, Cursor, Windsurf, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Search1API directly.