Enterprise Tier Overview
Vendia MCPaaS Enterprise Tier provides a unified platform for connecting AI applications to your data — whether in external systems like Amazon S3, data warehouses, or on the Vendia platform — to enable enterprise AI outcomes. From governing how AI applications access and interact with your data sources and APIs, to creating AI-ready data assets from operational data, analytical data and files - Vendia MCPaaS serves as the infrastructure to enable AI outcomes.
The Vendia MCP Server maintains your data sovereignty while enabling trusted AI interactions. For Enterprise users, it leverages Vendia’s distributed ledger technology to ensure data consistency and tamper-proof, immutable records across your AI-enabled workflows.
Key Features
AI Integration with MCP Server
The Vendia MCP Server bridges the gap between Large Language Models (LLMs) and your data through the Model Context Protocol (MCP).
Enterprise Tier capabilities:
- Full Vendia Integration: Access the full platform to curate and distribute data with your partners and AI agents for AI outcomes.
- Real-time Data Access: Connect to live operational data via GraphQL to enable real-time data access to AI agents and your partners.
- Analytical Capabilities: Query data using SQL to curate and distribute AI-ready data to AI agents or your partners.
- File Management: Complete access to Vendia’s file management and sharing/distribution capabilities
- Comprehensive Data Coverage: Unified access to operational, analytical, and file resources
Enterprise Tier MCP Tools
Enterprise Tier users have access to the full suite of tools:
Operational Data Access via GraphQL
/get-graphql-types
: Get the list of available GraphQL types with associated operations/explore-graphql
: Get detailed schema information and metadata for specific types to build queries/mutations/query-graphql
: Execute GraphQL queries against Vendia’s distributed ledger
Analytical Data Access via SQL
/get-table-info
: Discover Vendia Iceberg tables with complete schema information/query-iceberg-table
: Execute SQL queries against Iceberg tables (read-only)
Files Access
/list-folders
: List all folders in the Vendia system/list-files
: List all available files with IDs, paths, owners, and timestamps- Direct File Access: Some MCP clients can read individual files via
vendia://files/{fileId}
file URIs. For clients that are still adding full support for resource templates (e.g., Claude), a/read-file
tool is also provided (supports text/image/PDF files only)
Files can be accessed directly through the MCP resource system or via temporary URLs for large files, providing both programmatic access and direct download capabilities.
Storage Connections
/list-storage-connections
: List all configured storage connections and view their status/list-storage-connection-contents
: Browse folder structure and list files in connected Amazon S3 buckets with IDs, paths, and metadata/read-storage-connection-file
: Read content from text files, image files, and PDF documents in connected Amazon S3 buckets/write-storage-connection-file
: Upload/create new files in your connected Amazon S3 buckets/delete-storage-connection-file
: Delete files from your connected Amazon S3 buckets
Real-Time Data Management
With Vendia, organizations can integrate and reconcile operational data in real-time, ensuring all parties and AI agents have up-to-date and accurate information without manual intervention. Vendia allows customers to create a custom data model that matches their business needs to generate the appropriate AI outcomes.
GraphQL API
Vendia’s GraphQL API is auto-generated (self-documenting) and provides a structured way to query and mutate data. It consists of two primary types of operations: Queries (Read Data) and Mutations (Create and Update). For more details, visit the GraphQL API documentation.
Audit and Compliance
Vendia provides comprehensive audit capabilities through Receipts, which track and log operational (GraphQL), analytical (SQL) queries, and interactions through our MCP server. This enables organizations to maintain detailed audit trails, monitor data access patterns, and meet regulatory compliance requirements.
Command Line Interface
The Vendia CLI allows users to manage their projects and interact with the platform programmatically. It provides commands for creating, updating, and querying projects. For more details, visit the CLI documentation.