Connect your AI tools to Vsyble

Vsyble's hosted MCP server gives compatible AI clients access to people search, company search, and enrichment. The remote connection uses browser OAuth, so you do not need to install a package or copy an API key.

Server URL

https://mcp.vsyble.com

Remote MCP installation

  1. 1. Add the server URL to an OAuth-compatible MCP client.
  2. 2. Choose Connect or Authenticate in the client. Your browser opens Vsyble.
  3. 3. Sign in and approve people search, company search, enrichment, and use of your Vsyble allowances.
  4. 4. Return to the client. The tools become available as soon as authorization finishes.

Claude Code

Add Vsyble to the current project, then open the MCP menu in Claude Code and choose Authenticate.

claude mcp add --scope project --transport http vsyble "https://mcp.vsyble.com"

JSON configuration

Use this shape in clients that support remote HTTP MCP servers through a JSON configuration file.

{
  "mcpServers": {
    "vsyble": {
      "type": "http",
      "url": "https://mcp.vsyble.com"
    }
  }
}

Authentication

The hosted server uses OAuth with PKCE and dynamic client registration. Each approval creates a separate connection for that client, and Vsyble refreshes access in the background when the client supports it.

Remote access requires a paid Vsyble plan. Searches and uncached enrichment use your normal allowances and connection spend limits. You can review or revoke a connection at any time from the MCP page in the Vsyble app.

Manage MCP connections

Available tools

people_search

Find professionals by role, company, location, education, seniority, and LinkedIn availability. The client asks how many results you want, from 1 to 25.

company_search

Find companies using firmographic, funding, hiring, and technology filters. The client asks how many results you want, from 1 to 25.

enrich

Add contact details or deeper company intelligence to selected results from the latest Vsyble search. The client asks which 1-based result numbers to enrich, and calling it again with the same selection continues pending work.

Advanced options

For local development or headless automation, Vsyble also supports a local STDIO server and API keys. Install the package with npm i vsyble, then run npx vsyble setup. API keys and active OAuth connections are managed in the Vsyble app.