Neuron

231 tools. 152 can modify or destroy data without limits.

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

Last updated:

152 can modify or destroy data
79 read-only
231 tools total

Community server · catalogue entry checked 09/07/2026 · full schemas captured for 214 of 231 tools

How to control Neuron ↓

What Neuron exposes to your agents

Read (79) Write / Execute (113) Destructive / Financial (39)

What Neuron costs in tokens

30,328 tokens of tool definitions, loaded on every request
15% of a 200k context window
451 heaviest tool: neuron_create_broadcast
Critical Risk

The most dangerous Neuron tools

152 of Neuron's 231 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Neuron

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

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

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

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

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "neuron_bot_api_get_bot": {
    "limits": [
      {
        "counter": "neuron_bot_api_get_bot_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 Neuron — 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 NEURON →

Instant setup, no code required.

All 231 Neuron tools

DESTRUCTIVE 29 tools
Destructive neuron_delete_ad_request Permanently delete a draft ad request. Only ad requests in draft status can be deleted. Destructive neuron_delete_blog_post Permanently delete a blog post by its ID. This action cannot be undone. Destructive neuron_delete_bot Permanently delete a bot and all its associated data. This action cannot be undone. Destructive neuron_delete_broadcast Permanently delete a broadcast and its recipient data. This action cannot be undone. Destructive neuron_delete_campaign Permanently delete a campaign that is in 'draft' status. Active or funded campaigns cannot be deleted. Destructive neuron_delete_channel Permanently delete a WhatsApp channel and disconnect any active sessions. This action cannot be undone. Destructive neuron_delete_contact Permanently delete a contact and remove them from all contact lists. This action cannot be undone. Destructive neuron_delete_contact_list Permanently delete a contact list. System-protected lists (e.g., 'Do Not Contact') cannot be deleted. Destructive neuron_delete_kb_entry Permanently delete a specific entry from a knowledge base. Destructive neuron_delete_knowledge_base Permanently delete a knowledge base and all its associated entries and documents. Destructive neuron_delete_message Permanently delete a specific message from a conversation. This action cannot be undone. Destructive neuron_delete_newsletter Permanently delete a WhatsApp Channel newsletter and remove it from WhatsApp. This action cannot be undone. Destructive neuron_delete_outbound_webhook Permanently remove an outbound webhook. The external endpoint will no longer receive event notifications from Destructive neuron_delete_tool Permanently remove a custom API tool integration from a bot. The bot will no longer be able to invoke this too Destructive neuron_delete_webhook Permanently remove an inbound webhook from a bot. External services will no longer be able to trigger this end Destructive neuron_leave_group Make the bot leave a WhatsApp group. This action is irreversible — the bot will need to be re-added by an admi Destructive neuron_logout Clear the current auth token locally. Does NOT revoke server-side MCP tokens — revoke from the Neuron dashboar Destructive neuron_post_to_newsletter Post a message to a WhatsApp Channel newsletter. All subscribers receive the message. Provide at least one of Destructive neuron_remove_bot_channel Disconnect a WhatsApp channel from a bot. The bot will no longer respond to messages on this channel. Destructive neuron_remove_member Permanently remove a member from the organization. The member loses all access immediately. This action cannot Destructive neuron_remove_profile_picture Remove the bot's WhatsApp profile picture, reverting to the default. Destructive neuron_remove_tool_secret Permanently delete a stored secret from a custom tool integration. The tool will lose access to this credentia Destructive neuron_revoke_api_key Permanently revoke an API key to immediately invalidate it and prevent further programmatic access. This actio Destructive neuron_revoke_group_invite Revoke the current group invite link and generate a new one. The old link will stop working. Requires admin. Destructive neuron_revoke_invitation Revoke a pending organization invitation so it can no longer be accepted. This action cannot be undone. Destructive neuron_send_broadcast Send a broadcast message to all its recipients. The broadcast must be in draft status. This triggers message d Destructive neuron_stop_ad_request Stop an active or paused ad request campaign permanently. Any remaining unspent budget is refunded to the orga Destructive neuron_stop_campaign Permanently stop an active campaign and refund the remaining unspent budget to the organization's wallet. This Destructive neuron_unpublish_from_pool Permanently remove a published item from the marketplace pool. Organizations that installed this item will ret
EXECUTE 12 tools
Execute neuron_bot_api_chat Send a message to a bot via the API and receive a streaming or complete AI-generated response. Requires a vali Execute neuron_pause_bot Pause a bot to temporarily stop it from processing new messages. The bot retains its configuration and can be Execute neuron_refresh_contact_list Trigger a refresh of a dynamic contact list. Re-evaluates criteria rules and/or AI prompt and materializes upd Execute neuron_request_pair_code Request a numeric pairing code for a Baileys channel as an alternative to QR code scanning. Requires the phone Execute neuron_resume_bot Resume a previously paused bot so it begins processing new messages again. Execute neuron_resume_campaign Resume a previously paused campaign to restart message delivery. Execute neuron_set_presence Set typing indicator or online/offline presence on a WhatsApp chat. Only supported on Baileys channels. Execute neuron_start_channel_session Start a Baileys (direct WhatsApp) session for the channel. Generates a QR code for device pairing. Only applic Execute neuron_stop_channel_session Stop the active Baileys session for the channel and disconnect from WhatsApp. The channel can be restarted lat Execute neuron_sync_knowledge Trigger a synchronization operation to refresh embeddings, reindex content, or update the knowledge base state Execute neuron_takeover_conversation Transfer control of a conversation from the bot to a human agent. The bot will stop auto-responding until the Execute neuron_test_tool Execute a dry-run test of a custom API tool with sample arguments to verify the endpoint responds correctly.
WRITE 101 tools
Write neuron_add_bot_channel Connect an additional WhatsApp channel to a bot as a secondary number. The bot will respond to messages on thi Write neuron_add_to_contact_list Add one or more contacts to a list by contact ID or phone number. Phone numbers without existing contacts are Write neuron_add_tool_secret Store or update a secret credential (API key, token, etc.) for a custom tool integration. Secrets are encrypte Write neuron_approve_reflection Approve a bot-generated reflection to incorporate the learned insight into the bot's future behavior and respo Write neuron_assign_bot_to_channel Assign a bot to handle incoming messages on a specific WhatsApp channel. Replaces any previously assigned bot. Write neuron_attach_knowledge_base Attach a knowledge base to a bot to enhance its responses with domain-specific knowledge. Optional priority de Write neuron_audio_contact Transcribe an audio recording and extract contact information (name, phone, email, notes, tags). Automatically Write neuron_block_contact Block a WhatsApp contact. Blocked contacts cannot message the bot or see its profile. Write neuron_bot_api_send Send an outbound message through the bot API to a specified phone number. Supports text and media messages. Re Write neuron_bulk_toggle_builtin_tools Enable or disable multiple built-in tools at once for a bot. More efficient than toggling tools individually. Write neuron_close_conversation Close an active conversation, marking it as completed. The bot will stop responding and the conversation is ar Write neuron_compose_message Compose and send a new message to a phone number via a specific channel. Automatically creates a new conversat Write neuron_create_api_key Create a new API key for programmatic access to a specific bot. Store the key securely as it cannot be retriev Write neuron_create_blog_post Create a new blog post in draft or published status with specified title, content, and optional metadata such Write neuron_create_bot Create a new AI bot with specified name, model, and behavior instructions. Returns the created bot object. Write neuron_create_broadcast Create a new broadcast message in draft status. Provide recipients directly or use recipientSources to resolve Write neuron_create_campaign Create a new outreach campaign with target audience, messaging template, and schedule configuration. Requires Write neuron_create_channel Create a new WhatsApp channel with either Meta Cloud API or Baileys (direct WhatsApp) integration. Meta Cloud Write neuron_create_contact Create a new contact in the organization's address book. If notes are provided, they are saved as a structured Write neuron_create_contact_list Create a new contact list. Slug is auto-generated from name if not provided. For dynamic lists, provide criter Write neuron_create_kb_entry Add a new entry (note, document, or information piece) to a knowledge base. Write neuron_create_knowledge_base Create a new knowledge base to store and organize information, documents, and entries. Write neuron_create_newsletter Create a new WhatsApp Channel newsletter for one-way broadcast updates. Requires a connected Baileys session o Write neuron_create_outbound_webhook Register a new outbound webhook that sends HTTP POST requests to an external URL when specified bot events occ Write neuron_create_tool Create a custom API tool that the bot can invoke during conversations to fetch external data or trigger action Write neuron_create_webhook Register a new inbound webhook endpoint that triggers bot actions when called by an external service. Write neuron_detach_knowledge_base Remove a knowledge base from a bot. The bot will no longer reference this knowledge base when generating respo Write neuron_edit_message Edit the content of a previously sent message in a conversation. Only the message sender can edit their messag Write neuron_forward_message Forward a WhatsApp message from one chat to another. Uses copy-send approach — the message content is re-sent Write neuron_handle_join_requests Approve or reject pending join requests for a WhatsApp group. Requires admin privileges. Write neuron_import_contacts Bulk import multiple contacts into the organization's address book. Accepts an array of contact objects with n Write neuron_ingest_knowledge Ingest content into a knowledge base. Supports deduplication via externalId and optional LLM processing (summa Write neuron_install_from_pool Install a resource from the marketplace pool into the current organization. Choose 'fork' for an independent c Write neuron_invite_member Send an invitation to a new member to join the organization. The invitee receives an email with a link to acce Write neuron_join_campaign Join a marketplace campaign as a participant to earn rewards by sending messages through your WhatsApp channel Write neuron_login Authenticate with Neuron. Three modes: 1. No args: Opens a browser URL for secure authorization (recommended — Write neuron_mark_as_read Mark a WhatsApp message as read, sending read receipts to the sender. Write neuron_merge_contact_lists Merge two or more contact lists into a single unified list, deduplicating entries. Window merge creates a virt Write neuron_pause_ad_request Pause an active ad request campaign. Distribution stops until resumed. Only active ad requests can be paused. Write neuron_pause_campaign Pause an active campaign to temporarily stop message delivery. Can be resumed later with the resume action. Write neuron_populate_contacts Enrich existing contacts with additional data from connected messaging channels. Syncs profile information fro Write neuron_publish_blog_post Publish a blog post, making it publicly visible. The post must be in 'draft' status. Write neuron_publish_to_pool Publish a bot, tool, knowledge base, or reflection to the shared marketplace pool for other organizations to d Write neuron_pull_pool_update Pull the latest updates for a subscribed pool resource to sync with the publisher's changes. Only applies to i Write neuron_refresh_token Refresh the access token using a refresh token. Automatically sets the new access token for subsequent API cal Write neuron_register Register a new user account with name, email, password, and organization name. Creates both the user and an in Write neuron_reject_reflection Reject a bot-generated reflection to prevent it from being incorporated into the bot's learned behavior. Write neuron_release_conversation Release a conversation back to the bot, returning control from a human agent. The bot will resume auto-respond Write neuron_remove_from_contact_list Remove one or more contacts from a list by their contact IDs. Does not delete the contacts themselves. Write neuron_resume_ad_request Resume a paused ad request campaign. Distribution resumes from where it left off. Only paused ad requests can Write neuron_rewrite_text Rewrite or rephrase text using AI with specified tone, style, or instructions (e.g., make it more formal, tran Write neuron_send_campaign_message Send a campaign message to selected eligible contacts via WhatsApp. Requires the campaign to be in 'active' st Write neuron_send_contact_card Send a vCard contact card via WhatsApp with name, phone, and optional organization. Write neuron_send_location Send a location pin via WhatsApp with coordinates and optional name/address. Write neuron_send_message Send a message to an existing conversation. Supports text, image, and document message types with optional med Write neuron_send_poll Send a poll message via WhatsApp. Polls support 2-12 options and optional multi-select. Only supported on Bail Write neuron_send_reaction Send or remove an emoji reaction on a WhatsApp message. Pass an empty emoji string to remove a reaction. Write neuron_send_sticker Send a WebP sticker image via WhatsApp. Only supported on Baileys channels. Write neuron_send_whatsapp Send a WhatsApp message to a phone number or group. Auto-resolves which channel to use (org default > first co Write neuron_set_default_channel Set or clear the default WhatsApp channel for the organization. The default channel is used by neuron_send_wha Write neuron_set_group_join_approval Enable or disable join approval mode for a WhatsApp group. When enabled, join requests must be manually approv Write neuron_submit_ad_request Submit a draft ad request for admin review. The request must be in draft status. After submission, an admin mu Write neuron_submit_campaign Submit a draft campaign for admin review and approval. The campaign must be in 'draft' status. Write neuron_submit_to_list_pool Submit a contact list to the shared pool marketplace for other organizations to discover and use for ad distri Write neuron_switch_instance Switch the MCP server to target a different Neuron backend instance. Auth tokens are preserved per instance — Write neuron_switch_org Switch to a different organization. Returns a new access token scoped to the target organization and automatic Write neuron_sync_newsletters Synchronize and import WhatsApp Channels from a connected WhatsApp session into Neuron. Discovers channels cre Write neuron_sync_reflections Synchronize all approved reflections into the bot's active knowledge base, applying learned insights to future Write neuron_sync_whatsapp_contacts Synchronize contacts from all connected WhatsApp channels into the organization's contact database. Creates ne Write neuron_toggle_builtin_tool Toggle a built-in tool on or off for a specific bot. Enabled tools become available in the bot's conversations Write neuron_toggle_featured Toggle the featured status of a pool item. Featured items appear prominently in the marketplace. Requires admi Write neuron_unassign_bot_from_channel Remove the bot assignment from a WhatsApp channel. The channel will stop auto-responding to messages. Write neuron_unblock_contact Unblock a previously blocked WhatsApp contact. Write neuron_update_ad_request Update a draft or rejected ad request. Only draft and rejected ad requests can be edited. Rejected requests re Write neuron_update_blog_post Update an existing blog post's content, metadata, status, or SEO fields. Only provided fields are changed. Write neuron_update_bot Update an existing bot's configuration. Only provided fields are modified; omitted fields remain unchanged. Write neuron_update_broadcast Update an existing broadcast's name, message content, or media before sending. The broadcast must still be in Write neuron_update_campaign Update a campaign that is in 'draft' or 'rejected' status. Active or completed campaigns cannot be modified. Write neuron_update_channel Update configuration of an existing WhatsApp channel. Only provided fields are modified; omitted fields remain Write neuron_update_contact Update an existing contact's details. If notes are provided, they are appended as a new structured note entry Write neuron_update_contact_list Update an existing contact list's name, slug, description, criteria, or refresh schedule. Write neuron_update_group_description Update the description of a WhatsApp group. Requires the bot to be a group admin. Write neuron_update_group_members Add, remove, promote, or demote members in a WhatsApp group. Provide phone numbers or JIDs. Requires admin pri Write neuron_update_group_settings Change WhatsApp group settings: 'announcement' (only admins send), 'not_announcement' (everyone sends), 'locke Write neuron_update_group_subject Update the name/subject of a WhatsApp group. Requires the bot to be a group admin. Write neuron_update_kb_entry Update the content, title, folder, or source of an existing knowledge base entry. Write neuron_update_knowledge_base Update the properties of an existing knowledge base such as name, description, or root instruction. Write neuron_update_member Update a member's permissions within the organization, such as conversation access. Only provided fields are c Write neuron_update_newsletter Update the name or description of an existing WhatsApp Channel newsletter. Only provided fields are changed. Write neuron_update_organization Update organization settings such as name, description, or configuration preferences. Only provided fields are Write neuron_update_outbound_webhook Modify an existing outbound webhook's configuration, including its destination URL, subscribed event types, or Write neuron_update_pool_item Update the metadata of a pool item you have published, such as title, description, category, or tags. Write neuron_update_privacy_setting Update a specific WhatsApp privacy setting. Settings: lastSeen (all/contacts/contact_blacklist/none), online ( Write neuron_update_profile_name Update the bot's WhatsApp display name on the given channel. Write neuron_update_profile_picture Update the bot's WhatsApp profile picture from an image URL. Write neuron_update_profile_status Update the bot's WhatsApp status/bio text. Write neuron_update_tool Modify an existing custom API tool's configuration, including its endpoint, authentication, or request templat Write neuron_update_webhook Modify an existing inbound webhook's configuration, such as its name, event type, or processing prompt. Write neuron_update_whatsapp_credentials Update WhatsApp Business API credentials for the organization. These credentials are required for sending mess Write neuron_upload_document Upload a text document to a knowledge base. The document will be automatically chunked and indexed for semanti Write neuron_upload_media Upload a media file (image, video, audio, or document) by providing its base64-encoded content. Returns a URL
READ 79 tools
Read neuron_bot_api_get_bot Retrieve configuration and status information about the bot associated with the provided API key. Read neuron_bot_api_get_messages Retrieve message history for a specific conversation with cursor-based pagination. Requires a valid API key. Read neuron_bot_api_list_conversations Retrieve a paginated list of conversations managed by the bot. Supports filtering by conversation status. Requ Read neuron_browse_list_pool Browse verified contact lists available in the shared marketplace pool. Filter by category, region, or search Read neuron_browse_pool Browse the shared marketplace pool of published bots, tools, knowledge bases, and reflections with optional fi Read neuron_campaign_marketplace Browse available campaigns in the marketplace that your organization can join to earn rewards by sending messa Read neuron_campaign_participants Retrieve all participants who have joined a campaign you own, including their delivery counts and earned rewar Read neuron_export_contacts Export all contacts as a downloadable dataset for the current organization. Read neuron_find_contact_lists_for_contact Retrieve all contact lists that a specific contact belongs to. Read neuron_get_ad_request Get detailed information about a specific ad request, including pool selections if targeting mode is manual. Read neuron_get_ad_request_analytics Retrieve delivery analytics and performance breakdown for a specific ad request, including delivery rates and Read neuron_get_bank_account Retrieve the saved bank account details currently configured as the organization's payout destination. Read neuron_get_billing Retrieve the current billing information, subscription plan, and usage details for the organization. Read neuron_get_blocklist Fetch the list of all blocked WhatsApp contacts for the bot on the given channel. Read neuron_get_blog_post Retrieve a single blog post by its URL-friendly slug, including full content and metadata. Read neuron_get_bot Retrieve detailed information about a specific bot including its configuration, status, and associated resourc Read neuron_get_bot_analytics Retrieve analytics and usage statistics for a specific bot, including message counts, response times, and conv Read neuron_get_broadcast Retrieve detailed information about a specific broadcast, including its status, message content, and recipient Read neuron_get_broadcast_recipients Retrieve the paginated list of recipients for a specific broadcast with their individual delivery status. Read neuron_get_business_profile Fetch the WhatsApp Business profile of an external contact, including description, website, category, and busi Read neuron_get_campaign Retrieve detailed information about a specific campaign including its status, budget, participants, and delive Read neuron_get_channel Retrieve detailed information about a specific WhatsApp channel, including its configuration, type, and connec Read neuron_get_channel_events Retrieve the event log for a channel, including connection events, message events, and errors. Supports pagina Read neuron_get_channel_qr Retrieve the current QR code for pairing a Baileys channel with WhatsApp. A session must be started first. Read neuron_get_channel_status Retrieve the current connection status and session details for a specific channel (e.g., connected, disconnect Read neuron_get_contact Retrieve detailed information about a specific contact including their tags, notes, and associated lists. Read neuron_get_contact_list Retrieve detailed information about a specific contact list, including member count and configuration. Read neuron_get_contact_list_members Retrieve the members of a specific contact list with optional search filtering and pagination. Read neuron_get_conversation Retrieve detailed information about a specific conversation, including its status, participants, and metadata. Read neuron_get_eligible_contacts Retrieve contacts eligible to receive a campaign message. Respects deduplication rules and mutual contact requ Read neuron_get_group_invite_link Get the invite link for a WhatsApp group. Only supported on Baileys channels where the bot is a group admin. Read neuron_get_group_participants Retrieve the list of participants in a specific WhatsApp group accessible through a channel. Read neuron_get_knowledge_base Retrieve detailed information about a specific knowledge base by its ID. Read neuron_get_messages Retrieve messages from a specific conversation in chronological order, with optional cursor-based pagination. Read neuron_get_newsletter Retrieve detailed information about a specific WhatsApp Channel newsletter, including subscriber count and met Read neuron_get_organization Retrieve detailed information about a specific organization, including its name, settings, and configuration. Read neuron_get_outbound_webhook_logs Retrieve delivery logs for an outbound webhook to monitor event dispatch history and debug delivery failures. Read neuron_get_pool_item Retrieve detailed information about a specific item in the marketplace pool, including its description, catego Read neuron_get_privacy_settings Fetch the bot's current WhatsApp privacy settings (last seen, online, profile picture, status, read receipts, Read neuron_get_profile Retrieve the authenticated user's profile information including name, email, role, and current organization. Read neuron_get_webhook_logs Retrieve execution logs for an inbound webhook to monitor incoming requests and debug processing issues. Read neuron_list_ad_requests Retrieve all ad requests for the current organization with optional status filtering and pagination. Read neuron_list_api_keys Retrieve all API keys associated with a specific bot, including their names, creation dates, expiration status Read neuron_list_audit_logs Retrieve audit logs for the organization, showing a chronological record of actions performed by members. Supp Read neuron_list_blog_posts Retrieve a paginated list of blog posts with optional filtering by status, author type, author ID, or tag. Read neuron_list_bot_channels Retrieve all WhatsApp channels connected to a specific bot, including primary and secondary connections. Read neuron_list_bot_knowledge_bases Retrieve all knowledge bases attached to a specific bot, including their priorities and metadata. Read neuron_list_bots Retrieve all bots accessible to the current user, including their configurations and status. Read neuron_list_broadcasts Retrieve a paginated list of all broadcasts with optional filtering by status such as draft, sent, or schedule Read neuron_list_builtin_tools Retrieve all available built-in tools with their enabled/disabled status for a specific bot. Built-in tools in Read neuron_list_campaigns Retrieve all campaigns for the current organization with optional status filtering and pagination. Read neuron_list_channel_groups Retrieve all WhatsApp groups that the channel is participating in, including group metadata. Read neuron_list_channels Retrieve all WhatsApp channels configured in the current organization, including their type and connection sta Read neuron_list_contact_lists Retrieve all contact lists for the current organization with optional filtering by search term, type, and pagi Read neuron_list_contacts Retrieve all contacts for the current organization with optional filtering by search term, tag, and pagination Read neuron_list_conversations Retrieve a paginated list of conversations for a specific bot, with optional filtering by status. Read neuron_list_installed List all items the current organization has installed from the marketplace pool. Read neuron_list_invitations Retrieve a list of all pending invitations for the organization that have not yet been accepted or revoked. Read neuron_list_kb_bots Retrieve all bots that are connected to or using a specific knowledge base. Read neuron_list_kb_entries Retrieve entries from a knowledge base with optional filtering and pagination. Read neuron_list_knowledge_bases Retrieve all knowledge bases accessible to the current user. Read neuron_list_members Retrieve a list of all members in the organization, including their roles and permissions. Read neuron_list_newsletters Retrieve a paginated list of all WhatsApp Channel newsletters for the organization, with optional filtering by Read neuron_list_organizations Retrieve all organizations the authenticated user belongs to, including their roles in each. Read neuron_list_outbound_webhooks Retrieve all outbound webhooks configured for a specific bot, including their target URLs and subscribed event Read neuron_list_payouts Retrieve the payout history for the organization, including amounts, statuses, and timestamps. Read neuron_list_published List all items the current organization has published to the marketplace pool. Read neuron_list_reflections Retrieve pending reflections that the bot has generated from conversations, awaiting human review. Optionally Read neuron_list_tools Retrieve all custom API tool integrations configured for a specific bot, including their endpoints and configu Read neuron_list_webhooks Retrieve all inbound webhooks configured for a specific bot, including their status and configuration. Read neuron_list_whatsapp_contacts Retrieve contacts from the WhatsApp account connected to this channel, with optional search filtering. Read neuron_my_participations Retrieve all campaigns the current organization has joined as a participant, including earnings and delivery s Read neuron_refresh_newsletter Re-fetch metadata (name, description, subscriber count) for a WhatsApp Channel newsletter from WhatsApp to syn Read neuron_search_contacts Search contacts by a query string across name, phone number, and email fields. Returns matching contacts ranke Read neuron_search_knowledge Perform semantic search across all entries and documents in a knowledge base to find relevant information. Read neuron_semantic_search_contacts Search contacts using natural language AI-powered semantic search. Finds contacts based on the meaning of thei Read neuron_wallet_balance Retrieve the current wallet balance for the organization, including available and pending amounts. Read neuron_wallet_transactions Retrieve the wallet transaction history for the organization, with optional filtering by transaction type. Read neuron_whoami Check which Neuron account is currently logged in, including user name, email, role, and organization.

Related servers

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

Questions about Neuron

Can an AI agent move money through the Neuron MCP server? +

Yes. The Neuron server exposes 10 financial tools including neuron_cancel_subscription, neuron_checkout, neuron_create_ad_request. 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 Neuron MCP server? +

Yes. The Neuron server exposes 29 destructive tools including neuron_delete_ad_request, neuron_delete_blog_post, neuron_delete_bot. 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 Neuron? +

The Neuron server has 101 write tools including neuron_add_bot_channel, neuron_add_to_contact_list, neuron_add_tool_secret. 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 Neuron.

How many tools does the Neuron MCP server expose? +

231 tools across 4 categories: Destructive, Execute, Read, Write. 79 are read-only. 152 can modify, create, or delete data.

How do I enforce a policy on Neuron? +

Register the Neuron 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 Neuron tool call.

Deterministic rules across all 231 Neuron tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

231 Neuron tools catalogued and risk-classified — across an index of 46,500+ MCP servers.

// WHERE THIS COMES FROM

These policies come from Neuron's registry record.

The record behind this page: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

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

Message sent.

We'll get back to you soon.