Acikpoz MCP Server

Turkish public construction unit-price (birim fiyat) catalog PDFs into structured pozes

Local serverstdioPython

What is the Acikpoz MCP server?

Turkish public construction unit-price (birim fiyat) catalog PDFs into structured pozes. Exposed over MCP by the acikpoz mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

Every public construction job in Turkey is priced against a government catalog: the ÇŞB (Çevre, Şehircilik ve İklim Değişikliği Bakanlığı) birim fiyat books — thousands of unit prices (a poz: a code, a description, a unit, a price) that estimators, contractors and auditors all read. They ship as long PDFs. acikpoz turns those pages back into structured records, deterministically, so a cost estimate or a tender preparation can be computed instead of copied by hand.

Adding it to your client

acikpoz on PyPI is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the acikpoz mcp server does with a few real requests.

When to reach for it

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. It is maintained by gulmezeren2-byte; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

How to install the Acikpoz MCP server

{
  "mcpServers": {
    "acikpoz": {
      "command": "uvx",
      "args": ["acikpoz"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Frequently asked questions

It connects Acikpoz to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with Acikpoz directly.