teryt-mcp

teryt-mcp

MCP server for querying the Polish TERYT registry, including territorial units, localities, streets, and locality types via tools and CLI.

Category
Visit Server

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_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

Recommended Servers

playwright-mcp

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.

Official
Featured
TypeScript
Magic Component Platform (MCP)

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.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

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.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

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.

Official
Featured
TypeScript
Kagi MCP Server

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.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

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.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured