MCP Server
MCP (Model Context Protocol) is an open protocol that standardizes how applications provide context to LLMs. Nekt’s MCP Server gives AI agents a structured way to discover data, run queries, read files, and learn about the platform — all through a single integration point. The server supports OAuth 2.1 for desktop apps like Claude Desktop and Cursor, and bearer tokens for CLI tools and automation platforms. To connect via bearer token, add the server to your MCP client configuration:<MCP_ENDPOINT> with the endpoint from the MCP Server page in Nekt, and <MCP_TOKEN> with the token you created.
Setup
Enable the MCP Server and create tokens.
Authentication
OAuth 2.1 and bearer token details.
Tools
Nine tools available to AI agents.
Docs for Agents
Give your agent up-to-date Nekt documentation for better context when working with the platform.-
Markdown docs
Every doc includes a markdown version (append md to any page):
-
Full docs file
Give your agent all of Nekt’s documentation in a single file:
Platform API
The Platform API gives agents programmatic control over Nekt resources via REST. Use it to create and trigger sources, manage pipelines, track runs, and operate on the catalog — anything you can do in the UI, agents can automate through the API. Authenticate with an API key in thex-api-key header:
Platform API Reference
Full API reference for managing Nekt resources.
Data API
The Data API lets agents query your data directly over HTTP using SQL. Submit a query, and download the results as Parquet or CSV.Data API Reference
Query your data using SQL through the Data API.
AI Integrations
Step-by-step guides for connecting specific AI tools to Nekt.Claude
Connect Claude to your data in Nekt and activate it with flexibility and ease.
Lovable
Connect Lovable to your data in Nekt.
ChatGPT
Connect ChatGPT to your data in Nekt using the MCP Server with OAuth authentication.
OpenClaw
Connect OpenClaw to your data in Nekt using the MCP Server.
Codex
Connect OpenAI Codex to your data in Nekt using the MCP Server with bearer token authentication.