Viraly MCP Server

33 tools. 13 can modify or destroy data without limits.

2 destructive tools with no built-in limits. Policy required.

Last updated:

13 can modify or destroy data
20 read-only
33 tools total

Community server · catalogue entry verified 03/07/2026

How to control Viraly MCP Server ↓

What Viraly MCP Server exposes to your agents

Read (20) Write / Execute (11) Destructive / Financial (2)
Critical Risk

The most dangerous Viraly MCP Server tools

13 of Viraly MCP Server's 33 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Viraly MCP Server

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

Deny destructive operations
{
  "cancel_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
{
  "create_draft": {
    "limits": [
      {
        "counter": "create_draft_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "export_analytics_csv": {
    "limits": [
      {
        "counter": "export_analytics_csv_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 Viraly MCP Server — 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 VIRALY →

Instant setup, no code required.

All 33 Viraly MCP Server tools

READ 20 tools
Read export_analytics_csv Export per-post analytics for a channel as a CSV string. Use this when the user asks for a downloadable report Read get_channel_analytics Get high-level stats for a channel — currently exposes the number of posts Viraly has scheduled or published f Read get_media_requirements Return the per-platform media and caption requirements (allowed formats, max file size, dimensions/aspect rati Read get_post Get full details for a single post — caption, attachments, channel, schedule, metrics. Use this when the user Read get_post_analytics Get engagement analytics (likes, comments, shares, reach, impressions) for a single published post. Returns nu Read get_post_insights Per-post analytics for a channel\ Read get_url_preview Fetch Open Graph metadata (title, description, image, favicon, domain) for a URL — the same preview card the V Read get_workspace_info Get information about the connected Viraly workspace — name, plan tier (Free / Influencer / Business / Agency Read list_biolink_subscribers List subscribers (email + phone leads) for a bio-link page. Sorted by signup date, newest first. Use this to a Read list_biolinks List the bio-link (link-in-bio) pages owned by the workspace. Returns id + slug + custom domain so callers can Read list_categories List the post categories (also called Read list_channels List the social media accounts (channels) connected to the workspace. Returns one entry per connected profile Read list_drafts List draft posts (posts the user has saved but not yet scheduled or published). Sorted by most recently edited Read list_hashtag_groups List the saved hashtag groups in the workspace. Each group has a name and a list of hashtags the user can appe Read list_media List items in a media library collection. Photos and videos are returned with their CDN url and metadata. Usef Read list_pending_posts List posts that are scheduled to publish in the future. Sorted by scheduled time, soonest first. Use this when Read list_posts Cross-status paginated list of posts with rich filtering (social set, channel, status, date range, sort). Pref Read list_published_posts List posts that have already been published. Sorted by publish date, most recent first. Each post includes eng Read list_social_sets List the social sets in the workspace. A social set is a named bucket of channels that share a posting calenda Read list_timezones List the IANA timezone identifiers Viraly accepts for scheduling. Useful when the user mentions a city or regi

Related servers

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

Questions about Viraly MCP Server

Can an AI agent delete data through the Viraly MCP Server MCP server? +

Yes. The Viraly MCP Server server exposes 2 destructive tools including cancel_post, disconnect_channel. 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 Viraly MCP Server? +

The Viraly MCP Server server has 9 write tools including create_draft, generate_caption, generate_hashtags. 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 Viraly MCP Server.

How many tools does the Viraly MCP Server MCP server expose? +

33 tools across 4 categories: Destructive, Execute, Read, Write. 20 are read-only. 13 can modify, create, or delete data.

How do I enforce a policy on Viraly MCP Server? +

Register the Viraly MCP Server 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 Viraly MCP Server tool call.

Deterministic rules across all 33 Viraly MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

33 Viraly MCP Server 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.