srezai-mcp
OfficialThis server provides web intelligence tools: live search, image search, content reading, screenshot capture, structured data extraction, deep research, and usage monitoring.
web_search: Search the live web by text query, returning ranked results (title, link, snippet). Supports filtering by category, language, recency, and domain inclusion/exclusion.image_search: Find images by text query, returning direct file links, source pages, and resolution metadata, with safe search and recency filters.read_url: Fetch a single page by URL and return clean Markdown (with JavaScript rendering, so SPAs work).read_urls: Fetch up to 5 pages in parallel, each returned as clean Markdown.fetch_page: Render a page in a real browser, returning an inline screenshot image, a full-size screenshot link, and the page text in Markdown.extract: Extract specific fields from up to 5 URLs based on a provided schema (shorthand or JSON Schema), returning only the requested data with no invented values.deep_research: Perform multi-step autonomous research across multiple sources, returning a synthesized answer with source citations.get_usage: Check credit balance, daily quota, reset times, and tool pricing without consuming credits.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@srezai-mcpsearch for latest AI news"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
srezai-mcp
MCP-сервер срезAI: веб-поиск, чтение страниц, скриншоты и извлечение данных по схеме как встроенные инструменты ИИ-агента.
MCP server for SrezAI — web search, page reading, screenshots and schema-based extraction as native agent tools.
Нужен ли вам этот пакет / Do you need this package
Скорее всего нет. Если ваш клиент умеет Streamable HTTP (Claude Desktop, современные IDE-агенты) — подключайтесь к серверу напрямую, без установки:
{
"mcpServers": {
"srezai": {
"url": "https://srezai.ru/api/mcp",
"headers": { "Authorization": "Bearer srz_live_ваш_ключ" }
}
}
}Пакет нужен там, где клиент умеет только stdio и не поддерживает удалённые серверы по HTTP.
Related MCP server: tavily-mcp
Установка / Installation
{
"mcpServers": {
"srezai": {
"command": "npx",
"args": ["-y", "srezai-mcp"],
"env": { "SREZAI_API_KEY": "srz_live_ваш_ключ" }
}
}
}Ключ создаётся в личном кабинете. Нужен Node 18+.
Если Windows капризничает с переменными окружения, в некоторых клиентах помогает такая форма:
cmd /c "set SREZAI_API_KEY=srz_live_ваш_ключ && npx -y srezai-mcp"Инструменты / Tools
Инструмент | Что делает |
| Поиск актуальной информации: заголовок, ссылка, фрагмент |
| Поиск картинок: прямые ссылки, источник, разрешение |
| Страница → чистый Markdown без навигации и рекламы |
| То же, до 5 страниц за вызов |
| Скриншот и Markdown через реальный браузер |
| Только запрошенные поля по вашей схеме, без выдуманных значений |
| Агентное исследование по многим источникам, 10 с – 2 мин |
| Баланс, квота и цены. Бесплатно, лимит не расходует |
Описания, параметры и цены живут на сервере, а не в пакете: агент видит их
через tools/list в момент подключения. Новый инструмент появляется у вас без
обновления srezai-mcp.
Как это работает / How it works
Пакет — тонкий мост: читает JSON-RPC из stdin, пересылает на
https://srezai.ru/api/mcp с вашим ключом, возвращает ответ в stdout.
Собственной логики инструментов в нём нет — поэтому он не может разойтись с тем,
что на самом деле умеет API.
Зависимостей во время работы — ноль: только встроенные модули Node.
Готовый mcp-remote здесь не подошёл: он начинает с OAuth-регистрации клиента и
не умеет статический Bearer-ключ, на котором работает срезAI.
Настройка / Configuration
Переменная | Назначение |
| Ключ доступа. Нужен для вызова инструментов |
| Другой адрес сервера. По умолчанию |
Без ключа мост всё равно запускается и отдаёт initialize и tools/list: список
инструментов сервер публикует анонимно, так его читают каталоги MCP. Вызов любого
инструмента в этом режиме вернёт ошибку с указанием задать SREZAI_API_KEY. /
Without a key the bridge still starts and serves initialize and tools/list —
the tool list is public, which is how MCP directories read it. Calling a tool
returns an error asking you to set SREZAI_API_KEY.
Разработка / Development
npm ci && npm test && npm run buildDocker-образ (его собирают каталоги MCP, опрашивая сервер в песочнице) / Docker image, built by MCP directories to introspect the server in a sandbox:
docker build -t srezai-mcp . && docker run --rm -i -e SREZAI_API_KEY=srz_live_ваш_ключ srezai-mcpПравки принимаются здесь, на GitHub: CONTRIBUTING.md объясняет, почему копия на GitVerse — зеркало и как прислать патч, если GitHub недоступен. Об уязвимости — SECURITY.md, не публичным issue. Правила общения — CODE_OF_CONDUCT.md.
Changes go to GitHub: CONTRIBUTING.md explains why the GitVerse copy is a mirror and how to send a patch if GitHub is unavailable to you. For vulnerabilities see SECURITY.md rather than a public issue. Ground rules: CODE_OF_CONDUCT.md.
Лицензия / License
MIT
Maintenance
Related MCP Servers
- Alicense-qualityFmaintenanceMCP tool server that gives any AI agent the ability to search, scrape, and analyze content across the internet.43MIT
- AlicenseBqualityDmaintenanceMCP server providing search, extract, map, and crawl tools powered by Tavily for real-time web data access.414MIT
- FlicenseAqualityBmaintenanceA production-grade MCP server that provides a centralized microservice toolkit for LLM agents, enabling web search and extensible tool integration.1
- Flicense-qualityBmaintenanceMCP server that enables AI agents to search the web and extract clean Markdown content, with support for JavaScript rendering, structured data extraction, and screenshots.1
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server exposing the Backtest360 engine API as tools for AI agents.
Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/srezai-team/srezai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server