georgia_heritage_museums

Pack: georgia-heritage · Endpoint: https://gateway.pipeworx.io/georgia-heritage/mcp

Museums registered by the National Agency for Cultural Heritage Preservation of Georgia (the country): name, region, municipality,

Parameters

NameTypeRequiredDescription
querystringnoFree text over museum name and address (Georgian, or English where mapped).
regionstringnoRegion, Georgian or English.
municipalitystringnoMunicipality, Georgian or English.
limitnumbernoMax museums, 1-100 (default 50).

Example call

Arguments

{
  "limit": 3
}

curl

curl -X POST https://gateway.pipeworx.io/georgia-heritage/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"georgia_heritage_museums","arguments":{"limit":3}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('georgia_heritage_museums', {
  "limit": 3
});

More examples

{
  "region": "Kakheti",
  "limit": 5
}

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "georgia-heritage": {
      "url": "https://gateway.pipeworx.io/georgia-heritage/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build September 9, 2026