Atlan

Atlan

The Atlan Model Context Protocol server allows you to interact with the Atlan services through multiple tools.

22
Stars
20
Forks
14
Releases

Overview

This MCP server is a component of the Atlan Agent Toolkit designed to enable AI agents to interact with Atlan services through structured tool calls. It exposes focused tools for asset search and asset retrieval, implemented with the pyatlan Python SDK to perform the underlying Atlan API operations. The MCP server can be used standalone or in concert with other toolkit components to support automated discovery, asset lookup, and data retrieval workflows within agent runtimes. Documentation and setup instructions for deploying and configuring the MCP server are available in the modelcontextprotocol/README.md, making it straightforward to wire the server into a tool-based agent loop and grant appropriate Atlan access. The described capabilities imply that agents can locate relevant Atlan assets, retrieve metadata or asset content, and integrate these results into planning and execution steps. By exposing these operations as MCP tools, the server enables consistent, reusable interaction patterns for AI agents operating against the Atlan data ecosystem.

Details

Owner
atlanhq
Language
Python
License
MIT License
Updated
2025-12-07

Features

Tool-calling MCP server

Enables AI agents to interact with Atlan services via MCP tool calls, enabling programmatic workflows.

Asset search tool

Provides a tool to search Atlan assets from within MCP-powered agent workflows.

Asset retrieval tool

Provides a tool to retrieve Atlan assets using the pyatlan SDK.

pyatlan integration

Leverages the Python Atlan SDK to perform operations against Atlan assets.

Documentation and setup

Documentation and setup instructions for the MCP server are available in modelcontextprotocol/README.md.

Audience

AI agentsInteract with Atlan services via MCP tool calls for asset search and retrieval.
DevelopersIntegrate MCP server into AI workflows to access Atlan assets programmatically.

Tags

MCPAtlanasset searchasset retrievaltool callingpyatlanAI agents