MCP servers · integrations · disciplined automation

Wire Claude into the systems you already run.

I build Model Context Protocol servers and careful automation that connect AI to your API, your database, and public data — typed, tested, and shipped. Not a prototype that breaks next week.

What I build

Three kinds of plumbing between your AI and your data.

/ connect

API → MCP server

Wrap any REST or GraphQL API as a clean, typed MCP server your team can call from Claude or Cursor. Auth, error handling, and rate limits handled properly.

↳ reference: mcp-weather
/ query

Safe database access

Let AI answer questions about your data without touching it. Read-only connection, SELECT-only guard, row caps, audit-friendly. The pattern most teams actually want.

↳ reference: mcp-sqlite-safe
/ collect

Hard-target scraping & automation

Public data extraction and request-level automation that survives messy, JS-heavy sites — built polite, resilient, and on the right side of the line.

↳ reference: public-scraper
Proof, not promises

Every claim above is something you can run.

mcp-weather · live tool call
$ node smoke-test.mjs
Tools: get_current_weather, get_forecast, geocode_location
# get_current_weather { "location": "Warsaw" }
Current weather in Warsaw, Mazovia, Poland:
• Conditions: Overcast (night)
• Temperature: 13°C (feels like 10.1°C)
• Wind: 20.2 km/h
✅ MCP smoke test passed
mcp-sqlite-safe · guard + query
# run_query — top paying customers
name           | total
-------------- | ------
Maria García   | 2500
Anna Kowalska  | 1650.5
Jan Nowak      | 1320
# run_query("DELETE FROM customers")
Rejected: Only SELECT queries are allowed.
✅ writes blocked, reads work
public-scraper · polite run
$ uv run scraper.py --max-pages 3
INFO   robots.txt allows scraping. Good to go.
INFO   Fetching page 1 … +20 books (total 20)
INFO   Fetching page 2 … +20 books (total 40)
INFO   Fetching page 3 … +20 books (total 60)
INFO   Wrote books.json and books.csv (60 rows)
INFO   Done in 4.4s — 60 books, avg price £35.00     ● rate-limited · robots-checked
Packages

Fixed scope, fixed price. You know the number before we start.

Custom MCP Server
€149 ~640 zł
delivered in 3 days · refund if it fails the handshake
  • Your REST/GraphQL API wrapped as an MCP server
  • Up to 3 tools, typed inputs, error handling
  • README + Claude Desktop config
  • End-to-end protocol handshake test
Buy & book →
Integration · Standard
€290 ~1240 zł
4–6 days · refund if it fails acceptance
  • Multi-endpoint MCP server or safe DB access
  • Auth, access control, row caps
  • Test suite + handshake verification
  • Two rounds of revisions
Buy & book →
MCP Pro Starter Kit
€39 ~165 zł · instant download
build your own MCP server in an afternoon
  • 2 production-ready MCP server templates (TS)
  • API-wrapper + safe read-only database server
  • Typed tools, tests, handshake test
  • Setup guide + Claude Desktop config
Get the kit →
Start here

Tell me what you want Claude to reach, and I'll wire it.

Pick a package and check out — the Custom MCP Server tier is fully refundable if it doesn't pass the protocol handshake, so there's no risk in starting. After payment you'll get a short intake form to describe your API, and delivery in 3 days.