mcp-ckan

agent-engineering-studio/mcp-ckan
★ 0 stars Python 🤖 AI/LLM Updated today
MCP server wrapping the CKAN Action API for any open-data portal, plus a Microsoft Agent Framework agent (CLI + FastAPI) with Ollama/OpenAI/Azure OpenAI backends. Docker Compose stack, Bicep IaC for Azure Container Apps, and GHCR multi-arch image publishing.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-ckan": {
      "command": "uvx",
      "args": [
        "mcp-ckan"
      ]
    }
  }
}

Or install with pip: pip install mcp-ckan

Topics

agent-frameworkazure-container-appsazure-openaibicepckanfastmcpghcrmcpmicrosoft-agent-frameworkmodel-context-protocolollamaopen-datapython