# MCPHive — full catalog dump Generated from the live database. MCP endpoint: https://mcphive.ru/mcp --- # Tavily MCP (tavily-mcp) > A search engine built for LLMs: search, extract, crawl / Поисковик, построенный для LLM: поиск, извлечение, краулинг - URL: https://docs.tavily.com/documentation/mcp - MCP endpoint: https://mcp.tavily.com/mcp - Transport: both | Pricing: freemium | Auth: api_key - Health: unknown | Docs updated: 2026-07-23 Tavily is a search API designed for agents: relevant results without SEO noise, page content extraction and crawling. The MCP server provides real-time search with a free tier of about 1,000 requests per month. ## Connection Remote: `https://mcp.tavily.com/mcp` with an API key (free signup); local: `npx -y tavily-mcp`. ## Tools tavily-search (web search with freshness/domain filters), tavily-extract (page content), tavily-map/crawl (site structure and traversal). ## Agent flow Fresh facts past the cutoff: news, prices, versions, events — with sources. --- # GitHub MCP (github-mcp) > Repos, issues, PRs and Actions — all of GitHub from chat / Репозитории, issues, PR и Actions — весь GitHub из чата - URL: https://github.com/github/github-mcp-server - MCP endpoint: https://api.githubcopilot.com/mcp/ - Transport: both | Pricing: free | Auth: oauth2,api_key - Health: unknown | Docs updated: 2026-07-23 The official GitHub MCP server: read and modify repositories, manage issues and pull requests, run and monitor Actions, search code. Hosted variant with OAuth or a local binary with a personal access token. Foundational for dev agents. ## Connection - Remote: `https://api.githubcopilot.com/mcp/` (OAuth). - Local: docker image `ghcr.io/github/github-mcp-server` with a PAT. ## Capabilities - Repositories: files, branches, commits, code search. - Issues and PRs: create, comment, review, merge. - Actions: trigger workflows, statuses, logs. - Tools are grouped into toolsets to keep the context lean. ## Agent flow "File an issue for this bug", "show failed jobs of the last CI run", "open a PR with this fix". --- # Context7 (context7) > Up-to-date library documentation straight into the model context / Актуальная документация любых библиотек прямо в контекст модели - URL: https://context7.com - MCP endpoint: https://mcp.context7.com/mcp - Transport: both | Pricing: freemium | Auth: none,api_key - Health: unknown | Docs updated: 2026-07-23 Context7 serves fresh, version-specific documentation and code examples for thousands of libraries on demand. It fixes stale model knowledge: instead of hallucinating old APIs, the agent gets current docs for the exact version in use. Works without a key at a modest rate limit; a free key raises it. ## Connection - Remote: `https://mcp.context7.com/mcp` (Streamable HTTP), optional `CONTEXT7_API_KEY` header. - Local: `npx -y @upstash/context7-mcp`. ## Tools - `resolve-library-id` — find a library by name (e.g. "next.js"). - `query-docs` — fetch docs and examples for a specific question. ## Agent flow Before writing code against an external library: resolve-library-id → query-docs → code from fresh docs, not from memory. --- # Supabase MCP (supabase-mcp) > Supabase Postgres projects: tables, migrations, SQL from chat / Postgres-проекты Supabase: таблицы, миграции, SQL из чата - URL: https://supabase.com/docs/guides/getting-started/mcp - MCP endpoint: — - Transport: stdio | Pricing: freemium | Auth: api_key - Health: unknown | Docs updated: 2026-07-23 The official Supabase MCP server: manage projects, schema and data — create tables, run migrations, execute SQL, generate types, read logs. Scoped tokens and a read-only mode for safety. ## Connection `npx -y @supabase/mcp-server-supabase@latest --project-ref=` with a personal access token (stdio). Use `--read-only` for a safe mode. ## Capabilities Project listing, tables and migrations, SQL execution, TypeScript type generation, logs and config advice. ## Agent flow "Create an orders table with RLS", "show slow queries", "generate types for the frontend". --- # Stripe MCP (stripe-mcp) > Stripe payments, customers and invoices as agent tools / Платежи, клиенты и инвойсы Stripe через инструменты агента - URL: https://docs.stripe.com/mcp - MCP endpoint: https://mcp.stripe.com - Transport: both | Pricing: freemium | Auth: oauth2,api_key - Health: unknown | Docs updated: 2026-07-23 The official Stripe MCP server: payment links, customers, subscriptions, invoices and refunds, plus Stripe docs search. Hosted with OAuth or local with an API key; test mode gives a safe sandbox. ## Connection - Remote: `https://mcp.stripe.com` (OAuth). - Local: `npx -y @stripe/mcp --tools=all --api-key=sk_test_...`. ## Capabilities Payment links, customers, subscriptions, invoices, refunds, balance, Stripe docs search. ## Agent flow "Create a $49 payment link", "find a customer by email and show their subscriptions", "refund the latest charge". --- # Notion MCP (notion-mcp) > Notion pages, databases and tasks under agent control / Страницы, базы и задачи Notion под управлением агента - URL: https://developers.notion.com/docs/mcp - MCP endpoint: https://mcp.notion.com/mcp - Transport: http | Pricing: freemium | Auth: oauth2 - Health: unknown | Docs updated: 2026-07-23 Notion's official hosted MCP server: workspace search, reading and creating pages, working with databases and comments. OAuth connection; permissions inherit from the user. ## Connection Remote: `https://mcp.notion.com/mcp` (OAuth). Permissions match the authorizing user. ## Capabilities Workspace search, read/create/update pages, database properties, comments. ## Agent flow "Assemble a project status page from tasks in this database", "find last year's notes on X and summarize". --- # Sentry MCP (sentry-mcp) > Production errors and traces: incident triage from chat / Ошибки и трейсы прода: диагностика инцидентов прямо из чата - URL: https://mcp.sentry.dev - MCP endpoint: https://mcp.sentry.dev/mcp - Transport: both | Pricing: freemium | Auth: oauth2 - Health: unknown | Docs updated: 2026-07-23 The official Sentry MCP server: access to errors, issues and traces of your projects. The agent finds an incident's root cause from a stack trace, links it to a release, and can trigger Seer autonomous analysis. Hosted with OAuth — connects in a couple of clicks. ## Connection Remote: `https://mcp.sentry.dev/mcp` (OAuth via your Sentry account). ## Capabilities - Search and read issues, events and stack traces across projects. - Release info, tags, error frequency. - Trigger Seer — autonomous root-cause analysis. ## Agent flow "What broke after yesterday's release?" — the agent pulls fresh issues, stack traces and candidate commits. --- # Fetch MCP (fetch-mcp) > Fetch web pages converted to LLM-friendly markdown / Загрузка веб-страниц с конвертацией в удобный для LLM markdown - URL: https://github.com/modelcontextprotocol/servers/tree/main/src/fetch - MCP endpoint: — - Transport: stdio | Pricing: free | Auth: none - Health: unknown | Docs updated: 2026-07-23 A reference web-content server: downloads a page and returns it as markdown, chunked to fit the model context. A minimal alternative to a full browser when only page text is needed. ## Connection `uvx mcp-server-fetch` or `pip install mcp-server-fetch` (stdio). ## Tools `fetch(url, max_length, start_index, raw)` — read long documents in pages via start_index. ## Agent flow Reading articles, docs and any public pages without spinning up a browser. --- # Filesystem MCP (filesystem-mcp) > Reference server for local file access with directory scoping / Референсный сервер доступа к локальным файлам с контролем директорий - URL: https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem - MCP endpoint: — - Transport: stdio | Pricing: free | Auth: none - Health: unknown | Docs updated: 2026-07-23 A reference MCP server from the protocol team: read, write, search and move files within explicitly allowed directories. The canonical example of safe agent access to a file system. ## Connection `npx -y @modelcontextprotocol/server-filesystem /path/allowed1 /path/allowed2` (stdio). Access is strictly inside the listed directories. ## Tools read_text_file, write_file, edit_file, list_directory, directory_tree, search_files, move_file, get_file_info, etc. ## Agent flow Working with local projects and documents where no full execution environment exists. --- # Playwright MCP (playwright-mcp) > Drive a real browser: clicks, forms, screenshots, flows / Управление реальным браузером: клики, формы, скриншоты, сценарии - URL: https://github.com/microsoft/playwright-mcp - MCP endpoint: — - Transport: stdio | Pricing: free | Auth: none - Health: unknown | Docs updated: 2026-07-23 The official Playwright MCP server by Microsoft: the agent drives a real browser through the accessibility tree, no computer vision needed. Navigation, clicks, form filling, screenshots, tabs and network requests. The de-facto standard for web automation from LLMs. ## Connection `npx @playwright/mcp@latest` (stdio). Client configs for Claude/Cursor are in the repo README. ## Capabilities - `browser_navigate`, `browser_click`, `browser_type`, `browser_fill_form` — navigation and input. - `browser_snapshot` — accessibility-tree snapshot of the page (the primary "vision" tool). - `browser_take_screenshot`, `browser_network_requests`, `browser_tabs` — screenshots, network, tabs. ## Agent flow Verifying your own UI, e2e runs, filling forms on sites without an API, scraping interactive pages. --- # DomXML (domxml) > Free real-estate XML feeds for Russian marketplaces / XML-фиды недвижимости для ЦИАН, Авито, Яндекса и Domclick — бесплатно - URL: https://domxml.ru - MCP endpoint: — - Transport: http | Pricing: free | Auth: oauth2,api_key - Health: unknown | Docs updated: 2026-07-23 DomXML is a free platform for property developers and agencies: manage residential complexes, a floor/section "chessboard" of units, bulk import/export (CSV, XLSX, XML) and feed generation for major Russian real-estate marketplaces (Domclick, CIAN, Yandex Realty, Avito). Offers an API (/api-docs) and an MCP server (/mcp-docs), OAuth 2.0 via Yandex, multi-user access with role-based permissions, and change history. ## Connection - API docs: domxml.ru/api-docs. - MCP docs: domxml.ru/mcp-docs. - Auth: OAuth 2.0 via Yandex; API keys for the API. ## Capabilities - Residential complexes, buildings, sections, floors, units — full property structure. - "Chessboard" visual unit layout by floor and section. - CSV/XLSX import, XML feed export for Domclick, CIAN, Yandex Realty, Avito. - Photos with drag-and-drop ordering, multi-user access with roles, change history. ## Agent scenarios "Create a complex with 3 buildings from this spreadsheet", "update prices from the price list and regenerate feeds", "find units without photos". ## Pricing Completely free, with no limit on the number of properties. --- # Firecrawl MCP (firecrawl-mcp) > Scraping and crawling websites into clean LLM-ready markdown / Скрейпинг и краулинг сайтов в чистый markdown для LLM - URL: https://docs.firecrawl.dev/mcp - MCP endpoint: — - Transport: both | Pricing: freemium | Auth: api_key - Health: unknown | Docs updated: 2026-07-23 Firecrawl MCP turns websites into clean structured data: single-page scraping, section-wide crawling, search and structured extraction. Handles JS rendering and returns markdown ready for the model context. Free credit tier, paid beyond. ## Connection `npx -y firecrawl-mcp` with `FIRECRAWL_API_KEY` (stdio); a hosted variant exists — see docs.firecrawl.dev/mcp. ## Tools scrape (page → markdown), crawl (site section), map (URL map), search (search + scrape results), extract (schema-guided extraction). ## Agent flow "Collect competitor pricing from these 5 sites into a table", "pull this docs section and summarize". --- # Memory MCP (memory-mcp) > Persistent agent memory on a knowledge graph / Долговременная память агента на графе знаний - URL: https://github.com/modelcontextprotocol/servers/tree/main/src/memory - MCP endpoint: — - Transport: stdio | Pricing: free | Auth: none - Health: unknown | Docs updated: 2026-07-23 A reference persistent-memory server: entities, relations and observations in a local knowledge graph. The agent remembers facts across sessions and retrieves them on demand. ## Connection `npx -y @modelcontextprotocol/server-memory` (stdio). ## Tools create_entities, create_relations, add_observations, search_nodes, read_graph, delete_* — full knowledge-graph CRUD. ## Agent flow Remembering the user and project across chats: preferences, agreements, facts. --- # Apiin (apiin) > Invoices, completion acts and documents for Russian businesses — API-first with MCP / Счета, акты и документы для ИП и ООО — API-first с MCP - URL: https://apiin.ru - MCP endpoint: — - Transport: http | Pricing: freemium | Auth: api_key - Health: unknown | Docs updated: 2026-07-23 Apiin issues invoices, completion acts and documents for Russian sole proprietors, LLCs and the self-employed. Auto-numbering, GOST-compliant payment QR codes, branded PDFs, online payments via YooKassa, email delivery and public links. API-first: REST API and an MCP server let an assistant issue invoices and close out completion acts hands-free. ## Connection REST API and MCP server, API-key auth from the apiin.ru dashboard. ## Capabilities - Invoices and completion acts with auto-numbering; company details filled automatically. - GOST payment QR code on every invoice. - Branded PDF export. - Online payments via YooKassa; "paid" mark set by webhook or manually. - Email delivery and public document links. ## Agent scenarios "Invoice Romashka LLC 45,000 RUB for consulting and send the link", "close the completion act for invoice #112", "show unpaid invoices for this month". ## Pricing Free to start ("first invoice in a minute"); advanced features on paid plans. --- # Domseed (domseed) > 2D house floor plan builder with MCP access / 2D-конструктор планов домов с MCP-подключением - URL: https://domseed.ru - MCP endpoint: — - Transport: http | Pricing: freemium | Auth: api_key - Health: unknown | Docs updated: 2026-07-23 Domseed is an online 2D house floor plan builder: layouts, rooms, multi-floor arrangement. MCP access is available — see domseed.ru/mcp for connection details, so an AI agent can work with plans from chat. The exact endpoint address and auth methods are being confirmed. ## Connection MCP connection page: domseed.ru/mcp — instructions and parameters there. ## Capabilities 2D house plans: floors, rooms, layout. The detailed MCP tool list is on the connection page. If you try this server, please come back with `report_status` and a review — the listing is being refined and your reports help complete it. --- # Botbrother (botbrother) > Telegram, MAX and VK bot builder controllable via MCP / Конструктор ботов Telegram, MAX и VK с управлением через MCP - URL: https://botbrother.ru - MCP endpoint: — - Transport: http | Pricing: freemium | Auth: api_key - Health: unknown | Docs updated: 2026-07-23 Botbrother is a no-code bot builder for Telegram, MAX and VK: broadcasts, payments, analytics, polls, access rules, group and channel management. Claims to be the first bot builder with a full MCP server, letting you manage bots through AI assistants in plain chat. An API is available for custom integrations. Comes with a 200 RUB signup bonus. ## Connection MCP server and API — key-based auth from the botbrother.ru dashboard. The exact MCP endpoint address is in the dashboard docs. ## Capabilities via MCP/API - Build and configure bots without code (flows, commands, menus). - Broadcasts with segmentation and scheduling. - Payments and subscription-gated access. - Analytics: subscriptions, conversions, activity. - Group and channel management (moderation, auto-posting). ## Agent scenarios "Build a shop bot end-to-end", "broadcast to users active this week", "set up paid channel access" — described in plain text, executed by the agent via MCP tools. ## Pricing Free start with a 200 RUB bonus, then paid plans by feature set. --- # Zapnoty (zapnoty) > Notifications, OTP and broadcasts via Telegram and MAX with one API / Уведомления, OTP и рассылки через Telegram и MAX по одному API - URL: https://zapnoty.ru - MCP endpoint: — - Transport: none | Pricing: freemium | Auth: api_key - Health: unknown | Docs updated: 2026-07-23 Zapnoty is a single API for messaging users: notifications, OTP codes without SMS, forms with no backend needed, sign-in, chat support and scheduled broadcasts. Works with Telegram and MAX, supports media, buttons and templates. 100 free credits per month, no card required; paid plans start at 290 RUB/month. ## Connection REST API with a Bearer token from the zapnoty.ru dashboard. No dedicated MCP server yet — agents integrate via HTTP requests. ## Key endpoints - `POST /v1/send` — send a notification (text, media, buttons). - `POST /v1/otp/send` — send an OTP code (SMS replacement). - `POST /v1/broadcast` — bulk broadcast. - Message templates and delivery/reply webhooks are managed via dashboard endpoints. ## Agent scenarios Event notifications from apps, sign-in confirmation codes in Telegram/MAX instead of SMS, scheduled broadcasts. ## Pricing Free: 100 credits/month. Paid plans from 290 RUB/month, 11 tiers up to enterprise. --- # Tuqo (tuqo) > Static hosting with instant deploys and MCP control / Статик-хостинг с деплоем за секунды и MCP-управлением - URL: https://tuqo.ru - MCP endpoint: — - Transport: http | Pricing: freemium | Auth: api_key - Health: unknown | Docs updated: 2026-07-23 Tuqo is a static hosting platform: deploy sites in seconds, automatic HTTPS, subdomains and custom domains, one-click rollback, and form submissions without your own backend. Offers a REST API and a full MCP server: an AI agent can create a site, upload files and get a live URL right from chat. Infrastructure is hosted in Russia, no VPN required. ## Connection The Tuqo MCP server manages hosting on behalf of your project. Auth: project API key (`Authorization: Bearer tqk_...`) issued in the tuqo.ru dashboard. ## Key tools - `whoami` — project, plan and key scopes. - `create_site` / `update_site` / `delete_site` — site management. - `deploy_files` — publish files as-is (HTML/CSS/JS as text, binaries as base64), instant, no build step. - `deploy_site` — deploy a tar.gz archive (for build projects: Vite, Astro, Next.js export, etc.). - `get_manifest` — current site files with sha256 (edit without re-uploading media). - `get_deploy_status`, `get_logs`, `list_deploys` — statuses and logs. - `set_custom_domain` / `verify_domain` — custom domains. - `get_form_submissions` — form submissions. ## Typical agent flow 1. `whoami` → check the project; 2. `create_site`; 3. `deploy_files`; 4. return the live `url` to the user. ## Limits Static only: no SSR or server functions. Heavy media sites deploy via CLI: `npx @tuqo/cli deploy ./dist --site `.