2,500+ MCP servers ready to use
Vinkius

Home River Group MCP Server for Vercel AI SDK 10 tools — connect in under 2 minutes

Built by Vinkius GDPR 10 Tools SDK

The Vercel AI SDK is the TypeScript toolkit for building AI-powered applications. Connect Home River Group through Vinkius and every tool is available as a typed function. ready for React Server Components, API routes, or any Node.js backend.

Vinkius supports streamable HTTP and SSE.

typescript
import { createMCPClient } from "@ai-sdk/mcp";
import { generateText } from "ai";
import { openai } from "@ai-sdk/openai";

async function main() {
  const mcpClient = await createMCPClient({
    transport: {
      type: "http",
      // Your Vinkius token. get it at cloud.vinkius.com
      url: "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
    },
  });

  try {
    const tools = await mcpClient.tools();
    const { text } = await generateText({
      model: openai("gpt-4o"),
      tools,
      prompt: "Using Home River Group, list all available capabilities.",
    });
    console.log(text);
  } finally {
    await mcpClient.close();
  }
}

main();
Home River Group
Fully ManagedVinkius Servers
60%Token savings
High SecurityEnterprise-grade
IAMAccess control
EU AI ActCompliant
DLPData protection
V8 IsolateSandboxed
Ed25519Audit chain
<40msKill switch
Stream every event to Splunk, Datadog, or your own webhook in real-time

* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure

About Home River Group MCP Server

Empower your AI agents to interact with Home River Group's property management system. This MCP server allows listing properties, checking unit availability, managing resident information, tracking work orders, and creating leads directly through Entrata. Perfect for automating property maintenance workflows and prospect management.

The Vercel AI SDK gives every Home River Group tool full TypeScript type inference, IDE autocomplete, and compile-time error checking. Connect 10 tools through Vinkius and stream results progressively to React, Svelte, or Vue components. works on Edge Functions, Cloudflare Workers, and any Node.js runtime.

The Home River Group MCP Server exposes 10 tools through the Vinkius. Connect it to Vercel AI SDK in under two minutes — no API keys to rotate, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.

How to Connect Home River Group to Vercel AI SDK via MCP

Follow these steps to integrate the Home River Group MCP Server with Vercel AI SDK.

01

Install dependencies

Run npm install @ai-sdk/mcp ai @ai-sdk/openai

02

Replace the token

Replace [YOUR_TOKEN_HERE] with your Vinkius token

03

Run the script

Save to agent.ts and run with npx tsx agent.ts

04

Explore tools

The SDK discovers 10 tools from Home River Group and passes them to the LLM

Why Use Vercel AI SDK with the Home River Group MCP Server

Vercel AI SDK provides unique advantages when paired with Home River Group through the Model Context Protocol.

01

TypeScript-first: every MCP tool gets full type inference, IDE autocomplete, and compile-time error checking out of the box

02

Framework-agnostic core works with Next.js, Nuxt, SvelteKit, or any Node.js runtime. same Home River Group integration everywhere

03

Built-in streaming UI primitives let you display Home River Group tool results progressively in React, Svelte, or Vue components

04

Edge-compatible: the AI SDK runs on Vercel Edge Functions, Cloudflare Workers, and other edge runtimes for minimal latency

Home River Group + Vercel AI SDK Use Cases

Practical scenarios where Vercel AI SDK combined with the Home River Group MCP Server delivers measurable value.

01

AI-powered web apps: build dashboards that query Home River Group in real-time and stream results to the UI with zero loading states

02

API backends: create serverless endpoints that orchestrate Home River Group tools and return structured JSON responses to any frontend

03

Chatbots with tool use: embed Home River Group capabilities into conversational interfaces with streaming responses and tool call visibility

04

Internal tools: build admin panels where team members interact with Home River Group through natural language queries

Home River Group MCP Tools for Vercel AI SDK (10)

These 10 tools become available when you connect Home River Group to Vercel AI SDK via MCP:

01

create_lead

Submits a new lead/prospect to Home River Group

02

create_work_order

Creates a new maintenance work order

03

get_availability

Checks availability for units in a property

04

get_leads

Lists sales leads and prospects

05

get_lease_info

Retrieves detailed lease information for residents

06

get_ledgers

Retrieves financial ledgers for residents

07

get_properties

This is the starting point to get PropertyIDs needed for other tools. You can filter by specific property IDs or search by name in the results. Lists properties managed by Home River Group

08

get_residents

You can filter by propertyId to see residents of a specific building. Lists residents across properties

09

get_units

Requires a valid PropertyID. Lists units for a specific property ID

10

get_work_orders

Filtering by propertyId is highly recommended. Lists maintenance work orders

Example Prompts for Home River Group in Vercel AI SDK

Ready-to-use prompts you can give your Vercel AI SDK agent to start working with Home River Group immediately.

01

"List all properties managed by Home River Group."

02

"Check for any open maintenance requests for property ID 123."

03

"Find all units available for lease in building 456."

Troubleshooting Home River Group MCP Server with Vercel AI SDK

Common issues when connecting Home River Group to Vercel AI SDK through the Vinkius, and how to resolve them.

01

createMCPClient is not a function

Install: npm install @ai-sdk/mcp

Home River Group + Vercel AI SDK FAQ

Common questions about integrating Home River Group MCP Server with Vercel AI SDK.

01

How does the Vercel AI SDK connect to MCP servers?

Import createMCPClient from @ai-sdk/mcp and pass the server URL. The SDK discovers all tools and provides typed TypeScript interfaces for each one.
02

Can I use MCP tools in Edge Functions?

Yes. The AI SDK is fully edge-compatible. MCP connections work on Vercel Edge Functions, Cloudflare Workers, and similar runtimes.
03

Does it support streaming tool results?

Yes. The SDK provides streaming primitives like useChat and streamText that handle tool calls and display results progressively in the UI.

Connect Home River Group to Vercel AI SDK

Get your token, paste the configuration, and start using 10 tools in under 2 minutes. No API key management needed.