Multilead Open API MCP Server

77 tools. 42 can modify or destroy data without limits.

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

Last updated:

42 can modify or destroy data
35 read-only
77 tools total

Community server · catalogue entry verified 01/07/2026

How to control Multilead Open API MCP Server ↓

What Multilead Open API MCP Server exposes to your agents

Read (35) Write / Execute (37) Destructive / Financial (5)
Critical Risk

The most dangerous Multilead Open API MCP Server tools

42 of Multilead Open API MCP Server's 77 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Multilead Open API MCP Server

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

Block financial tools by default
{
  "transfer_credits": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

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

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "export_all_campaigns": {
    "limits": [
      {
        "counter": "export_all_campaigns_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 Multilead Open API 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 MULTILEAD OPEN API →

Instant setup, no code required.

All 77 Multilead Open API MCP Server tools

WRITE 34 tools
Write activate_inboxflare_warmup Activate InboxFlare warm-up for a user Write add_keywords_to_blacklist add_keywords_to_blacklist Write add_keywords_to_global_blacklist add_keywords_to_global_blacklist Write add_leads_to_campaign add_leads_to_campaign Write assign_tag_to_lead Add a new tag to a specific lead Write change_a_password change_a_password Write connect_linkedin_account connect_linkedin_account Write create_campaign_from_template create_campaign_from_template Write create_global_webhook create_global_webhook Write create_lead create_lead Write create_lead_source create_lead_source Write create_seat create_seat Write create_tag Create a new tag for a specific seat (account) Write create_team create_team Write create_team_role create_team_role Write create_webhook create_webhook Write disconnect_linkedin_account Disconnect LinkedIn Account Write import_keywords_to_blacklist_csv import_keywords_to_blacklist_csv Write import_keywords_to_global_blacklist_csv import_keywords_to_global_blacklist_csv Write invite_team_member invite_team_member Write mark_messages_as_seen Mark messages in a thread as seen Write pause_lead_execution Pause the execution of campaign steps for a specific lead Write reactivate_seat reactivate_seat Write register_new_user register_new_user Write remove_tag_from_lead Remove a specific tag from a specific lead Write resend_email_confirmation_message resend_email_confirmation_message Write return_lead_to_campaign return_lead_to_campaign Write send_new_email send_new_email Write send_password_reset_email Send Password Reset Email Write suspend_or_unsuspend_seat suspend_or_unsuspend_seat Write sync_linkedin_messages sync_linkedin_messages Write update_lead update_lead Write update_lead_in_campaign update_lead_in_campaign Write update_team_member update_team_member
READ 35 tools
Read export_all_campaigns Export all campaigns in CSV format Read export_leads_from_campaign export_leads_from_campaign Read export_statistics_csv export_statistics_csv Read get_all_campaigns_statistics get_all_campaigns_statistics Read get_all_conversations get_all_conversations Read get_campaign_conversations get_campaign_conversations Read get_campaign_info Retrieve detailed information about a specific campaign Read get_campaign_list get_campaign_list Read get_conversations_by_identifiers get_conversations_by_identifiers Read get_description_for_id_type Get descriptions for identity type IDs (resolves internal IDs to human-readable labels). Read get_lead get_lead Read get_lead_messages Retrieve all messages for a specific lead Read get_leads_from_campaign get_leads_from_campaign Read get_leads_from_seat get_leads_from_seat Read get_leads_from_thread Retrieve leads who are part of a specific conversation thread Read get_linkedin_user_info get_linkedin_user_info Read get_messages_for_leads get_messages_for_leads Read get_messages_from_a_specific_thread get_messages_from_a_specific_thread Read get_other_conversations get_other_conversations Read get_statistics get_statistics Read get_step_statistics get_step_statistics Read get_tags_for_leads Retrieve tags for specific leads Read get_tags_for_seat Retrieve all tags from a specific seat (account) Read get_team_members get_team_members Read get_team_roles get_team_roles Read get_unread_conversations get_unread_conversations Read get_user_information Get User Information Read get_users_sequence_templates get_users_sequence_templates Read list_all_seats_of_a_specific_user list_all_seats_of_a_specific_user Read list_all_users_as_a_whitelabel list_all_users_as_a_whitelabel Read list_global_webhooks list_global_webhooks Read list_leads list_leads Read list_teams_under_the_users_white_label list_teams_under_the_users_white_label Read list_users_associated_with_a_specific_seat list_users_associated_with_a_specific_seat Read list_webhooks list_webhooks

Related servers

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

Questions about Multilead Open API MCP Server

Can an AI agent move money through the Multilead Open API MCP Server MCP server? +

Yes. The Multilead Open API MCP Server server exposes 1 financial tools including transfer_credits. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

Can an AI agent delete data through the Multilead Open API MCP Server MCP server? +

Yes. The Multilead Open API MCP Server server exposes 4 destructive tools including cancel_seat, delete_global_webhook, delete_lead. 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 Multilead Open API MCP Server? +

The Multilead Open API MCP Server server has 34 write tools including activate_inboxflare_warmup, add_keywords_to_blacklist, add_keywords_to_global_blacklist. 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 Multilead Open API MCP Server.

How many tools does the Multilead Open API MCP Server MCP server expose? +

77 tools across 4 categories: Destructive, Financial, Read, Write. 35 are read-only. 42 can modify, create, or delete data.

How do I enforce a policy on Multilead Open API MCP Server? +

Register the Multilead Open API 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 Multilead Open API MCP Server tool call.

Deterministic rules across all 77 Multilead Open API MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

77 Multilead Open API 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.