Weavz
Neon CRM

Neon CRM

Nonprofit CRM for accounts, donations, events, registrations, and webhook subscriptions.

Basic AuthSales & CRM
50 tools
1 trigger
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
search_accounts

Search donor/contact accounts using Neon CRM report-style search criteria.

get_account

Get a Neon CRM account by ID.

create_account

Create an individual or company account in Neon CRM.

update_account

Update a Neon CRM account by ID.

delete_account

Delete a Neon CRM account by ID.

list_account_contacts

List contacts for one Neon CRM account.

create_account_contact

Create a contact under a Neon CRM account.

get_account_contact

Get one contact under a Neon CRM account.

update_account_contact

Update a Neon CRM account contact.

delete_account_contact

Delete a Neon CRM account contact.

link_accounts

Link Neon CRM accounts using the provider request body.

unlink_accounts

Unlink Neon CRM accounts using the provider request body.

list_account_donations

List donations for one Neon CRM account.

search_donations

Search donations, pledges, and pledge payments using Neon CRM SearchRequest fields.

get_donation

Get a Neon CRM donation by ID.

create_donation

Create a donation in Neon CRM.

update_donation

Update a Neon CRM donation.

delete_donation

Delete a Neon CRM donation.

add_donation_payment

Add a payment to a Neon CRM donation.

list_campaigns

List Neon CRM campaigns.

get_campaign

Get a Neon CRM campaign.

create_campaign

Create a Neon CRM campaign.

update_campaign

Update a Neon CRM campaign.

delete_campaign

Delete a Neon CRM campaign.

get_campaign_p2p

Get peer-to-peer fundraising details for a Neon CRM campaign.

list_events

List Neon CRM events with optional pagination.

get_event

Get a Neon CRM event by ID.

create_event

Create an event in Neon CRM.

update_event

Update a Neon CRM event.

delete_event

Delete a Neon CRM event.

search_events

Search Neon CRM events using SearchRequest fields.

list_event_attendees

List attendees for a Neon CRM event.

list_event_registrations

List registrations for a Neon CRM event.

list_event_tickets

List ticket options for a Neon CRM event.

create_event_ticket

Create a ticket option for a Neon CRM event.

get_event_ticket

Get one Neon CRM event ticket option.

update_event_ticket

Update a Neon CRM event ticket option.

delete_event_ticket

Delete a Neon CRM event ticket option.

list_account_event_registrations

List event registrations for one Neon CRM account.

create_event_registration

Create a Neon CRM event registration.

calculate_event_registration

Calculate a Neon CRM event registration total.

get_event_registration

Get a Neon CRM event registration.

update_event_registration

Update a Neon CRM event registration.

delete_event_registration

Delete a Neon CRM event registration.

add_event_registration_payment

Add a payment to a Neon CRM event registration.

list_webhooks

List Neon CRM webhook subscriptions.

get_webhook

Get a Neon CRM webhook subscription.

create_webhook

Create a Neon CRM webhook subscription.

update_webhook

Update a Neon CRM webhook subscription.

delete_webhook

Delete a Neon CRM webhook subscription.

Triggers

Name
webhook_event_received

Receive Neon CRM webhook payloads. The trigger can create a Neon CRM webhook subscription on enable.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('neoncrm', 'search_accounts', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'neoncrm',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Neon CRM to my app?

Use Weavz Hosted Connect for Basic Auth authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Neon CRM support?

Neon CRM supports 50 tools including Search Accounts, Get Account, Create Account, Update Account, Delete Account, and more.

Can I use Neon CRM with AI agents?

Yes. Add Neon CRM to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

How do I connect Neon CRM to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add Neon CRM as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Neon CRM tools exposed by that workspace.

Does Neon CRM work with Claude Code, Cursor, Codex, and local agents?

Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Neon CRM work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with Neon CRM?

Neon CRM exposes 50 tools, including Search Accounts, Get Account, Create Account, Update Account, Delete Account, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can Neon CRM be used in stateful agent workflows?

Yes. Agents can combine Neon CRM tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Neon CRM use?

Neon CRM uses Basic Auth. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Neon CRM integration cost?

The Neon CRM integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Neon CRM support?

Neon CRM supports 1 triggers including Webhook Event Received.

Connect Neon CRM in minutes

Get 20,000 free action executions every month. No credit card required.