Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Vexi Server

БесплатноНе проверен

Enables MCP clients to search and retrieve structured business data from the Vexi API, allowing AI agents to get clean, typed business objects with identity, of

GitHubEmbed

Описание

Enables MCP clients to search and retrieve structured business data from the Vexi API, allowing AI agents to get clean, typed business objects with identity, offerings, and trust signals.

README

npm version License: MIT Website

Structured business data for AI agents - connect Claude, Cursor, and any MCP-compatible client to the Vexi API in 30 seconds.


What is Vexi?

Vexi is a structured business data API designed for AI agents. Instead of scraping and parsing raw HTML, your agent gets a clean, typed Agent Business Object (ABO) - a JSON document with identity, offerings, contact channels, trust signals, and quality metadata.

With one call, agents can discover businesses, fetch full records, and request fresh crawls when data is missing or stale.


Prerequisites


Installation

Claude Desktop

  1. Open your Claude Desktop MCP configuration file:
  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  1. Add or merge the vexi server entry under mcpServers.
  2. Paste the following configuration (replace the API key with yours):
{
  "mcpServers": {
    "vexi": {
      "command": "npx",
      "args": ["-y", "@getvexi/mcp"],
      "env": {
        "VEXI_API_KEY": "vxi_live_..."
      }
    }
  }
}

Windows users: If npx doesn't work, use the cmd wrapper instead:

{
  "mcpServers": {
    "vexi": {
      "command": "cmd",
      "args": ["/C", "npx", "-y", "@getvexi/mcp"],
      "env": {
        "VEXI_API_KEY": "vxi_live_..."
      }
    }
  }
}
  1. Save the file and fully quit Claude Desktop.
  2. Relaunch Claude Desktop - the vexi tools should appear in your MCP tools list.

Cursor

  1. Open Cursor.
  2. Go to Settings > MCP.
  3. Add a new server:
  • Command: npx
  • Args: -y, @getvexi/mcp
  • Env: VEXI_API_KEY=vxi_live_...
  1. Save and restart Cursor.

Other MCP clients

Run the server via stdio:

npx -y @getvexi/mcp

Set VEXI_API_KEY in the process environment before starting the client.


Available Tools

Tool Description
search_businesses Search for businesses by query and location
get_business Get a full ABO for a specific business by slug
crawl_business Queue a new business for crawling
list_categories List all available business categories

Example Usage

User: Find the top 3 CRM platforms in the US.

Claude calls search_businesses:

{
  "query": "CRM platform",
  "location": "US",
  "limit": "3"
}

Claude: Here are three CRM platforms in the US:

Business Completeness
HubSpot 0.94
Salesforce 0.97
Pipedrive 0.89

User: Give me full details on HubSpot.

Claude calls get_business:

{
  "slug": "hubspot"
}

Claude: Returns the full ABO for HubSpot - identity, offerings, contact channels, trust signals, operations, agent interface hints, and quality metadata in one structured document.


ABO Schema

Every business is returned as an Agent Business Object with eight top-level sections:

{
  "identity": {
    "id": "biz_hubspot",
    "name": "HubSpot",
    "slug": "hubspot"
  },
  "offerings": {
    "products": ["CRM", "Marketing Hub", "Sales Hub"],
    "price_range": "$$"
  },
  "location": {
    "headquarters": "Cambridge, MA",
    "country": "US"
  },
  "contact": {
    "website": "https://hubspot.com",
    "email": "[email protected]"
  },
  "trust": {
    "rating": 4.5,
    "review_count": 12000
  },
  "operations": {
    "founded_year": 2006,
    "employee_range": "5000+"
  },
  "agent_interface": {
    "summary": "Inbound marketing and CRM platform for SMBs and enterprises",
    "suggested_queries": ["Compare pricing tiers", "List integrations"]
  },
  "quality": {
    "completeness_score": 0.94,
    "last_updated": "2026-05-28T12:00:00Z"
  }
}

Get your API Key

Sign up at https://getvexi.dev/signup.

Start free with 500 credits - no credit card required.


Links


License

MIT

from github.com/getvexi/mcp

Установка Vexi Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/getvexi/mcp

FAQ

Vexi Server MCP бесплатный?

Да, Vexi Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Vexi Server?

Нет, Vexi Server работает без API-ключей и переменных окружения.

Vexi Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Vexi Server в Claude Desktop, Claude Code или Cursor?

Открой Vexi Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Vexi Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai