SergeyKrin9/mcp Servers

67 tools. 16 can modify or destroy data without limits.

1 destructive tool with no built-in limits. Policy required.

Last updated:

16 can modify or destroy data
51 read-only
67 tools total

Community server · catalogue entry verified 03/07/2026

How to control SergeyKrin9/mcp Servers ↓

What SergeyKrin9/mcp Servers exposes to your agents

Read (51) Write / Execute (15) Destructive / Financial (1)
Critical Risk

The most dangerous SergeyKrin9/mcp Servers tools

16 of SergeyKrin9/mcp Servers's 67 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control SergeyKrin9/mcp Servers

PolicyLayer is an MCP gateway — it sits between your AI agents and SergeyKrin9/mcp Servers, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "delete_post": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "add_negative_keywords": {
    "limits": [
      {
        "counter": "add_negative_keywords_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "autocomplete_suggestions": {
    "limits": [
      {
        "counter": "autocomplete_suggestions_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register SergeyKrin9/mcp Servers — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON SERGEYKRIN9/MCP SERVERS →

Instant setup, no code required.

All 67 SergeyKrin9/mcp Servers tools

READ 51 tools
Read autocomplete_suggestions YouTube autocomplete suggestions for a query — what users type after this seed. Read draft_post_from_repo Draft a LinkedIn post promoting a GitHub repo. Does NOT publish — returns the text Read get_accounts List all advertising accounts connected to Click.ru. Read get_ads List all ads in a campaign with their details. Read get_balance Get current Click.ru account balance and financial summary. Read get_bid_manager Get bid manager settings and status for an account. Read get_campaign_stats get_campaign_stats Read get_campaigns List campaigns across all connected advertising platforms. Read get_channel Get channel info by id (UC...) OR by handle (@vdvige). Returns stats, snippet, branding. Read get_chat Return metadata for a Telegram chat or channel. Read get_chat_administrators Return the admin list for a Telegram chat or channel. Read get_country_breakdown Breakdown of clicks/impressions by country (ISO codes). Read get_daily_report Get detailed daily statistics report for a campaign. Read get_excluded_pages Pages that were excluded from index — shows reasons. Read get_external_links_summary Summary of incoming external links (domains, link counts). Read get_group_info Get info about the configured (or specified) community. Read get_indexed_pages Pages that Yandex has indexed (max ~100 per request). Read get_indexed_status Check Google indexing status for a specific URL. Read get_keywords List all keywords in an ad group. Read get_me Return bot information for the current Telegram token. Read get_my_profile Return the authenticated user's basic profile (id, name, email). Read get_post_stats Get like/comment/share counts for one of YOUR posts. Read get_quota_estimate Documentation tool — return quota costs for each method (no API call). Read get_recent_posts Get recent posts from community wall — useful for dedup in daily-poster. Read get_recrawl_quota Get current recrawl quota status: daily_quota, quota_remainder. Read get_recrawl_status Check status of a specific recrawl task. Returns: state (PENDING/SCHEDULED/IN_PROGRESS/FAILED/DONE). Read get_reports get_reports Read get_search_queries Get search query performance report for a campaign. Read get_site_problems List of indexing/SEO problems detected by Yandex.Webmaster. Read get_summary Get site summary: pages in index, SQI score, problems, excluded pages count. Read get_telegram_ads List existing Telegram ad campaigns in Click.ru account. Read get_telegram_channels Browse available Telegram channels for advertising via Click.ru. Read get_top_pages Top landing pages by clicks from Google search. Read get_top_queries Top search queries (clicks/impressions/CTR/position) for a site. Read get_trending_videos Get currently trending videos in a region. Cost: 1 unit. Read get_user Get current Click.ru user profile (name, email, balance, role). Read get_video Get full video metadata + statistics. Cost: 1 unit. Read get_video_comments Get top-level comments. order: time|relevance. Cost: 1 unit per call. Read get_video_transcript Get auto-generated or manual transcript/captions for a video. Read get_vk_ads_token Get VK Ads API access token for direct VK Ads API calls. Read list_channel_videos List recent videos uploaded by a channel. Cost: 1 unit per call. Read list_hosts Return all sites verified in Yandex.Webmaster for the current user. Read list_sitemaps List all sitemaps (auto-discovered + user-added) registered for the host. Read list_sites List all sites with permission for the GSC Service Account. Read pause_campaign Pause (suspend) a campaign. Read query_position Get position/impressions/clicks for a specific search query on a site. Read search_channels Search YouTube for channels. Cost: 100 units. Read search_videos Search YouTube for videos. order: relevance|date|viewCount|rating|title. Read toggle_bid_manager Enable or disable the bid manager for an account. Read wordstat Get Yandex Wordstat data for keywords via Click.ru. Read wordstat_batch Batch Yandex Wordstat query — check search volume for many keywords at once.

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about SergeyKrin9/mcp Servers

Can an AI agent delete data through the SergeyKrin9/mcp Servers MCP server? +

Yes. The SergeyKrin9/mcp Servers server exposes 1 destructive tools including delete_post. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through SergeyKrin9/mcp Servers? +

The SergeyKrin9/mcp Servers server has 13 write tools including add_negative_keywords, add_sitemap, create_campaign. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach SergeyKrin9/mcp Servers.

How many tools does the SergeyKrin9/mcp Servers MCP server expose? +

67 tools across 3 categories: Destructive, Read, Write. 51 are read-only. 16 can modify, create, or delete data.

How do I enforce a policy on SergeyKrin9/mcp Servers? +

Register the SergeyKrin9/mcp Servers MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every SergeyKrin9/mcp Servers tool call.

Deterministic rules across all 67 SergeyKrin9/mcp Servers tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

67 SergeyKrin9/mcp Servers tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.