Web search, fetch, extract, and deep research API for AI agents. Use as MCP server or REST API.
Server Config
{
"mcpServers": {
"sofya": {
"type": "http",
"url": "https://mcp.sofya.co/mcp",
"headers": {
"Authorization": "Bearer <YOUR_API_KEY>"
}
}
}
}