Verodat MCP Server Implementation
A Model Context Protocol (MCP) server implementation for Verodat, enabling seamless integration of Verodat’s data management capabilities with AI systems like Claude Desktop.
Account & Workspace Management
Dataset Operations
AI Integration
To install Verodat MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @Verodat/verodat-mcp-server --client claude
Clone the repository:
git clone https://github.com/Verodat/verodat-mcp-server.git
cd verodat-mcp-server
Install dependencies and build:
npm install
npm run build
Configure Claude Desktop:
Create or modify the config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%/Claude/claude_desktop_config.jsonAdd the following configuration:
{
"mcpServers": {
"verodat": {
"command": "node",
"args": ["path/to/verodat-mcp-server/build/src/index.js"],
"env": {
"VERODAT_AI_API_KEY": "your-verodat-ai-api-key"
}
}
}
}
The server provides the following MCP commands:
// Account & Workspace Management
get-accounts // List accessible accounts
get-workspaces // List workspaces in an account
// Dataset Operations
create-dataset // Create a new dataset
get-datasets // List datasets in a workspace
get-dataset-output // Retrieve dataset records
// AI Operations
get-ai-context // Get workspace AI context
execute-ai-query // Run AI queries on datasets
The MCP server communicates over stdio, which can make debugging challenging. We provide an MCP Inspector tool to help:
npm run inspector
This will provide a URL to access debugging tools in your browser.
We welcome contributions! Please feel free to submit a Pull Request.
LICENSE{:target=“_blank”} file for details
A Model Context Protocol (MCP) server that provides real-time cryptocurrency analysis via CoinCap's API. Enables Claude and other MCP clients to fetch crypto prices, analyze market trends, and track historical data.
Unofficial MCP to use BrianKnows API for DeFI knowledge
A VMware ESXi/vCenter management server based on MCP (Model Control Protocol), providing simple REST API interfaces for virtual machine management.
MCP server that enables MCP to make REST API calls