Skip to main content
Glama
aviveldan

Datagov Israel MCP

by aviveldan

status_show

Retrieve the CKAN version and list of installed extensions for the Datagov Israel MCP server to monitor system configurations.

Instructions

Get the CKAN version and a list of installed extensions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • server.py:12-18 (handler)
    The handler function for the 'status_show' MCP tool. It is registered via the @mcp.tool() decorator and fetches the CKAN status and extensions list from the Data.gov.il API endpoint.
    @mcp.tool() async def status_show(ctx: Context): """Get the CKAN version and a list of installed extensions.""" await ctx.info("Fetching CKAN status...") response = requests.post(f"{BASE_URL}/action/status_show") response.raise_for_status() return response.json()

Other Tools

Related Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aviveldan/datagov-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server