Streamable HTTP (Recommended)

Published

For clients that support Streamable HTTP transport natively. Simplest configuration.

json
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11

{

"mcp": {

"anysearch": {

"type": "remote",

"url": "https://api.anysearch.com/mcp",

"headers": {

"Authorization": "Bearer ${ANYSEARCH_API_KEY}"

}

}

}

}

json
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11

{

"mcpServers": {

"anysearch": {

"type": "streamable-http",

"url": "https://api.anysearch.com/mcp",

"headers": {

"Authorization": "Bearer ${ANYSEARCH_API_KEY}"

}

}

}

}

Tip: If you don't have an API key, omit the headers section. The server will automatically use anonymous access.