eavz
kvCORE

kvCORE

Real estate platform for lead generation, IDX websites, and CRM

5 actions
1 trigger

Actions

Name
list_leads

List leads with optional filtering

get_lead

Get a specific lead by ID

create_lead

Create a new lead in kvCORE

list_properties

List properties in kvCORE

custom_api_call

Make a custom API call to the kvCORE API

Triggers

Name
new_lead

Triggers when a new lead is created in kvCORE

Quick Start

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

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

const result = await weavz.actions.execute({
  integrationName: 'kvcore',
  actionName: 'list_leads',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect kvCORE 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 actions programmatically.

What actions does kvCORE support?

kvCORE supports 5 actions including List Leads, Get Lead, Create Lead, List Properties, Custom API Call.

Can I use kvCORE with AI agents?

Yes. Add kvCORE to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does kvCORE use?

kvCORE uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the kvCORE integration cost?

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

What triggers does kvCORE support?

kvCORE supports 1 triggers including New Lead.

Connect kvCORE in 2 minutes

Get 1,000 free actions every month. No credit card required.