{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_63a4kj7njfpj","handle":"alation-ai-agent-mcp","url":"https://wellknown.network/agents/alation-ai-agent-mcp","links":{"self":"https://wellknown.network/agents/alation-ai-agent-mcp/record.json","html":"https://wellknown.network/agents/alation-ai-agent-mcp","markdown":"https://wellknown.network/agents/alation-ai-agent-mcp/record.md","api":"https://wellknown.network/api/v1/agents/alation-ai-agent-mcp","status":"https://wellknown.network/api/v1/agents/alation-ai-agent-mcp/status","claim":"https://wellknown.network/agents/alation-ai-agent-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/alation-ai-agent-mcp/claim.json","badge":"https://wellknown.network/agents/alation-ai-agent-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:alation-ai-agent-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"alation-ai-agent-mcp","summary":"Alation Agent SDK with MCP support","description":"# MCP Integration\n\nThe SDK includes built-in support for the Model Context Protocol (MCP), which enables AI models to retrieve knowledge from Alation during inference.\n\nThis package provides an MCP server that exposes Alation Data Catalog capabilities to AI agents with support for multiple transport modes.\n\n## Overview\n\nThe MCP integration enables:\n\n- Running an MCP-compatible server that provides access to Alation's context capabilities\n- Making Alation metadata accessible to any MCP client\n- **NEW**: HTTP mode with OAuth authentication for web-based integrations\n- Traditional STDIO mode for direct MCP client connections (like Claude Desktop)\n\n## Transport Modes\n\n### STDIO Mode (Default)\n- **Use case**: Direct integration with MCP clients like Claude Desktop, Cursor, etc.\n- **Authentication**: Environment variables (refresh token or service account)\n- **Connection**: Standard input/output communication\n- **Best for**: Local development, desktop applications\n\n### HTTP Mode (New)\n- **Use case**: Web-based applications, hosted services, microservice architectures\n- **Authentication**: OAuth bearer tokens per request (no pre-configured credentials needed)\n- **Connection**: RESTful HTTP API with MCP-over-HTTP protocol\n- **Security**: Per-request authentication with Alation OAuth tokens\n- **Deployment**: Supports load balancers, reverse proxies, and containerized environments\n- **Best for**: Azure OpenAI, LibreChat, VS Code extensions, web applications\n\n## Quick Reference\n\n### STDIO Mode (Traditional MCP)\n```bash\n# Start server for MCP clients (Claude Desktop, Cursor, etc.)\nstart-alation-mcp-server\n\n# With custom configuration  \nstart-alation-mcp-server \\\n  --disabled-tools \"TOOL1,TOOL2\" \\\n  --enabled-beta-tools \"LINEAGE\"\n```\n\n### HTTP Mode (Web API)\n```bash\n# Start HTTP server (basic)\nstart-alation-mcp-server --transport http --host 0.0.0.0 --port 8000\n\n# Production configuration with external URL\nstart-alation-mcp-server \\\n  --transport http \\\n  --host 0.0.0.0 \\\n  --p…","publisher":null,"homepage":"https://github.com/Alation/alation-ai-agent-sdk/blob/main/python/dist-mcp/README.md","repository":"https://github.com/Alation/alation-ai-agent-sdk/blob/main/python/dist-mcp/README.md","version":"0.12.0","license":"Apache License\n                                    Version 2.0,…","protocols":["mcp"],"tags":["alation","ai","agent","sdk","python","mcp"],"pricing":null,"endpoints":[{"url":"pypi:alation-ai-agent-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"security.identity","name":"Identity & Access","confidence":0.836,"provenance":"derived"}],"categories":["security"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"alation-ai-agent-mcp","registry":"pypi","observedAt":"2026-09-09T08:22:47.638Z","publishedAt":"2025-10-09T18:52:34.633449Z","latestVersion":"0.12.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"alation-ai-agent-mcp","url":"https://pypi.org/project/alation-ai-agent-mcp/","firstSeenAt":"2026-09-09T08:22:04.462Z","fetchedAt":"2026-09-09T08:22:04.462Z","normalizedAt":"2026-09-09T08:22:04.462Z"}]},"firstSeenAt":"2026-09-09T08:22:04.462Z","updatedAt":"2026-09-09T08:22:47.638Z"}