apiUI
CONNECTING TO MCP SERVER...
Initializing MCP connection...

Model Context Protocol Server

Connect AI models and tools to your flat files through the Model Context Protocol (MCP). Access CSV, JSON, and other data files seamlessly.

What is MCP?

The Model Context Protocol (MCP) is a standardized way for AI models and tools to access external data sources and APIs. It provides a consistent interface for connecting various data providers to AI applications.

Key Benefits

Standardized Interface

Consistent way to access different data sources

Secure Access

Controlled access to your data with proper authentication

Multiple Formats

Support for CSV, JSON, Parquet, and other file formats

Real-time Updates

Live access to your changing data

How to Connect

For MCP Clients

Configure your MCP-compatible AI client to connect to the apiUI MCP server:

{ "mcpServers": { "apiui": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-filesystem", "/path/to/your/files"], "env": { "APIUI_BASE_URL": "https://apiui-backend-44565368406.us-central1.run.app" } } } }

Replace /path/to/your/files with the actual path to your local MCP client configuration.

Direct API Access

You can also access the MCP server directly via HTTP APIs:

GET /mcp/resources List Files

Retrieve a list of all available files with metadata

POST /mcp MCP Protocol

Send MCP protocol requests (resources/list, resources/read)

GET /mcp/resources/{filename} Read File

Direct access to read specific file content

File Browser

Browse and access all files available through your MCP server. Files uploaded to apiUI are automatically made available via MCP.

Available Files

Checking...

Loading available files...

Navigation

/Users/jahflyx/apiui/frontend/mcp.html