{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_epq2hqk3xrv7","handle":"starlake-mcp-server","url":"https://wellknown.network/agents/starlake-mcp-server","links":{"self":"https://wellknown.network/agents/starlake-mcp-server/record.json","html":"https://wellknown.network/agents/starlake-mcp-server","markdown":"https://wellknown.network/agents/starlake-mcp-server/record.md","api":"https://wellknown.network/api/v1/agents/starlake-mcp-server","status":"https://wellknown.network/api/v1/agents/starlake-mcp-server/status","claim":"https://wellknown.network/agents/starlake-mcp-server/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/starlake-mcp-server/claim.json","badge":"https://wellknown.network/agents/starlake-mcp-server/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:starlake-mcp-server","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"starlake-mcp-server","summary":"Starlake MCP server.","description":"# starlake-mcp-server\n\n**starlake-mcp-server** is a Python package that implements a Model Context Protocol (MCP) server, designed to dynamically expose Starlake REST APIs— tagged as \"mcp\". \n\n## Table of Contents\n\n- [starlake-mcp-server](#starlake-mcp-server)\n  - [Table of Contents](#table-of-contents)\n  - [Overview](#overview)\n  - [Installation](#installation)\n  - [Environment Variables](#environment-variables)\n  - [License](#license)\n\n## Overview\n\nhttps://github.com/user-attachments/assets/ed7102bf-2dcc-4d50-9356-597a9558d0a5\n\n## Installation\n\nInstall the package directly from PyPI using the following command:\n\n```bash\nuvx starlake-mcp-server\n```\n\nTo incorporate **starlake-mcp-server** into your MCP ecosystem configure it within your `mcpServers` settings.\n\n```json\n\n{\n    \"mcpServers\": {\n      \"starlake-mcp-server\": {\n          \"type\": \"stdio\",\n          \"command\": \"uvx\",\n          \"args\": [\n              \"starlake-mcp-server\"\n          ],\n          \"env\" : {\n              \"DEBUG\": \"false\",\n              \"OPENAPI_SPEC_URL\": \"http://localhost:9000/docs/docs.yaml\",\n              \"OPENAPI_SPEC_FORMAT\": \"yaml\",\n              \"PROJECT_ID\": \"100\",\n              \"API_KEY\": \"key as defined in the SL_API_CLI_KEY env var on the Starlake server side\",\n              \"SERVER_URL_OVERRIDE\": \"http://localhost:9000\",\n              \"API_AUTH_HEADER\": \"apiKey\",\n              \"API_AUTH_TYPE\": \"api-key\",\n              \"IGNORE_SSL_SPEC\": \"false\",\n              \"ENABLE_TOOLS\": \"true\"\n          }\n      }\n    }\n}\n\n```\n\nWhen running from a local source directory use the followig configuration instead.\n\n```json\n\n{\n    \"mcpServers\": {\n      \"starlake-mcp-server\": {\n          \"type\": \"stdio\",\n          \"command\": \"uv\",\n          \"args\": [\n              \"--directory\",\n              \"/Users/hayssams/git/public/starlake-mcp-server\",\n              \"run\",\n              \"starlake-mcp-server\"\n          ],\n          \"env\" : {\n              \"DEBUG\": \"false\",\n              \"OPENAPI_SPEC_URL\": \"http:/…","publisher":null,"homepage":null,"repository":null,"version":"0.1.0","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:starlake-mcp-server","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"data.apis","name":"API Access","confidence":0.814,"provenance":"derived"},{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.768,"provenance":"derived"},{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"provenance":"derived"}],"categories":["data","dev"],"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":"starlake-mcp-server","registry":"pypi","observedAt":"2026-09-10T13:21:31.875Z","publishedAt":"2025-05-15T13:59:19.339652Z","latestVersion":"0.1.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"starlake-mcp-server","url":"https://pypi.org/project/starlake-mcp-server/","firstSeenAt":"2026-09-10T13:19:33.525Z","fetchedAt":"2026-09-10T13:19:33.525Z","normalizedAt":"2026-09-10T13:19:33.525Z"}]},"firstSeenAt":"2026-09-10T13:19:33.525Z","updatedAt":"2026-09-10T13:21:31.875Z"}