teryt-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@teryt-mcpsearch places in Warsaw"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.0pnpm
10.x
Install
pnpm installDevelopment
pnpm quality
pnpm buildpnpm 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.jsRun HTTP transport:
MCP_TRANSPORT=http PORT=3000 node dist/main.jsRuntime configuration:
MCP_TRANSPORT=stdio|http
MCP_PORT / PORT
MCP_DATA_DIR
XDG_CACHE_HOMECLI
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 5The 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_statusserver_statussource_statussync_databasesearch_unitssearch_placessearch_streetsresolve_addressget_unitget_placeget_street
See docs/tools.md for schemas and behavior.
Documentation
docs/tools.md - public MCP tools and CLI mapping.
docs/data-sync.md - official TERYT download and SQLite build flow.
docs/quality.md - local quality gates.
docs/architecture/feature-clean-architecture.md - feature layout and dependency rules.
docs/architecture/runtime-ecosystem.md - runtime flow and transports.
docs/architecture/package-boundaries.md - boundary between TERYT and MCP Craftman.
This server cannot be installed
Maintenance
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