- Explore MCP Servers
- vitally-mcp
Vitally Mcp
What is Vitally Mcp
Vitally MCP is an MCP (Model Context Protocol) server that provides access to customer data via the Vitally API.
Use cases
Use cases include managing customer accounts, analyzing customer interactions, integrating with other applications for enhanced data insights, and testing API integrations in demo mode.
How to use
To use Vitally MCP, install dependencies with ‘npm install’, create a ‘.env’ file for configuration, build the project with ‘npm run build’, and you can interact with it using the MCP Inspector or connect it to Claude Desktop.
Key features
Key features include listing customer accounts, reading account details, searching for users by email or external ID, querying account health scores, viewing account conversations and tasks, creating notes, and a demo mode with mock data.
Where to use
Vitally MCP can be used in customer relationship management (CRM) systems, data analysis tools, and any application that requires access to customer data.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Vitally Mcp
Vitally MCP is an MCP (Model Context Protocol) server that provides access to customer data via the Vitally API.
Use cases
Use cases include managing customer accounts, analyzing customer interactions, integrating with other applications for enhanced data insights, and testing API integrations in demo mode.
How to use
To use Vitally MCP, install dependencies with ‘npm install’, create a ‘.env’ file for configuration, build the project with ‘npm run build’, and you can interact with it using the MCP Inspector or connect it to Claude Desktop.
Key features
Key features include listing customer accounts, reading account details, searching for users by email or external ID, querying account health scores, viewing account conversations and tasks, creating notes, and a demo mode with mock data.
Where to use
Vitally MCP can be used in customer relationship management (CRM) systems, data analysis tools, and any application that requires access to customer data.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Vitally MCP Server
An MCP (Model Context Protocol) server that provides access to Vitally customer data via the Vitally API.
Containerized
If you need a containerized version, check out github.com/fiscaltec/vitally-mcp
Features
- List customer accounts as resources
- Read account details
- Search for users by email or external ID
- Find accounts by name
- Query account health scores
- View account conversations and tasks
- Create notes for accounts
- Search through available tools
- Demo mode with mock data when no API key is provided
Setup
-
Install dependencies:
npm install -
Create a
.envfile in the root directory with the following:# Vitally API Configuration VITALLY_API_SUBDOMAIN=nylas # Your Vitally subdomain VITALLY_API_KEY=your_api_key_here # Your Vitally API key VITALLY_DATA_CENTER=US # or EU depending on your data center -
Build the project:
npm run build
Note: If you don’t have a Vitally API key yet, the server will run in demo mode with mock data.
Getting your Vitally API Key
- Navigate to your Vitally account
- Go to Settings (⚙️) > Integrations > REST API
- Toggle the switch to enable the integration
- Copy the API Key
Usage
There are two ways to use this MCP server:
Using the MCP Inspector
Run the MCP Inspector to test and debug the server:
npm run inspector
This will open the MCP Inspector interface where you can interact with your server.
Connect to Claude Desktop
-
First, find your Claude Desktop configuration file:
- On macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - On Windows:
%APPDATA%\Claude\claude_desktop_config.json
- On macOS:
-
Edit the config file to add the Vitally MCP server:
{ "mcpServers": { "vitally-api": { "command": "node", "args": [ "--experimental-modules", "--experimental-specifier-resolution=node", "/Users/johnjung/nylas/vitally/vitally/build/index.js" ] } } } -
Restart Claude Desktop and you’ll be able to use the Vitally MCP server.
Available Tools
Tool Discovery
search_tools- Search for available tools by keyword
Account Management
search_accounts- Search for accounts using multiple criteria (name, externalId)find_account_by_name- Find accounts by their name (partial matching supported)refresh_accounts- Refresh the cached list of accountsget_account_health- Get health scores for a specific account
User Management
search_users- Search for users by email, external ID, or email subdomain
Communication & Tasks
get_account_conversations- Get recent conversations for an accountget_account_tasks- Get tasks for an account (can filter by status)create_account_note- Create a new note for an account
Example Questions to Ask
When connected to an MCP client like Claude, you can ask questions such as:
- “List all our customers”
- “Find accounts with ‘Acme’ in their name”
- “What’s the health score for account X?”
- “Find user with email [email protected]”
- “Show me details about customer Y”
- “Get recent conversations for account Z”
- “What tasks are open for account A?”
- “Add a note to account B about our recent call”
- “What tools can I use for account management?”
Troubleshooting
- If you encounter JSON parsing errors, ensure you’ve removed all console.log statements from the code
- Make sure your
.envfile contains the correct API credentials - Check that you’ve built the project (
npm run build) after making changes - Verify the path in claude_desktop_config.json is absolute and correct for your system
- If you don’t have a valid API key, the server will run in demo mode with mock data
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










