teryt-mcp
MCP server for querying the Polish TERYT registry, including territorial units, localities, streets, and locality types via tools and CLI.
README
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.
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_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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.