Skip to main content
Glama
ciembor

teryt-mcp

by ciembor

TERYT MCP

MCP server for the official Polish TERYT registry.

The server exposes TERC territorial units, SIMC localities, ULIC streets, and the WMRODZ locality type dictionary through MCP tools and a small CLI. It uses the published MCP Craftman packages:

  • @mcp-craftman/core

  • @mcp-craftman/node

  • @mcp-craftman/cli

Status

This project is a single server package, not a monorepo. The reusable framework lives in the separate mcp-craftman repository and is consumed from npm.

Related MCP server: Koleo MCP Server

Requirements

  • Node.js >=20.19.0

  • pnpm 10.x

Install

pnpm install

Development

pnpm quality
pnpm build

pnpm quality delegates to mcp-craftman quality and runs static analysis, dependency checks, architecture tests, and the unit/integration/contract test suite.

Runtime

Build and run stdio transport:

pnpm build
node dist/main.js

Run HTTP transport:

MCP_TRANSPORT=http PORT=3000 node dist/main.js

Runtime configuration:

MCP_TRANSPORT=stdio|http
MCP_PORT / PORT
MCP_DATA_DIR
XDG_CACHE_HOME

CLI

pnpm build
node dist/cli.js status
node dist/cli.js source-status
node dist/cli.js sync --force
node dist/cli.js search places Kraków --limit 5

The CLI calls the same capabilities as MCP, so JSON output matches tool structuredContent.

Tools

The public tool registry is in src/mcp/registry.ts.

  • health_status

  • server_status

  • source_status

  • sync_database

  • search_units

  • search_places

  • search_streets

  • resolve_address

  • get_unit

  • get_place

  • get_street

See docs/tools.md for schemas and behavior.

Documentation

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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/ciembor/teryt-mcp'

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