Weavz
Neon

Neon

Serverless Postgres with branching, databases, compute endpoints, and connection URI lookup.

21 tools
1 trigger
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
list_projects

List Neon projects for the authenticated account or organization.

get_project

Get details for a Neon project.

create_project

Create a Neon project with the requested name and region.

delete_project

Delete a Neon project and all endpoints, branches, databases, and users. Recoverable projects can be restored by Neon for a limited window.

recover_project

Recover a recently deleted Neon project when the API key has access and Neon still lists it as recoverable.

list_branches

List branches for a Neon project.

get_branch

Retrieve details for one Neon branch.

create_branch

Create a branch in a Neon project for development, testing, or migration work.

delete_branch

Delete a Neon branch. Neon does not allow deleting root/default branches or branches with children.

list_databases

List databases for a Neon branch.

get_database

Retrieve details for one database on a Neon branch.

list_branch_endpoints

List compute endpoints for a Neon branch.

list_project_endpoints

List compute endpoints for a Neon project.

get_endpoint

Retrieve one Neon compute endpoint.

create_endpoint

Create a Neon compute endpoint for a branch.

start_endpoint

Start Endpoint a Neon compute endpoint.

suspend_endpoint

Suspend Endpoint a Neon compute endpoint.

delete_endpoint

Delete a Neon compute endpoint by exact ID. Existing network connections are dropped.

list_operations

List recent Neon operations for a project with cursor pagination.

get_operation

Get one Neon asynchronous operation by ID.

get_connection_uri

Retrieve a Postgres connection URI for a Neon database and role.

Triggers

Name
new_operation

Poll Neon project operations and emit operations not seen after the first baseline run.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Neon to my app?

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

What tools does Neon support?

Neon supports 21 tools including List Projects, Get Project, Create Project, Delete Project, Recover Project, and more.

Can I use Neon with AI agents?

Yes. Add Neon 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 to ChatGPT or Claude?

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

Does Neon 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 work, and execute Code Mode workflows from a terminal.

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

Neon exposes 21 tools, including List Projects, Get Project, Create Project, Delete Project, Recover Project, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can Neon be used in stateful agent workflows?

Yes. Agents can combine Neon 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 use?

Neon uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Neon integration cost?

The Neon 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 support?

Neon supports 1 triggers including New Operation.

Connect Neon in minutes

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